Skip to main content
GET
/
api
/
economic
/
v1
/
get-ecb-fx-rates
GetEcbFxRates
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
}

Response

Successful response

GetEcbFxRatesResponse contains the latest ECB reference rates.

rates
object[]
updatedAt
string

ISO 8601 timestamp of the ECB publication.

seededAt
string<int64>

Unix ms when the data was last seeded.

unavailable
boolean

True when Redis key is missing or data is unavailable.