Skip to content

NOK to INR exchange rate API

Norwegian Krone to Indian Rupee · quoted 2026-09-24

10.1481

▲ +18.22% over 5Y

1 NOK = 10.1481 INR · 1 INR = 0.09854 NOK · Get this rate via the API

1 NOK buys 10.1481 INR as of 2026-09-24, so 1 INR buys 0.09854 NOK. Over the last 5 years, NOK/INR traded between 7.4468 and 10.3526, averaged 8.4549 and rose 18.22%. The API holds daily NOK/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

NOK/INR over 5Y

NOK/INR over 5Y: show the values
PointNOK/INR
2021-09-278.5840
2021-11-088.6904
2021-12-208.3896
2022-01-318.3295
2022-03-148.5133
2022-04-278.2862
2022-06-088.2266
2022-07-208.0534
2022-08-318.0036
2022-10-127.6716
2022-11-238.1484
2023-01-058.1564
2023-02-168.0773
2023-03-307.8681
2023-05-167.7039
2023-06-277.6380
2023-08-088.0267
2023-09-197.7580
2023-10-317.4468
2023-12-127.6479
2024-01-267.9743
2024-03-087.9754
2024-04-237.5823
2024-06-057.9048
2024-07-177.7707
2024-08-277.9906
2024-10-017.9460
2024-10-317.6637
2024-11-307.6600
2024-12-307.5361
2025-01-297.6406
2025-02-287.7591
2025-03-308.1611
2025-04-298.2022
2025-05-298.3929
2025-06-288.4858
2025-07-288.5172
2025-08-278.6322
2025-09-268.8424
2025-10-268.8027
2025-11-258.6963
2025-12-258.9727
2026-01-249.3732
2026-02-239.5141
2026-03-259.6496
2026-04-2410.0788
2026-05-2410.3526
2026-06-239.6857
2026-07-2310.0457
2026-08-2210.2958
2026-09-2110.1820

High

10.3526

Low

7.4468

Average

8.4549

For developers

Get this rate via the API

One GET request returns the NOK/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

NOK/INR API questions

How do I get the NOK/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NOK/INR rate in rates.INR.

How far back does NOK/INR historical data go?

Daily NOK/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NOK/INR 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.