Convert ISK to INR
Icelandic Króna → Indian Rupee
1 ISK = 0.799857 INR(1 INR = 1.250223 ISK)
Currency converter
1 ISK =
0.79986 INR
ISK to INR: last 30 days
Over the last 30 days, 1 ISK traded between 0.77994 and 0.79986 INR, averaging 0.7884 INR. The ISK/INR rate is up 1.40% since 2026-08-28.
- 30-day high
- 0.79986
- 2026-09-25
- 30-day low
- 0.77994
- 2026-09-04
- 30-day average
- 0.7884
- Days with data: 30
- 30-day change
- +1.40%
- since 2026-08-28
0.79986
0.779942026-08-28 → 2026-09-26
| Date | 1 ISK in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.79986 | 0.00% |
| 2026-09-25 | 0.79986 | +1.19% |
| 2026-09-24 | 0.79042 | -0.16% |
| 2026-09-23 | 0.79167 | -0.00% |
| 2026-09-22 | 0.7917 | -0.19% |
| 2026-09-21 | 0.79321 | +0.63% |
| 2026-09-20 | 0.78823 | 0.00% |
| 2026-09-19 | 0.78823 | 0.00% |
| 2026-09-18 | 0.78823 | +0.04% |
| 2026-09-17 | 0.78788 | -0.51% |
| 2026-09-16 | 0.79188 | +0.12% |
| 2026-09-15 | 0.7909 | +0.17% |
| 2026-09-14 | 0.78956 | -0.50% |
| 2026-09-13 | 0.79349 | 0.00% |
| 2026-09-12 | 0.79349 | 0.00% |
| Date | 1 ISK in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.79349 | +0.20% |
| 2026-09-10 | 0.7919 | +0.32% |
| 2026-09-09 | 0.78936 | +0.63% |
| 2026-09-08 | 0.78443 | +0.58% |
| 2026-09-07 | 0.77994 | 0.00% |
| 2026-09-06 | 0.77994 | 0.00% |
| 2026-09-05 | 0.77994 | 0.00% |
| 2026-09-04 | 0.77994 | -0.08% |
| 2026-09-03 | 0.78059 | -0.18% |
| 2026-09-02 | 0.78203 | +0.05% |
| 2026-09-01 | 0.78161 | -0.28% |
| 2026-08-31 | 0.78381 | -0.63% |
| 2026-08-30 | 0.7888 | 0.00% |
| 2026-08-29 | 0.7888 | 0.00% |
| 2026-08-28 | 0.7888 | — |
ISK to INR conversion table
1 ISK0.79986 INR
5 ISK3.9993 INR
10 ISK7.9986 INR
25 ISK19.9964 INR
50 ISK39.9929 INR
100 ISK79.9857 INR
500 ISK399.9286 INR
1,000 ISK799.8573 INR
5,000 ISK3,999.2862 INR
10,000 ISK7,998.5725 INR
Get the ISK/INR rate in your app
One GET request returns the latest ISK → 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/ISK/INR"fetch('https://rate-api.com/api/v1/pair/ISK/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ISK = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ISK/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ISK = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ISK/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ISK = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ISK",
"to": "INR"
},
"rate": 0.7999,
"timestamp": 1790432128,
"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 ISKIndian Rupee → Icelandic Króna1.2502Convert ISK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.