← 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": "151.23",
    "EUR": "11.3035",
    "GBP": "13.1051",
    "JPY": "6.1332",
    "SEK": "102.04",
    "USD": "9.9145"
  },
  "success": true
}