API Documentation
⌘K
API Key
Get free key GET
/api/1/market/fx/{from}/{to}FX Rate Series
Returns historical exchange rates between two currencies
Parameters
3rangestringTime range: 1m, 3m, 6m, 1y, 2y, 5y, max
fromstringrequiredBase currency (e.g. EUR)
tostringrequiredQuote currency (e.g. USD)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/market/fx/EUR/USD?range=1y' \
-H 'Accept: application/json'200 Response
{
"from": "EUR",
"to": "USD",
"range": "1y",
"rates": []
}