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": "150.76",
"EUR": "11.269",
"GBP": "13.1463",
"JPY": "6.1085",
"SEK": "102.15",
"USD": "9.8436"
},
"success": true
}