GET /nordic/ecb/fx-latest
Últimos tipos spot de las principales divisas frente al EUR en una sola llamada.
curl https://nordapi.ee/api/v1/nordic/ecb/fx-latest
{
"data": {
"AUD": 1.6411,
"CAD": 1.6248,
"CHF": 0.9224,
"CNY": 7.8334,
"DKK": 7.4747,
"GBP": 0.86471,
"JPY": 185.94,
"NOK": 11.0465,
"SEK": 10.897,
"USD": 1.1594
},
"success": true
}