Eulerpool Charts

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.

Publisher

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.

Coverage

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.

IndicesDAX
https://eulerpool.com/en/chart-api/index/DAX/QuoteChart?title=DAX
CryptoBitcoin
https://eulerpool.com/en/chart-api/crypto/BTC/QuoteChart?title=Bitcoin&color=f7931a
CommoditiesGold
https://eulerpool.com/en/chart-api/commodity/XAU/QuoteChart?title=Gold+Price&color=c9a227
Macro · InflationGermany
https://eulerpool.com/en/chart-api/macro/germany/inflation-rate
Macro · Unemployment rateGermany
https://eulerpool.com/en/chart-api/macro/germany/unemployment-rate
BondsiShares Core € Govt Bond
https://eulerpool.com/en/chart-api/etf/IE00B4WXJJ64/QuoteChartFunds?title=Euro+Government+Bonds
Studio

Chart Studio

Configure your chart and copy the embed code. No sign-up, no API key.

#01ce94

Your 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>
API

All parameters

Every option is a URL parameter — style charts entirely from your CMS, without any coordination with us.

ParameterDescriptionExample
colorPrimary brand color (hex, without #). Secondary shades are derived automatically.color=f18825
color2, color3Override the derived second and third series colors.color2=ffb066
bgBackground color (hex) or transparent.bg=transparent
textText color (hex). Grid lines, labels and buttons derive from it.text=1a1a2e
themeDark preset: dark background, light text, adjusted grid.theme=dark
langLanguage of labels, numbers and dates (36 locales).lang=en
rangeInitially selected time range.range=5y
hChart drawing area height in pixels (200–640).h=260
hideComma-separated list: title, stats, toolbar, legend.hide=title,legend
titleCustom chart heading (share price chart).title=Microsoft+Aktie
QuoteChart

Share price

Interactive price history with high/low, return and drawdown statistics, 52-week band and eight time ranges.

RevenueChart

Revenue, 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.