Convert ISK to RUB
Icelandic Króna → Russian Ruble
1 ISK = 0.709666 RUB(1 RUB = 1.409113 ISK)
Currency converter
1 ISK =
0.70967 RUB
ISK to RUB: last 30 days
Over the last 30 days, 1 ISK traded between 0.69126 and 0.72117 RUB, averaging 0.70442 RUB. The ISK/RUB rate is up 0.41% since 2026-08-28.
- 30-day high
- 0.72117
- 2026-09-03
- 30-day low
- 0.69126
- 2026-09-20
- 30-day average
- 0.70442
- Days with data: 30
- 30-day change
- +0.41%
- since 2026-08-28
0.72117
0.691262026-08-28 → 2026-09-26
| Date | 1 ISK in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.70967 | 0.00% |
| 2026-09-25 | 0.70967 | +1.55% |
| 2026-09-24 | 0.69883 | +0.26% |
| 2026-09-23 | 0.69704 | +0.48% |
| 2026-09-22 | 0.69371 | -0.43% |
| 2026-09-21 | 0.69673 | +0.79% |
| 2026-09-20 | 0.69126 | -0.37% |
| 2026-09-19 | 0.69383 | -0.12% |
| 2026-09-18 | 0.69467 | +0.43% |
| 2026-09-17 | 0.69171 | -0.45% |
| 2026-09-16 | 0.69482 | -0.25% |
| 2026-09-15 | 0.69654 | -0.27% |
| 2026-09-14 | 0.69845 | -0.20% |
| 2026-09-13 | 0.69986 | +0.11% |
| 2026-09-12 | 0.69909 | +0.27% |
| Date | 1 ISK in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.69717 | -1.14% |
| 2026-09-10 | 0.70524 | -1.02% |
| 2026-09-09 | 0.71249 | -0.12% |
| 2026-09-08 | 0.71335 | -0.22% |
| 2026-09-07 | 0.71491 | +0.06% |
| 2026-09-06 | 0.71448 | +0.86% |
| 2026-09-05 | 0.7084 | -0.96% |
| 2026-09-04 | 0.7153 | -0.81% |
| 2026-09-03 | 0.72117 | +0.87% |
| 2026-09-02 | 0.71496 | +0.62% |
| 2026-09-01 | 0.71056 | +0.36% |
| 2026-08-31 | 0.70804 | -0.46% |
| 2026-08-30 | 0.71131 | -0.19% |
| 2026-08-29 | 0.71264 | +0.83% |
| 2026-08-28 | 0.70678 | — |
ISK to RUB conversion table
1 ISK0.70967 RUB
5 ISK3.5483 RUB
10 ISK7.0967 RUB
25 ISK17.7417 RUB
50 ISK35.4833 RUB
100 ISK70.9666 RUB
500 ISK354.8331 RUB
1,000 ISK709.6662 RUB
5,000 ISK3,548.3308 RUB
10,000 ISK7,096.6617 RUB
Get the ISK/RUB rate in your app
One GET request returns the latest ISK → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/ISK/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ISK = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ISK/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ISK = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ISK/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "ISK",
"to": "RUB"
},
"rate": 0.7097,
"timestamp": 1790432041,
"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
RUB to ISKRussian Ruble → Icelandic Króna1.4091Convert ISK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.