NOK to RUB exchange rate API
Norwegian Krone to Russian Ruble · quoted 2026-09-25
8.9214
▲ +6.01% over 1Y
1 NOK = 8.9214 RUB · 1 RUB = 0.11209 NOK · Get this rate via the API
1 NOK buys 8.9214 RUB as of 2026-09-25, so 1 RUB buys 0.11209 NOK. Over the last year, NOK/RUB traded between 7.5886 and 9.3508, averaged 8.1534 and rose 6.01%. The API holds daily NOK/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
NOK/RUB over 1Y: show the values
| Point | NOK/RUB |
|---|---|
| 2025-09-25 | 8.4155 |
| 2025-10-02 | 8.2948 |
| 2025-10-09 | 8.1413 |
| 2025-10-16 | 7.8074 |
| 2025-10-23 | 8.1569 |
| 2025-10-30 | 7.9150 |
| 2025-11-06 | 8.0002 |
| 2025-11-13 | 8.0887 |
| 2025-11-20 | 7.8991 |
| 2025-11-27 | 7.7052 |
| 2025-12-04 | 7.6799 |
| 2025-12-12 | 7.9407 |
| 2025-12-19 | 7.8458 |
| 2025-12-26 | 7.8670 |
| 2026-01-02 | 7.8330 |
| 2026-01-09 | 7.9450 |
| 2026-01-16 | 7.7658 |
| 2026-01-23 | 7.7296 |
| 2026-01-30 | 7.9498 |
| 2026-02-06 | 7.8919 |
| 2026-02-13 | 8.0880 |
| 2026-02-20 | 8.0278 |
| 2026-02-27 | 8.0984 |
| 2026-03-06 | 8.1409 |
| 2026-03-13 | 8.1741 |
| 2026-03-20 | 9.0258 |
| 2026-03-27 | 8.3766 |
| 2026-04-03 | 8.2020 |
| 2026-04-10 | 8.1775 |
| 2026-04-17 | 8.1782 |
| 2026-04-24 | 8.1140 |
| 2026-05-01 | 8.0835 |
| 2026-05-08 | 8.1131 |
| 2026-05-16 | 7.8228 |
| 2026-05-24 | 7.7220 |
| 2026-05-31 | 7.6904 |
| 2026-06-09 | 7.7248 |
| 2026-06-16 | 7.6017 |
| 2026-06-23 | 7.5886 |
| 2026-06-30 | 7.7587 |
| 2026-07-07 | 7.8626 |
| 2026-07-14 | 7.8923 |
| 2026-07-21 | 8.1607 |
| 2026-07-28 | 8.0518 |
| 2026-08-04 | 8.4224 |
| 2026-08-11 | 8.6791 |
| 2026-08-18 | 9.0281 |
| 2026-08-26 | 8.9701 |
| 2026-09-02 | 9.3002 |
| 2026-09-09 | 9.3508 |
| 2026-09-16 | 9.0039 |
| 2026-09-23 | 8.9075 |
High
9.3508
Low
7.5886
Average
8.1534
Get this rate via the API
One GET request returns the NOK/RUB rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
NOK/RUB API questions
How do I get the NOK/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NOK/RUB rate in rates.RUB.
How far back does NOK/RUB historical data go?
Daily NOK/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free NOK/RUB exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.