← Finans og valuta

Valutarangeringer

GET /rankings

Ranger alle 30 støttede valutaer etter daglig ytelse mot en valgt basisvaluta. Hver oppføring inkluderer valutakoden, gjeldende kurs, prosentvis endring og retning (opp/ned). Ideelt for å bygge valutarangeringer, markedsoversiktsskjermer og å identifisere dagens sterkeste og svakeste valutaer på et øyeblikk.

Parametere

base valgfri standard: EUR

Base currency

Eksempelforespørsler

Grunnleggende bruk
curl "https://nordapi.ee/api/v1/rankings?base=EUR"
Rankings against EUR (default)
curl "https://nordapi.ee/api/v1/rankings?base=EUR"
Rankings against USD
curl "https://nordapi.ee/api/v1/rankings?base=USD"
Rankings against NOK
curl "https://nordapi.ee/api/v1/rankings?base=NOK"

Livesvar

{
  "base": "EUR",
  "date": "2026-05-22",
  "rankings": [
    {
      "change_pct": 0.5491459951199721,
      "currency": "KRW",
      "direction": "up",
      "rank": 1,
      "rate": 1759.6
    },
    {
      "change_pct": 0.2054634601914546,
      "currency": "NOK",
      "direction": "up",
      "rank": 2,
      "rate": 10.7295
    },
    {
      "change_pct": 0.1912844600277854,
      "currency": "TRY",
      "direction": "up",
      "rank": 3,
      "rate": 53.0067
    },
    {
      "change_pct": 0.18782870022539444,
      "currency": "CAD",
      "direction": "up",
      "rank": 4,
      "rate": 1.6002
    },
    {
      "change_pct": 0.1394700139470014,
      "currency": "ISK",
      "direction": "up",
      "rank": 5,
      "rate": 143.6
    },
    {
      "change_pct": 0.10489177076380281,
      "currency": "RON",
      "direction": "up",
      "rank": 6,
      "rate": 5.249
    },
    {
      "change_pct": 0.1044363699658406,
      "currency": "MYR",
      "direction": "up",
      "rank": 7,
      "rate": 4.6009
    },
    {
      "change_pct": 0.07574992425007575,
      "currency": "NZD",
      "direction": "up",
      "rank": 8,
      "rate": 1.9817
    },
    {
      "change_pct": 0.07365465175159969,
      "currency": "SEK",
      "direction": "up",
      "rank": 9,
      "rate": 10.8695
    },
    {
      "change_pct": 0.06145148405333989,
      "currency": "AUD",
      "direction": "up",
      "rank": 10,
      "rate": 1.6283
    },
    {
      "change_pct": 0.06106119677994852,
      "currency": "IDR",
      "direction": "up",
      "rank": 11,
      "rate": 20516.54
    },
    {
      "change_pct": 0.053325076547287305,
      "currency": "BRL",
      "direction": "up",
      "rank": 12,
      "rate": 5.8165
    },
    {
      "change_pct": 0.00419891667949669,
      "currency": "PHP",
      "direction": "up",
      "rank": 13,
      "rate": 71.45
    },
    {
      "change_pct": 0.0013381506757660913,
      "currency": "DKK",
      "direction": "up",
      "rank": 14,
      "rate": 7.4731
    },
    {
      "change_pct": -0.008803494987510041,
      "currency": "HKD",
      "direction": "down",
      "rank": 15,
      "rate": 9.0865
    },
    {
      "change_pct": -0.01234974477194138,
      "currency": "CZK",
      "direction": "down",
      "rank": 16,
      "rate": 24.289
    },
    {
      "change_pct": -0.013469827586206896,
      "currency": "SGD",
      "direction": "down",
      "rank": 17,
      "rate": 1.4846
    },
    {
      "change_pct": -0.01735448266287182,
      "currency": "GBP",
      "direction": "down",
      "rank": 18,
      "rate": 0.86418
    },
    {
      "change_pct": -0.03250446936453762,
      "currency": "JPY",
      "direction": "down",
      "rank": 19,
      "rate": 184.53
    },
    {
      "change_pct": -0.03448573152858005,
      "currency": "USD",
      "direction": "down",
      "rank": 20,
      "rate": 1.1595
    },
    {
      "change_pct": -0.0949592466566432,
      "currency": "THB",
      "direction": "down",
      "rank": 21,
      "rate": 37.875
    },
    {
      "change_pct": -0.10533795097810263,
      "currency": "MXN",
      "direction": "down",
      "rank": 22,
      "rate": 20.1045
    },
    {
      "change_pct": -0.1368838641807881,
      "currency": "CNY",
      "direction": "down",
      "rank": 23,
      "rate": 7.8791
    },
    {
      "change_pct": -0.14829461196243204,
      "currency": "PLN",
      "direction": "down",
      "rank": 24,
      "rate": 4.242
    },
    {
      "change_pct": -0.28430836522689995,
      "currency": "CHF",
      "direction": "down",
      "rank": 25,
      "rate": 0.9119
    },
    {
      "change_pct": -0.4021856710953319,
      "currency": "HUF",
      "direction": "down",
      "rank": 26,
      "rate": 359.08
    },
    {
      "change_pct": -0.502059799280242,
      "currency": "ZAR",
      "direction": "down",
      "rank": 27,
      "rate": 19.1045
    },
    {
      "change_pct": -0.5645743064921565,
      "currency": "INR",
      "direction": "down",
      "rank": 28,
      "rate": 110.9585
    },
    {
      "change_pct": -0.745099198722687,
      "currency": "ILS",
      "direction": "down",
      "rank": 29,
      "rate": 3.3569
    }
  ],
  "success": true
}

Eksempelsvar

{"success":true,"rankings":[{"rank":1,"currency":"INR","rate":108.17,"change_pct":0.97,"direction":"up"}]}