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: show the values
| Point | NOK/INR |
|---|---|
| 2021-09-27 | 8.5840 |
| 2021-11-08 | 8.6904 |
| 2021-12-20 | 8.3896 |
| 2022-01-31 | 8.3295 |
| 2022-03-14 | 8.5133 |
| 2022-04-27 | 8.2862 |
| 2022-06-08 | 8.2266 |
| 2022-07-20 | 8.0534 |
| 2022-08-31 | 8.0036 |
| 2022-10-12 | 7.6716 |
| 2022-11-23 | 8.1484 |
| 2023-01-05 | 8.1564 |
| 2023-02-16 | 8.0773 |
| 2023-03-30 | 7.8681 |
| 2023-05-16 | 7.7039 |
| 2023-06-27 | 7.6380 |
| 2023-08-08 | 8.0267 |
| 2023-09-19 | 7.7580 |
| 2023-10-31 | 7.4468 |
| 2023-12-12 | 7.6479 |
| 2024-01-26 | 7.9743 |
| 2024-03-08 | 7.9754 |
| 2024-04-23 | 7.5823 |
| 2024-06-05 | 7.9048 |
| 2024-07-17 | 7.7707 |
| 2024-08-27 | 7.9906 |
| 2024-10-01 | 7.9460 |
| 2024-10-31 | 7.6637 |
| 2024-11-30 | 7.6600 |
| 2024-12-30 | 7.5361 |
| 2025-01-29 | 7.6406 |
| 2025-02-28 | 7.7591 |
| 2025-03-30 | 8.1611 |
| 2025-04-29 | 8.2022 |
| 2025-05-29 | 8.3929 |
| 2025-06-28 | 8.4858 |
| 2025-07-28 | 8.5172 |
| 2025-08-27 | 8.6322 |
| 2025-09-26 | 8.8424 |
| 2025-10-26 | 8.8027 |
| 2025-11-25 | 8.6963 |
| 2025-12-25 | 8.9727 |
| 2026-01-24 | 9.3732 |
| 2026-02-23 | 9.5141 |
| 2026-03-25 | 9.6496 |
| 2026-04-24 | 10.0788 |
| 2026-05-24 | 10.3526 |
| 2026-06-23 | 9.6857 |
| 2026-07-23 | 10.0457 |
| 2026-08-22 | 10.2958 |
| 2026-09-21 | 10.1820 |
High
10.3526
Low
7.4468
Average
8.4549
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=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¤cies=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.