European Central Bank Exchange Rate API
Official European Central Bank (Eurozone) daily exchange rates as JSON: 41 currencies, history back to 1999. The published EUR rates required for tax, audits, and compliant invoicing.
Quick start
One request for the pair you need — USD to EUR at the official European Central Bank rate:
curl "https://allratestoday.com/api/v1/central-bank/ecb/latest?source=USD&target=EUR" \
-H "Authorization: Bearer art_live_your_key" Or the bank's full published table:
curl "https://allratestoday.com/api/v1/central-bank/ecb/latest" \
-H "Authorization: Bearer art_live_your_key" On paid plans, any historical date or a daily time series:
curl "https://allratestoday.com/api/v1/central-bank/ecb/history?source=USD&target=EUR&from=2025-01-01" \
-H "Authorization: Bearer art_live_your_key" Latest published rates (2026-07-28)
The most recent table as published by European Central Bank — exactly what the
/latest endpoint returns right now. Values are
quoted per 1 EUR (ECB convention):
| Base | Quote | Type | Rate |
|---|---|---|---|
EUR | AUD | reference | 1.6312 |
EUR | BRL | reference | 5.8158 |
EUR | CAD | reference | 1.6036 |
EUR | CHF | reference | 0.9319 |
EUR | CNY | reference | 7.6969 |
EUR | CZK | reference | 24.187 |
EUR | DKK | reference | 7.4752 |
EUR | GBP | reference | 0.8555 |
EUR | HKD | reference | 8.9136 |
EUR | HUF | reference | 360.9 |
EUR | IDR | reference | 20576.77 |
EUR | ILS | reference | 3.4747 |
EUR | INR | reference | 108.961 |
EUR | ISK | reference | 142.4 |
EUR | JPY | reference | 186.32 |
EUR | KRW | reference | 1658.96 |
EUR | MXN | reference | 19.8629 |
EUR | MYR | reference | 4.6514 |
EUR | NOK | reference | 11.0055 |
EUR | NZD | reference | 1.9693 |
EUR | PHP | reference | 70.059 |
EUR | PLN | reference | 4.3265 |
EUR | RON | reference | 5.2319 |
EUR | SEK | reference | 11.0625 |
EUR | SGD | reference | 1.4702 |
EUR | THB | reference | 38.204 |
EUR | TRY | reference | 53.8564 |
EUR | USD | reference | 1.1367 |
EUR | ZAR | reference | 19.0797 |
Why use the official European Central Bank rate?
Live market rates move continuously, but tax filings, customs
declarations, audits, and statutory accounting in Eurozone and
beyond typically require the official rate published by
European Central Bank for a given date — a fixed, citable number that never
changes after publication. This API serves those published tables with the
bank's own rate_date on every response; weekends and holidays
return the most recent published date, which is the rate compliance rules
require you to apply.
Pairs the bank doesn't print directly are resolved from its table (inverse
or cross via EUR) and explicitly flagged
"derived": true — so what the bank printed and what was
computed are never confused.
Endpoints
GET /api/v1/central-bank/ecb/latest— latest table or single pair (all plans)GET /api/v1/central-bank/ecb/{YYYY-MM-DD}— the table for any date (paid plans)GET /api/v1/central-bank/ecb/history— daily time series, up to 5,000 rows (paid plans)
Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a day's table locally makes a small quota go far.
Frequently asked questions
Is there an API for European Central Bank exchange rates?
Yes — this one. Official daily EUR rates as clean JSON, latest table on every plan including free.
How often are the rates updated?
European Central Bank publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-07-28).
Are these the official rates?
Yes — ingested from European Central Bank's own published data, served unmodified
with the bank's publication date. Anything computed rather than published
is flagged derived.
European Central Bank rates, one API key
Latest table on every plan. History back to 1999 on paid plans. No credit card to start.
Get Free API Key Read the Docs