Convert ISK to CAD
Icelandic Króna → Canadian Dollar
1 ISK = 0.011806 CAD(1 CAD = 84.702673 ISK)
Currency converter
1 ISK =
0.011806 CAD
ISK to CAD: last 30 days
Over the last 30 days, 1 ISK traded between 0.011391 and 0.011806 CAD, averaging 0.011504 CAD. The ISK/CAD rate is up 3.05% since 2026-08-28.
- 30-day high
- 0.011806
- 2026-09-25
- 30-day low
- 0.011391
- 2026-09-04
- 30-day average
- 0.011504
- Days with data: 30
- 30-day change
- +3.05%
- since 2026-08-28
0.011806
0.0113912026-08-28 → 2026-09-26
| Date | 1 ISK in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.011806 | 0.00% |
| 2026-09-25 | 0.011806 | +1.53% |
| 2026-09-24 | 0.011628 | -0.19% |
| 2026-09-23 | 0.01165 | +0.16% |
| 2026-09-22 | 0.011632 | +0.34% |
| 2026-09-21 | 0.011593 | +0.65% |
| 2026-09-20 | 0.011518 | 0.00% |
| 2026-09-19 | 0.011518 | 0.00% |
| 2026-09-18 | 0.011518 | +0.21% |
| 2026-09-17 | 0.011493 | -0.08% |
| 2026-09-16 | 0.011503 | +0.26% |
| 2026-09-15 | 0.011473 | -0.01% |
| 2026-09-14 | 0.011474 | -0.29% |
| 2026-09-13 | 0.011507 | 0.00% |
| 2026-09-12 | 0.011507 | 0.00% |
| Date | 1 ISK in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.011507 | +0.38% |
| 2026-09-10 | 0.011464 | +0.32% |
| 2026-09-09 | 0.011427 | +0.06% |
| 2026-09-08 | 0.011419 | +0.11% |
| 2026-09-07 | 0.011407 | +0.14% |
| 2026-09-06 | 0.011391 | 0.00% |
| 2026-09-05 | 0.011391 | 0.00% |
| 2026-09-04 | 0.011391 | -0.02% |
| 2026-09-03 | 0.011394 | -0.64% |
| 2026-09-02 | 0.011467 | +0.30% |
| 2026-09-01 | 0.011432 | -0.03% |
| 2026-08-31 | 0.011436 | -0.17% |
| 2026-08-30 | 0.011456 | 0.00% |
| 2026-08-29 | 0.011456 | 0.00% |
| 2026-08-28 | 0.011456 | — |
ISK to CAD conversion table
1 ISK0.011806 CAD
5 ISK0.05903 CAD
10 ISK0.11806 CAD
25 ISK0.29515 CAD
50 ISK0.5903 CAD
100 ISK1.1806 CAD
500 ISK5.903 CAD
1,000 ISK11.806 CAD
5,000 ISK59.03 CAD
10,000 ISK118.06 CAD
Get the ISK/CAD rate in your app
One GET request returns the latest ISK → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/ISK/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ISK = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ISK/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ISK = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ISK/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "ISK",
"to": "CAD"
},
"rate": 0.0118,
"timestamp": 1790435068,
"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
CAD to ISKCanadian Dollar → Icelandic Króna84.7027Convert ISK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.