← 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": "146.75",
    "EUR": "10.9705",
    "GBP": "12.8335",
    "JPY": "5.9713",
    "SEK": "100.06",
    "USD": "9.5065"
  },
  "success": true
}