API Documentation
⌘K
API Key
Get free key GET
/api/1/ecb/exchange-ratesECB exchange rates
Returns ECB euro foreign exchange reference rates (EUR vs other currencies). Without from/to, returns the latest published date for all currencies (or one currency if filtered).
Parameters
3currencystringOptional ISO currency code (e.g. USD, GBP)
fromstringStart date (YYYY-MM-DD)
tostringEnd date (YYYY-MM-DD)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/ecb/exchange-rates?currency=USD&from=2025-01-01&to=2025-12-31' \
-H 'Accept: application/json'200 Response
{
"data": []
}