← 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.6199,
    "CAD": 1.6122,
    "CHF": 0.9424,
    "CNY": 7.7822,
    "DKK": 7.475,
    "GBP": 0.8587,
    "JPY": 184.78,
    "NOK": 10.809,
    "SEK": 11.1575,
    "USD": 1.1578
  },
  "success": true
}