Convert INR to NOK
Indian Rupee → Norwegian Krone
1 INR = 0.0992124 NOK(1 NOK = 10.079382 INR)
Currency converter
1 INR =
0.099212 NOK
INR to NOK: last 30 days
Over the last 30 days, 1 INR traded between 0.096528 and 0.099212 NOK, averaging 0.098057 NOK. The INR/NOK rate is up 1.47% since 2026-08-28.
- 30-day high
- 0.099212
- 2026-09-25
- 30-day low
- 0.096528
- 2026-09-09
- 30-day average
- 0.098057
- Days with data: 30
- 30-day change
- +1.47%
- since 2026-08-28
0.099212
0.0965282026-08-28 → 2026-09-26
| Date | 1 INR in NOK | Daily change |
|---|---|---|
| 2026-09-26 | 0.099212 | 0.00% |
| 2026-09-25 | 0.099212 | +0.30% |
| 2026-09-24 | 0.098916 | +0.07% |
| 2026-09-23 | 0.098847 | +0.28% |
| 2026-09-22 | 0.098572 | +0.37% |
| 2026-09-21 | 0.098213 | -0.17% |
| 2026-09-20 | 0.098377 | 0.00% |
| 2026-09-19 | 0.098377 | 0.00% |
| 2026-09-18 | 0.098377 | +0.10% |
| 2026-09-17 | 0.098276 | +0.85% |
| 2026-09-16 | 0.097449 | +0.05% |
| 2026-09-15 | 0.097401 | -0.15% |
| 2026-09-14 | 0.097544 | +0.23% |
| 2026-09-13 | 0.09732 | 0.00% |
| 2026-09-12 | 0.09732 | 0.00% |
| Date | 1 INR in NOK | Daily change |
|---|---|---|
| 2026-09-11 | 0.09732 | +0.24% |
| 2026-09-10 | 0.097088 | +0.58% |
| 2026-09-09 | 0.096528 | -1.06% |
| 2026-09-08 | 0.097562 | -0.56% |
| 2026-09-07 | 0.098109 | -0.27% |
| 2026-09-06 | 0.098378 | 0.00% |
| 2026-09-05 | 0.098378 | 0.00% |
| 2026-09-04 | 0.098378 | -0.09% |
| 2026-09-03 | 0.098462 | +0.16% |
| 2026-09-02 | 0.098303 | -0.00% |
| 2026-09-01 | 0.098308 | +0.16% |
| 2026-08-31 | 0.098153 | +0.38% |
| 2026-08-30 | 0.097779 | 0.00% |
| 2026-08-29 | 0.097779 | 0.00% |
| 2026-08-28 | 0.097779 | — |
INR to NOK conversion table
1 INR0.099212 NOK
5 INR0.49606 NOK
10 INR0.99212 NOK
25 INR2.4803 NOK
50 INR4.9606 NOK
100 INR9.9212 NOK
500 INR49.6062 NOK
1,000 INR99.2124 NOK
5,000 INR496.0622 NOK
10,000 INR992.1243 NOK
Get the INR/NOK rate in your app
One GET request returns the latest INR → NOK rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/INR/NOK"fetch('https://rate-api.com/api/v1/pair/INR/NOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} NOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/NOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} NOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/NOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} NOK\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "NOK"
},
"rate": 0.0992,
"timestamp": 1790429445,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
NOK to INRNorwegian Krone → Indian Rupee10.0794Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.