GET /norway/norges-bank/fx-latest
Latest spot rates for USD, EUR, GBP, SEK, DKK, JPY vs NOK in one call.
curl https://nordapi.ee/api/v1/norway/norges-bank/fx-latest
{
"data": {
"DKK": "144.6",
"EUR": "10.809",
"GBP": "12.5876",
"JPY": "5.8497",
"SEK": "96.88",
"USD": "9.3358"
},
"success": true
}