← 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": "144.6",
    "EUR": "10.809",
    "GBP": "12.5876",
    "JPY": "5.8497",
    "SEK": "96.88",
    "USD": "9.3358"
  },
  "success": true
}