API Documentation
⌘K
API Key
Get free key GET
/api/1/macro/ecb/observations/{seriesKey}ECB Observations API
Returns time series data for a specific ECB series. Use the series_key from the ECB series list endpoint.
Parameters
2limitnumberNumber of observations (default 500, max 5000)
seriesKeystringrequiredECB series key (URL-encode dots if needed)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/macro/ecb/observations/EXR%2FD.USD.EUR.SP00.A?limit=5' \
-H 'Accept: application/json'200 Response
{
"series_key": "string",
"name": "string",
"observations": {
"date": "string",
"value": 0
}
}