← Norway

Norges Bank FX Rate

GET /norway/norges-bank/fx/:currency

Latest spot exchange rate for a currency vs NOK from Norges Bank (B.{ccy}.NOK.SP series). SDMX-JSON.

Посмотрите визуализацию

Параметры

currency обязательный

ISO 4217 code, e.g. USD, EUR

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/norway/norges-bank/fx/USD

Ответ в реальном времени

{
  "data": {
    "data": {
      "dataSets": [
        {
          "action": "Information",
          "links": [
            {
              "rel": "dataflow",
              "urn": "urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=NB:EXR(1.0)"
            }
          ],
          "reportingBegin": "2026-05-21T00:00:00",
          "reportingEnd": "2026-05-21T23:59:59",
          "series": {
            "0:0:0:0": {
              "attributes": [
                0,
                0,
                0,
                0
              ],
              "observations": {
                "0": [
                  "9.2314"
                ]
              }
            }
          }
        }
      ],
      "structure": {
        "attributes": {
          "dataset": [],
          "observation": [],
          "series": [
            {
              "description": "The number of digits to the right of a decimal point.",
              "id": "DECIMALS",
              "name": "Decimals",
              "relationship": {
                "dimensions": [
                  "BASE_CUR",
                  "QUOTE_CUR",
                  "TENOR"
                ]
              },
              "role": null,
              "values": [
                {
                  "id": "4",
                  "name": "4"
                }
              ]
            },
            {
              "description": "Indicates if the value is calculated or an actual observation.",
              "id": "CALCULATED",
              "name": "Calculated",
              "relationship": {
                "dimensions": [
                  "BASE_CUR",
                  "QUOTE_CUR",
                  "TENOR"
                ]
              },
              "role": null,
              "values": [
                {
                  "id": "false",
                  "name": "false"
                }
              ]
            },
            {
              "description": "Exponent in base 10 specified so that multiplying the observation numeric values by 10^UNIT_MULT gives a value expressed in the UNIT.",
              "id": "UNIT_MULT",
              "name": "Unit Multiplier",
              "relationship": {
                "dimensions": [
                  "BASE_CUR",
                  "QUOTE_CUR",
                  "TENOR"
                ]
              },
              "role": null,
              "values": [
                {
                  "id": "0",
                  "name": "Units"
                }
              ]
            },
            {
              "description": "Dates or periods during which the observations have been collected.",
              "id": "COLLECTION",
              "name": "Collection Indicator",
              "relationship": {
                "dimensions": [
                  "BASE_CUR",
                  "QUOTE_CUR",
                  "TENOR"
                ]
              },
              "role": null,
              "values": [
                {
                  "id": "C",
                  "name": "ECB concertation time 14:15 CET"
                }
              ]
            }
          ]
        },
        "description": "Norges Bank exchange rate statistics",
        "descriptions": {
          "en": "Norges Bank exchange rate statistics",
          "no": "Norges Banks valutakurser"
        },
        "dimensions": {
          "dataset": [],
          "observation": [
            {
              "description": "The period of time or point in time to which the measured observation refers.",
              "id": "TIME_PERIOD",
              "keyPosition": 4,
              "name": "Time Period",
              "role": "time",
              "values": [
                {
                  "end": "2026-05-21T23:59:59",
                  "id": "2026-05-21",
                  "name": "2026-05-21",
                  "start": "2026-05-21T00:00:00"
                }
              ]
            }
          ],
          "series": [
            {
              "description": "The time interval at which observations occur over a given time period.",
              "id": "FREQ",
              "keyPosition": 0,
              "name": "Frequency",
              "role": null,
              "values": [
                {
                  "description": "Business",
                  "id": "B",
                  "name": "Business"
                }
              ]
            },
            {
              "description": "The first currency in a currency pair quotation. Also known as the transaction currency.",
              "id": "BASE_CUR",
              "keyPosition": 1,
              "name": "Base Currency",
              "role": null,
              "values": [
                {
                  "id": "USD",
                  "name": "US dollar"
                }
              ]
            },
            {
              "description": "The second currency in a currency quote pair. Also known as counter currency.",
              "id": "QUOTE_CUR",
              "keyPosition": 2,
              "name": "Quote Currency",
              "role": null,
              "values": [
                {
                  "id": "NOK",
                  "name": "Norwegian krone"
                }
              ]
            },
            {
              "description": "The amount of time left for the repayment of a loan or until a financial contract expires.",
              "id": "TENOR",
              "keyPosition": 3,
              "name": "Tenor",
              "role": null,
              "values": [
                {
                  "id": "SP",
                  "name": "Spot"
                }
              ]
            }
          ]
        },
        "links": [
          {
            "rel": "dataflow",
            "urn": "urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=NB:EXR(1.0)"
          },
          {
            "rel": "datastructure",
            "urn": "urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=NB:DSD_EXR(1.0)"
          }
        ],
        "name": "Exchange rates",
        "names": {
          "en": "Exchange rates",
          "no": "Valutakurser"
        }
      }
    },
    "meta": {
      "datasetId": "86358b6b-4846-4fcc-95a9-8535860ffd19",
      "id": "IREF438335",
      "links": [
        {
          "href": "/data/EXR/B.USD.NOK.SP?format=sdmx-json&lastNObservations=1",
          "rel": "self",
          "uri": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/develop/data-message/tools/schemas/1.0/sdmx-json-data-schema.json"
        }
      ],
      "prepared": "2026-05-22T09:57:12",
      "receiver": {
        "id": "guest"
      },
      "sender": {
        "id": "Unknown"
      },
      "test": false
    }
  },
  "success": true
}