cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-ecb-fx-rates
{ "rates": [ { "pair": "<string>", "rate": 123, "date": "<string>", "change1d": 123 } ], "updatedAt": "<string>", "seededAt": "<string>", "unavailable": true }
GetEcbFxRates retrieves daily ECB official reference rates for EUR/major currency pairs.
Successful response
GetEcbFxRatesResponse contains the latest ECB reference rates.
Show child attributes
ISO 8601 timestamp of the ECB publication.
Unix ms when the data was last seeded.
True when Redis key is missing or data is unavailable.
Was this page helpful?