GET /norway/norges-bank/fx-latest
Derniers taux spot pour USD, EUR, GBP, SEK, DKK, JPY vs NOK en un seul appel.
curl https://nordapi.ee/api/v1/norway/norges-bank/fx-latest
{
"data": {
"DKK": "146.75",
"EUR": "10.9705",
"GBP": "12.8335",
"JPY": "5.9713",
"SEK": "100.06",
"USD": "9.5065"
},
"success": true
}