Skip to content

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

NOK/RUB over 1Y: show the values
PointNOK/RUB
2025-09-258.4155
2025-10-028.2948
2025-10-098.1413
2025-10-167.8074
2025-10-238.1569
2025-10-307.9150
2025-11-068.0002
2025-11-138.0887
2025-11-207.8991
2025-11-277.7052
2025-12-047.6799
2025-12-127.9407
2025-12-197.8458
2025-12-267.8670
2026-01-027.8330
2026-01-097.9450
2026-01-167.7658
2026-01-237.7296
2026-01-307.9498
2026-02-067.8919
2026-02-138.0880
2026-02-208.0278
2026-02-278.0984
2026-03-068.1409
2026-03-138.1741
2026-03-209.0258
2026-03-278.3766
2026-04-038.2020
2026-04-108.1775
2026-04-178.1782
2026-04-248.1140
2026-05-018.0835
2026-05-088.1131
2026-05-167.8228
2026-05-247.7220
2026-05-317.6904
2026-06-097.7248
2026-06-167.6017
2026-06-237.5886
2026-06-307.7587
2026-07-077.8626
2026-07-147.8923
2026-07-218.1607
2026-07-288.0518
2026-08-048.4224
2026-08-118.6791
2026-08-189.0281
2026-08-268.9701
2026-09-029.3002
2026-09-099.3508
2026-09-169.0039
2026-09-238.9075

High

9.3508

Low

7.5886

Average

8.1534

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=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&currencies=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.