Convert RUB to ISK
Russian Ruble → Icelandic Króna
1 RUB = 1.409113 ISK(1 ISK = 0.709666 RUB)
Currency converter
1 RUB =
1.4091 ISK
RUB to ISK: last 30 days
Over the last 30 days, 1 RUB traded between 1.3866 and 1.4466 ISK, averaging 1.4198 ISK. The RUB/ISK rate is down 0.41% since 2026-08-28.
- 30-day high
- 1.4466
- 2026-09-20
- 30-day low
- 1.3866
- 2026-09-03
- 30-day average
- 1.4198
- Days with data: 30
- 30-day change
- -0.41%
- since 2026-08-28
1.4466
1.38662026-08-28 → 2026-09-26
| Date | 1 RUB in ISK | Daily change |
|---|---|---|
| 2026-09-26 | 1.4091 | 0.00% |
| 2026-09-25 | 1.4091 | -1.53% |
| 2026-09-24 | 1.431 | -0.26% |
| 2026-09-23 | 1.4346 | -0.48% |
| 2026-09-22 | 1.4415 | +0.44% |
| 2026-09-21 | 1.4353 | -0.78% |
| 2026-09-20 | 1.4466 | +0.37% |
| 2026-09-19 | 1.4413 | +0.12% |
| 2026-09-18 | 1.4395 | -0.43% |
| 2026-09-17 | 1.4457 | +0.45% |
| 2026-09-16 | 1.4392 | +0.25% |
| 2026-09-15 | 1.4357 | +0.27% |
| 2026-09-14 | 1.4317 | +0.20% |
| 2026-09-13 | 1.4289 | -0.11% |
| 2026-09-12 | 1.4304 | -0.27% |
| Date | 1 RUB in ISK | Daily change |
|---|---|---|
| 2026-09-11 | 1.4344 | +1.16% |
| 2026-09-10 | 1.418 | +1.03% |
| 2026-09-09 | 1.4035 | +0.12% |
| 2026-09-08 | 1.4018 | +0.22% |
| 2026-09-07 | 1.3988 | -0.06% |
| 2026-09-06 | 1.3996 | -0.85% |
| 2026-09-05 | 1.4116 | +0.97% |
| 2026-09-04 | 1.398 | +0.82% |
| 2026-09-03 | 1.3866 | -0.86% |
| 2026-09-02 | 1.3987 | -0.61% |
| 2026-09-01 | 1.4073 | -0.35% |
| 2026-08-31 | 1.4123 | +0.46% |
| 2026-08-30 | 1.4058 | +0.19% |
| 2026-08-29 | 1.4032 | -0.82% |
| 2026-08-28 | 1.4149 | — |
RUB to ISK conversion table
1 RUB1.4091 ISK
5 RUB7.0456 ISK
10 RUB14.0911 ISK
25 RUB35.2278 ISK
50 RUB70.4557 ISK
100 RUB140.9113 ISK
500 RUB704.5566 ISK
1,000 RUB1,409.1132 ISK
5,000 RUB7,045.5662 ISK
10,000 RUB14,091.132 ISK
Get the RUB/ISK rate in your app
One GET request returns the latest RUB → 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/RUB/ISK"fetch('https://rate-api.com/api/v1/pair/RUB/ISK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ISK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ISK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ISK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ISK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} ISK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ISK"
},
"rate": 1.4091,
"timestamp": 1790429286,
"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 RUBIcelandic Króna → Russian Ruble0.70967Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.