← Nordic Aggregations

ECB Latest FX Bundle

GET /nordic/ecb/fx-latest

Latest spot rates for major currencies vs EUR in one call.

See it visualized

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/nordic/ecb/fx-latest

Live Response

{
  "data": {
    "AUD": 1.65,
    "CAD": 1.6258,
    "CHF": 0.919,
    "CNY": 7.7634,
    "DKK": 7.4746,
    "GBP": 0.8572,
    "JPY": 184.48,
    "NOK": 11.269,
    "SEK": 11.0315,
    "USD": 1.1448
  },
  "success": true
}