Convert NOK to INR
Norwegian Krone → Indian Rupee
1 NOK = 10.079382 INR(1 INR = 0.0992124 NOK)
Currency converter
1 NOK =
10.0794 INR
NOK to INR: last 30 days
Over the last 30 days, 1 NOK traded between 10.0794 and 10.3597 INR, averaging 10.1985 INR. The NOK/INR rate is down 1.45% since 2026-08-28.
- 30-day high
- 10.3597
- 2026-09-09
- 30-day low
- 10.0794
- 2026-09-25
- 30-day average
- 10.1985
- Days with data: 30
- 30-day change
- -1.45%
- since 2026-08-28
10.3597
10.07942026-08-28 → 2026-09-26
| Date | 1 NOK in INR | Daily change |
|---|---|---|
| 2026-09-26 | 10.0794 | 0.00% |
| 2026-09-25 | 10.0794 | -0.30% |
| 2026-09-24 | 10.1096 | -0.07% |
| 2026-09-23 | 10.1167 | -0.28% |
| 2026-09-22 | 10.1449 | -0.36% |
| 2026-09-21 | 10.1819 | +0.17% |
| 2026-09-20 | 10.165 | 0.00% |
| 2026-09-19 | 10.165 | 0.00% |
| 2026-09-18 | 10.165 | -0.10% |
| 2026-09-17 | 10.1754 | -0.84% |
| 2026-09-16 | 10.2618 | -0.05% |
| 2026-09-15 | 10.2668 | +0.15% |
| 2026-09-14 | 10.2518 | -0.23% |
| 2026-09-13 | 10.2754 | 0.00% |
| 2026-09-12 | 10.2754 | 0.00% |
| Date | 1 NOK in INR | Daily change |
|---|---|---|
| 2026-09-11 | 10.2754 | -0.24% |
| 2026-09-10 | 10.2999 | -0.58% |
| 2026-09-09 | 10.3597 | +1.07% |
| 2026-09-08 | 10.2499 | +0.56% |
| 2026-09-07 | 10.1928 | +0.27% |
| 2026-09-06 | 10.1649 | 0.00% |
| 2026-09-05 | 10.1649 | 0.00% |
| 2026-09-04 | 10.1649 | +0.09% |
| 2026-09-03 | 10.1562 | -0.16% |
| 2026-09-02 | 10.1727 | +0.00% |
| 2026-09-01 | 10.1722 | -0.16% |
| 2026-08-31 | 10.1882 | -0.38% |
| 2026-08-30 | 10.2272 | 0.00% |
| 2026-08-29 | 10.2272 | 0.00% |
| 2026-08-28 | 10.2272 | — |
NOK to INR conversion table
1 NOK10.0794 INR
5 NOK50.3969 INR
10 NOK100.7938 INR
25 NOK251.9846 INR
50 NOK503.9691 INR
100 NOK1,007.9382 INR
500 NOK5,039.691 INR
1,000 NOK10,079.382 INR
5,000 NOK50,396.91 INR
10,000 NOK100,793.82 INR
Get the NOK/INR rate in your app
One GET request returns the latest NOK → INR 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/NOK/INR"fetch('https://rate-api.com/api/v1/pair/NOK/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NOK = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NOK/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NOK = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NOK/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NOK = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "NOK",
"to": "INR"
},
"rate": 10.0794,
"timestamp": 1790432210,
"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
INR to NOKIndian Rupee → Norwegian Krone0.099212Convert NOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.