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-07-05",
"rankings": [
{
"change_pct": 0.0,
"currency": "AUD",
"direction": "unchanged",
"rank": 1,
"rate": 1.65
},
{
"change_pct": 0.0,
"currency": "BRL",
"direction": "unchanged",
"rank": 2,
"rate": 5.9486
},
{
"change_pct": 0.0,
"currency": "CAD",
"direction": "unchanged",
"rank": 3,
"rate": 1.6258
},
{
"change_pct": 0.0,
"currency": "CHF",
"direction": "unchanged",
"rank": 4,
"rate": 0.919
},
{
"change_pct": 0.0,
"currency": "CNY",
"direction": "unchanged",
"rank": 5,
"rate": 7.7634
},
{
"change_pct": 0.0,
"currency": "CZK",
"direction": "unchanged",
"rank": 6,
"rate": 24.194
},
{
"change_pct": 0.0,
"currency": "DKK",
"direction": "unchanged",
"rank": 7,
"rate": 7.4746
},
{
"change_pct": 0.0,
"currency": "GBP",
"direction": "unchanged",
"rank": 8,
"rate": 0.8572
},
{
"change_pct": 0.0,
"currency": "HKD",
"direction": "unchanged",
"rank": 9,
"rate": 8.9791
},
{
"change_pct": 0.0,
"currency": "HUF",
"direction": "unchanged",
"rank": 10,
"rate": 353.1
},
{
"change_pct": 0.0,
"currency": "IDR",
"direction": "unchanged",
"rank": 11,
"rate": 20564.67
},
{
"change_pct": 0.0,
"currency": "ILS",
"direction": "unchanged",
"rank": 12,
"rate": 3.4331
},
{
"change_pct": 0.0,
"currency": "INR",
"direction": "unchanged",
"rank": 13,
"rate": 109.002
},
{
"change_pct": 0.0,
"currency": "ISK",
"direction": "unchanged",
"rank": 14,
"rate": 144.0
},
{
"change_pct": 0.0,
"currency": "JPY",
"direction": "unchanged",
"rank": 15,
"rate": 184.48
},
{
"change_pct": 0.0,
"currency": "KRW",
"direction": "unchanged",
"rank": 16,
"rate": 1752.95
},
{
"change_pct": 0.0,
"currency": "MXN",
"direction": "unchanged",
"rank": 17,
"rate": 19.9736
},
{
"change_pct": 0.0,
"currency": "MYR",
"direction": "unchanged",
"rank": 18,
"rate": 4.6605
},
{
"change_pct": 0.0,
"currency": "NOK",
"direction": "unchanged",
"rank": 19,
"rate": 11.269
},
{
"change_pct": 0.0,
"currency": "NZD",
"direction": "unchanged",
"rank": 20,
"rate": 2.0049
},
{
"change_pct": 0.0,
"currency": "PHP",
"direction": "unchanged",
"rank": 21,
"rate": 70.339
},
{
"change_pct": 0.0,
"currency": "PLN",
"direction": "unchanged",
"rank": 22,
"rate": 4.2848
},
{
"change_pct": 0.0,
"currency": "RON",
"direction": "unchanged",
"rank": 23,
"rate": 5.2359
},
{
"change_pct": 0.0,
"currency": "SEK",
"direction": "unchanged",
"rank": 24,
"rate": 11.0315
},
{
"change_pct": 0.0,
"currency": "SGD",
"direction": "unchanged",
"rank": 25,
"rate": 1.4774
},
{
"change_pct": 0.0,
"currency": "THB",
"direction": "unchanged",
"rank": 26,
"rate": 37.933
},
{
"change_pct": 0.0,
"currency": "TRY",
"direction": "unchanged",
"rank": 27,
"rate": 53.5821
},
{
"change_pct": 0.0,
"currency": "USD",
"direction": "unchanged",
"rank": 28,
"rate": 1.1448
},
{
"change_pct": 0.0,
"currency": "ZAR",
"direction": "unchanged",
"rank": 29,
"rate": 18.5606
}
],
"success": true
}
{"success":true,"rankings":[{"rank":1,"currency":"INR","rate":108.17,"change_pct":0.97,"direction":"up"}]}