← 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.6454,
    "CAD": 1.6151,
    "CHF": 0.9223,
    "CNY": 7.7105,
    "DKK": 7.4745,
    "GBP": 0.86183,
    "JPY": 183.57,
    "NOK": 11.2175,
    "SEK": 11.069,
    "USD": 1.1342
  },
  "success": true
}