Eulerpool Charts for your website
Embed live, interactive financial charts — share prices, revenue, EBIT and earnings for over 45,000 securities. A single request, rendered in milliseconds, fully adaptable to your brand.
Instant loading
One request of roughly 10 KB, served from the CDN edge. No app bundle, no fonts, no tracking — your pages stay fast.
Your brand colors
Pass your brand color as a URL parameter and the whole chart adapts — series colors, legend and tooltips. Light and dark themes included.
Responsive by default
Charts re-render to any width and report their height to your page, so embeds fit desktop layouts and mobile apps alike.
Always up to date
Prices and fundamentals come straight from the Eulerpool data platform and refresh automatically — no maintenance on your side.
36 languages
Labels, number and date formats follow the language you choose — from German and English to Japanese.
Interactive, without dependencies
Tooltips, time ranges and series toggles are built in. You embed one iframe — no scripts, no API keys, no sign-up.
How publishers use Eulerpool Charts
One iframe, styled entirely through URL parameters — every newsroom gets charts in its own brand colors, with no coordination and no custom builds.
<iframe src="https://eulerpool.com/en/chart-api/US5949181045/RevenueChart?color=0d2034&color2=05aae8&color3=97c233"
style="width:100%;height:480px;border:0"
loading="lazy" scrolling="no"
title="Eulerpool Chart"></iframe>Example configurations shown in each publication's brand colors.
Stocks. And everything else.
The same embed format covers every asset class: equities, indices, ETFs, crypto, commodities and macroeconomic time series such as inflation or unemployment for 190+ countries.
https://eulerpool.com/en/chart-api/index/DAX/QuoteChart?title=DAXhttps://eulerpool.com/en/chart-api/crypto/BTC/QuoteChart?title=Bitcoin&color=f7931ahttps://eulerpool.com/en/chart-api/commodity/XAU/QuoteChart?title=Gold+Price&color=c9a227https://eulerpool.com/en/chart-api/macro/germany/inflation-ratehttps://eulerpool.com/en/chart-api/macro/germany/unemployment-ratehttps://eulerpool.com/en/chart-api/etf/IE00B4WXJJ64/QuoteChartFunds?title=Euro+Government+BondsChart Studio
Configure your chart and copy the embed code. No sign-up, no API key.
#01ce94Your embed code
<iframe src="https://eulerpool.com/en/chart-api/US5949181045/QuoteChart"
style="width:100%;height:480px;border:0" loading="lazy" scrolling="no"
title="Eulerpool Chart"></iframe>Automatic height
Each chart reports its rendered height to the parent page via postMessage. Add this snippet once and every Eulerpool iframe on the page sizes itself — no cut-off charts on mobile.
<script>
window.addEventListener('message', function (e) {
if (!e.data || e.data.type !== 'eulerpool-resize') return;
document.querySelectorAll('iframe').forEach(function (f) {
if (f.contentWindow === e.source) f.style.height = e.data.height + 'px';
});
});
</script>All parameters
Every option is a URL parameter — style charts entirely from your CMS, without any coordination with us.
| Parameter | Description | Example |
|---|---|---|
color | Primary brand color (hex, without #). Secondary shades are derived automatically. | color=f18825 |
color2, color3 | Override the derived second and third series colors. | color2=ffb066 |
bg | Background color (hex) or transparent. | bg=transparent |
text | Text color (hex). Grid lines, labels and buttons derive from it. | text=1a1a2e |
theme | Dark preset: dark background, light text, adjusted grid. | theme=dark |
lang | Language of labels, numbers and dates (36 locales). | lang=en |
range | Initially selected time range. | range=5y |
h | Chart drawing area height in pixels (200–640). | h=260 |
hide | Comma-separated list: title, stats, toolbar, legend. | hide=title,legend |
title | Custom chart heading (share price chart). | title=Microsoft+Aktie |
QuoteChartShare price
Interactive price history with high/low, return and drawdown statistics, 52-week band and eight time ranges.
RevenueChartRevenue, EBIT & earnings
Annual revenue, EBIT and net income including analyst estimates, with toggleable series and five time ranges.
Questions, high volumes or custom chart types?
We work with newsrooms and finance portals of every size. Talk to us about licensing, custom styling presets or additional chart types.