← Norway

Norges Bank Latest FX Bundle

GET /norway/norges-bank/fx-latest

Latest spot rates for USD, EUR, GBP, SEK, DKK, JPY vs NOK in one call.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/norway/norges-bank/fx-latest

Live Response

{
  "data": {
    "DKK": "150.76",
    "EUR": "11.269",
    "GBP": "13.1463",
    "JPY": "6.1085",
    "SEK": "102.15",
    "USD": "9.8436"
  },
  "success": true
}