GET /rankings
Rank all 30 supported currencies by their daily performance against a chosen base currency. Each entry includes the currency code, current rate, percentage change, and direction (up/down). Ideal for building currency leaderboards, market overview screens, and identifying the day's strongest and weakest currencies at a glance.
base
optional
default: EUR
Base currency
| Name | Required | Default | Description |
|---|---|---|---|
base |
No | EUR | Base currency |
curl "https://nordapi.ee/api/v1/rankings?base=EUR"
curl "https://nordapi.ee/api/v1/rankings?base=EUR"
curl "https://nordapi.ee/api/v1/rankings?base=USD"
curl "https://nordapi.ee/api/v1/rankings?base=NOK"
{
"base": "EUR",
"date": "2026-05-10",
"rankings": [
{
"change_pct": 0.0,
"currency": "AUD",
"direction": "unchanged",
"rank": 1,
"rate": 1.6259
},
{
"change_pct": 0.0,
"currency": "BRL",
"direction": "unchanged",
"rank": 2,
"rate": 5.7794
},
{
"change_pct": 0.0,
"currency": "CAD",
"direction": "unchanged",
"rank": 3,
"rate": 1.6063
},
{
"change_pct": 0.0,
"currency": "CHF",
"direction": "unchanged",
"rank": 4,
"rate": 0.9156
},
{
"change_pct": 0.0,
"currency": "CNY",
"direction": "unchanged",
"rank": 5,
"rate": 7.9989
},
{
"change_pct": 0.0,
"currency": "CZK",
"direction": "unchanged",
"rank": 6,
"rate": 24.304
},
{
"change_pct": 0.0,
"currency": "DKK",
"direction": "unchanged",
"rank": 7,
"rate": 7.4726
},
{
"change_pct": 0.0,
"currency": "GBP",
"direction": "unchanged",
"rank": 8,
"rate": 0.8641
},
{
"change_pct": 0.0,
"currency": "HKD",
"direction": "unchanged",
"rank": 9,
"rate": 9.2067
},
{
"change_pct": 0.0,
"currency": "HUF",
"direction": "unchanged",
"rank": 10,
"rate": 356.15
},
{
"change_pct": 0.0,
"currency": "IDR",
"direction": "unchanged",
"rank": 11,
"rate": 20424.09
},
{
"change_pct": 0.0,
"currency": "ILS",
"direction": "unchanged",
"rank": 12,
"rate": 3.4167
},
{
"change_pct": 0.0,
"currency": "INR",
"direction": "unchanged",
"rank": 13,
"rate": 111.1285
},
{
"change_pct": 0.0,
"currency": "ISK",
"direction": "unchanged",
"rank": 14,
"rate": 143.8
},
{
"change_pct": 0.0,
"currency": "JPY",
"direction": "unchanged",
"rank": 15,
"rate": 184.37
},
{
"change_pct": 0.0,
"currency": "KRW",
"direction": "unchanged",
"rank": 16,
"rate": 1725.08
},
{
"change_pct": 0.0,
"currency": "MXN",
"direction": "unchanged",
"rank": 17,
"rate": 20.2716
},
{
"change_pct": 0.0,
"currency": "MYR",
"direction": "unchanged",
"rank": 18,
"rate": 4.6115
},
{
"change_pct": 0.0,
"currency": "NOK",
"direction": "unchanged",
"rank": 19,
"rate": 10.8215
},
{
"change_pct": 0.0,
"currency": "NZD",
"direction": "unchanged",
"rank": 20,
"rate": 1.9735
},
{
"change_pct": 0.0,
"currency": "PHP",
"direction": "unchanged",
"rank": 21,
"rate": 71.136
},
{
"change_pct": 0.0,
"currency": "PLN",
"direction": "unchanged",
"rank": 22,
"rate": 4.2318
},
{
"change_pct": 0.0,
"currency": "RON",
"direction": "unchanged",
"rank": 23,
"rate": 5.2235
},
{
"change_pct": 0.0,
"currency": "SEK",
"direction": "unchanged",
"rank": 24,
"rate": 10.842
},
{
"change_pct": 0.0,
"currency": "SGD",
"direction": "unchanged",
"rank": 25,
"rate": 1.4911
},
{
"change_pct": 0.0,
"currency": "THB",
"direction": "unchanged",
"rank": 26,
"rate": 37.897
},
{
"change_pct": 0.0,
"currency": "TRY",
"direction": "unchanged",
"rank": 27,
"rate": 53.3534
},
{
"change_pct": 0.0,
"currency": "USD",
"direction": "unchanged",
"rank": 28,
"rate": 1.1761
},
{
"change_pct": 0.0,
"currency": "ZAR",
"direction": "unchanged",
"rank": 29,
"rate": 19.3109
}
],
"success": true
}
{"success":true,"rankings":[{"rank":1,"currency":"INR","rate":108.17,"change_pct":0.97,"direction":"up"}]}