GET /latest
Erhalten Sie die heutigen Wechselkurse for any of the 30 supported base currencies against all other currencies oder a filtered subset. Liefert die rate date und a map of currency-to-rate pairs. Rates are updated daily from the European Central Bank (ECB). Ideal für currency converters, financial dashboards, pricing pages, und any app that needs current FX rates.
base
optional
Standard: EUR
Base currency code
symbols
optional
Comma-separated target currencies
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
base |
Nein | EUR | Base currency code |
symbols |
Nein | - | Comma-separated target currencies |
curl "https://nordapi.ee/api/v1/latest?base=USD&symbols=EUR,GBP,NOK"
curl "https://nordapi.ee/api/v1/latest"
curl "https://nordapi.ee/api/v1/latest?base=USD&symbols=NOK,SEK,DKK"
curl "https://nordapi.ee/api/v1/latest?base=GBP&symbols=USD,EUR,JPY,CHF"
{
"base": "USD",
"date": "2026-04-05",
"rates": {
"EUR": 0.86767896,
"GBP": 0.75707592,
"NOK": 9.74273319
},
"success": true
}
{"success":true,"base":"USD","date":"2026-03-24","rates":{"EUR":0.918,"GBP":0.791,"NOK":10.52}}