Convert INR to ISK
Indian Rupee → Icelandic Króna
1 INR = 1.250223 ISK(1 ISK = 0.799857 INR)
Currency converter
1 INR =
1.2502 ISK
INR to ISK: last 30 days
Over the last 30 days, 1 INR traded between 1.2502 and 1.2821 ISK, averaging 1.2685 ISK. The INR/ISK rate is down 1.38% since 2026-08-28.
- 30-day high
- 1.2821
- 2026-09-04
- 30-day low
- 1.2502
- 2026-09-25
- 30-day average
- 1.2685
- Days with data: 30
- 30-day change
- -1.38%
- since 2026-08-28
1.2821
1.25022026-08-28 → 2026-09-26
| Date | 1 INR in ISK | Daily change |
|---|---|---|
| 2026-09-26 | 1.2502 | 0.00% |
| 2026-09-25 | 1.2502 | -1.18% |
| 2026-09-24 | 1.2652 | +0.16% |
| 2026-09-23 | 1.2632 | +0.00% |
| 2026-09-22 | 1.2631 | +0.19% |
| 2026-09-21 | 1.2607 | -0.63% |
| 2026-09-20 | 1.2687 | 0.00% |
| 2026-09-19 | 1.2687 | 0.00% |
| 2026-09-18 | 1.2687 | -0.04% |
| 2026-09-17 | 1.2692 | +0.51% |
| 2026-09-16 | 1.2628 | -0.12% |
| 2026-09-15 | 1.2644 | -0.17% |
| 2026-09-14 | 1.2665 | +0.50% |
| 2026-09-13 | 1.2603 | 0.00% |
| 2026-09-12 | 1.2603 | 0.00% |
| Date | 1 INR in ISK | Daily change |
|---|---|---|
| 2026-09-11 | 1.2603 | -0.20% |
| 2026-09-10 | 1.2628 | -0.32% |
| 2026-09-09 | 1.2668 | -0.62% |
| 2026-09-08 | 1.2748 | -0.57% |
| 2026-09-07 | 1.2821 | 0.00% |
| 2026-09-06 | 1.2821 | 0.00% |
| 2026-09-05 | 1.2821 | 0.00% |
| 2026-09-04 | 1.2821 | +0.08% |
| 2026-09-03 | 1.2811 | +0.19% |
| 2026-09-02 | 1.2787 | -0.05% |
| 2026-09-01 | 1.2794 | +0.28% |
| 2026-08-31 | 1.2758 | +0.64% |
| 2026-08-30 | 1.2677 | 0.00% |
| 2026-08-29 | 1.2677 | 0.00% |
| 2026-08-28 | 1.2677 | — |
INR to ISK conversion table
1 INR1.2502 ISK
5 INR6.2511 ISK
10 INR12.5022 ISK
25 INR31.2556 ISK
50 INR62.5112 ISK
100 INR125.0223 ISK
500 INR625.1116 ISK
1,000 INR1,250.2231 ISK
5,000 INR6,251.1155 ISK
10,000 INR12,502.231 ISK
Get the INR/ISK rate in your app
One GET request returns the latest INR → ISK 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/ISK"fetch('https://rate-api.com/api/v1/pair/INR/ISK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ISK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ISK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ISK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ISK');
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']} ISK\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ISK"
},
"rate": 1.2502,
"timestamp": 1790429389,
"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
ISK to INRIcelandic Króna → Indian Rupee0.79986Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.