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