NOK to INR exchange rate API
Norwegian Krone to Indian Rupee · quoted 2026-09-24
10.1481
▲ +13.74% over 1Y
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 year, NOK/INR traded between 8.6703 and 10.4345, averaged 9.5799 and rose 13.74%. 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 1Y: show the values
| Point | NOK/INR |
|---|---|
| 2025-09-24 | 8.9224 |
| 2025-10-01 | 8.9228 |
| 2025-10-08 | 8.8868 |
| 2025-10-15 | 8.7303 |
| 2025-10-22 | 8.7989 |
| 2025-10-29 | 8.8212 |
| 2025-11-05 | 8.6703 |
| 2025-11-12 | 8.8045 |
| 2025-11-19 | 8.7261 |
| 2025-11-26 | 8.7168 |
| 2025-12-03 | 8.9477 |
| 2025-12-10 | 8.8577 |
| 2025-12-17 | 8.8377 |
| 2025-12-24 | 8.9610 |
| 2025-12-31 | 8.9164 |
| 2026-01-07 | 8.9283 |
| 2026-01-14 | 8.9672 |
| 2026-01-21 | 9.2448 |
| 2026-01-28 | 9.5542 |
| 2026-02-04 | 9.3750 |
| 2026-02-11 | 9.5963 |
| 2026-02-18 | 9.5672 |
| 2026-02-25 | 9.4876 |
| 2026-03-04 | 9.5447 |
| 2026-03-11 | 9.5460 |
| 2026-03-18 | 9.6938 |
| 2026-03-25 | 9.6496 |
| 2026-04-01 | 9.6738 |
| 2026-04-08 | 9.6789 |
| 2026-04-15 | 9.8983 |
| 2026-04-22 | 10.0862 |
| 2026-04-29 | 10.2220 |
| 2026-05-06 | 10.2116 |
| 2026-05-13 | 10.4342 |
| 2026-05-20 | 10.4345 |
| 2026-05-27 | 10.3144 |
| 2026-06-03 | 10.2986 |
| 2026-06-10 | 10.0372 |
| 2026-06-17 | 9.9541 |
| 2026-06-24 | 9.6227 |
| 2026-07-01 | 9.5842 |
| 2026-07-08 | 9.7860 |
| 2026-07-15 | 9.8949 |
| 2026-07-22 | 10.0637 |
| 2026-07-29 | 9.8970 |
| 2026-08-05 | 10.0063 |
| 2026-08-12 | 10.0648 |
| 2026-08-19 | 10.1853 |
| 2026-08-26 | 10.2299 |
| 2026-09-02 | 10.1732 |
| 2026-09-09 | 10.3597 |
| 2026-09-16 | 10.2622 |
| 2026-09-23 | 10.1167 |
High
10.4345
Low
8.6703
Average
9.5799
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.