Convert CAD to ISK
Canadian Dollar → Icelandic Króna
1 CAD = 84.702673 ISK(1 ISK = 0.011806 CAD)
Currency converter
1 CAD =
84.7027 ISK
CAD to ISK: last 30 days
Over the last 30 days, 1 CAD traded between 84.7027 and 87.7899 ISK, averaging 86.934 ISK. The CAD/ISK rate is down 2.96% since 2026-08-28.
- 30-day high
- 87.7899
- 2026-09-04
- 30-day low
- 84.7027
- 2026-09-25
- 30-day average
- 86.934
- Days with data: 30
- 30-day change
- -2.96%
- since 2026-08-28
87.7899
84.70272026-08-28 → 2026-09-26
| Date | 1 CAD in ISK | Daily change |
|---|---|---|
| 2026-09-26 | 84.7027 | 0.00% |
| 2026-09-25 | 84.7027 | -1.51% |
| 2026-09-24 | 85.9974 | +0.19% |
| 2026-09-23 | 85.8369 | -0.16% |
| 2026-09-22 | 85.9727 | -0.33% |
| 2026-09-21 | 86.2611 | -0.65% |
| 2026-09-20 | 86.8237 | 0.00% |
| 2026-09-19 | 86.8237 | 0.00% |
| 2026-09-18 | 86.8237 | -0.21% |
| 2026-09-17 | 87.0096 | +0.08% |
| 2026-09-16 | 86.9359 | -0.26% |
| 2026-09-15 | 87.1624 | +0.01% |
| 2026-09-14 | 87.1535 | +0.29% |
| 2026-09-13 | 86.9029 | 0.00% |
| 2026-09-12 | 86.9029 | 0.00% |
| Date | 1 CAD in ISK | Daily change |
|---|---|---|
| 2026-09-11 | 86.9029 | -0.38% |
| 2026-09-10 | 87.2322 | -0.32% |
| 2026-09-09 | 87.5145 | -0.06% |
| 2026-09-08 | 87.5697 | -0.11% |
| 2026-09-07 | 87.6628 | -0.14% |
| 2026-09-06 | 87.7899 | 0.00% |
| 2026-09-05 | 87.7899 | 0.00% |
| 2026-09-04 | 87.7899 | +0.02% |
| 2026-09-03 | 87.7683 | +0.64% |
| 2026-09-02 | 87.2101 | -0.30% |
| 2026-09-01 | 87.4712 | +0.04% |
| 2026-08-31 | 87.4406 | +0.17% |
| 2026-08-30 | 87.2889 | 0.00% |
| 2026-08-29 | 87.2889 | 0.00% |
| 2026-08-28 | 87.2889 | — |
CAD to ISK conversion table
1 CAD84.7027 ISK
5 CAD423.5134 ISK
10 CAD847.0267 ISK
25 CAD2,117.5668 ISK
50 CAD4,235.1336 ISK
100 CAD8,470.2673 ISK
500 CAD42,351.336 ISK
1,000 CAD84,702.673 ISK
5,000 CAD423,513.36 ISK
10,000 CAD847,026.73 ISK
Get the CAD/ISK rate in your app
One GET request returns the latest CAD → 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/CAD/ISK"fetch('https://rate-api.com/api/v1/pair/CAD/ISK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ISK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ISK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ISK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ISK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} ISK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ISK"
},
"rate": 84.7027,
"timestamp": 1790429356,
"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 CADIcelandic Króna → Canadian Dollar0.011806Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.