CAD to ISK exchange rate API
Canadian Dollar to Iceland Krona · quoted 2026-09-27
85.0153
▼ +16.09% over 5Y
1 CAD = 85.0153 ISK · 1 ISK = 0.01176 CAD · Get this rate via the API
1 CAD buys 85.0153 ISK as of 2026-09-27, so 1 ISK buys 0.01176 CAD. Over the last 5 years, CAD/ISK traded between 85.0153 and 107.6012, averaged 97.2832 and fell 16.09%. The API holds daily CAD/ISK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
CAD/ISK over 5Y: show the values
| Point | CAD/ISK |
|---|---|
| 2021-09-28 | 101.3130 |
| 2021-11-09 | 104.4662 |
| 2021-12-21 | 100.5549 |
| 2022-02-01 | 100.5665 |
| 2022-03-15 | 102.7733 |
| 2022-04-28 | 102.0893 |
| 2022-06-09 | 102.6952 |
| 2022-07-21 | 106.0101 |
| 2022-09-01 | 107.6012 |
| 2022-10-13 | 104.5154 |
| 2022-11-24 | 105.4412 |
| 2023-01-06 | 106.6918 |
| 2023-02-17 | 107.2672 |
| 2023-03-31 | 100.6311 |
| 2023-05-17 | 104.1140 |
| 2023-06-28 | 102.4775 |
| 2023-08-09 | 98.0326 |
| 2023-09-20 | 101.1417 |
| 2023-11-01 | 101.3690 |
| 2023-12-13 | 102.9090 |
| 2024-01-29 | 102.1180 |
| 2024-03-11 | 100.9287 |
| 2024-04-24 | 102.7482 |
| 2024-06-06 | 100.6116 |
| 2024-07-18 | 99.9800 |
| 2024-08-28 | 102.1893 |
| 2024-10-08 | 99.1256 |
| 2024-11-07 | 99.1311 |
| 2024-12-07 | 97.3668 |
| 2025-01-06 | 97.0230 |
| 2025-02-05 | 98.6825 |
| 2025-03-07 | 94.6293 |
| 2025-04-06 | 92.8397 |
| 2025-05-06 | 93.8640 |
| 2025-06-05 | 92.5463 |
| 2025-07-05 | 88.8916 |
| 2025-08-04 | 89.7452 |
| 2025-09-03 | 89.3091 |
| 2025-10-03 | 86.7762 |
| 2025-11-02 | 89.5228 |
| 2025-12-02 | 91.3675 |
| 2026-01-01 | 91.3972 |
| 2026-01-31 | 89.8022 |
| 2026-03-02 | 89.9882 |
| 2026-04-01 | 89.3079 |
| 2026-05-01 | 90.2539 |
| 2026-05-31 | 89.1023 |
| 2026-07-01 | 88.8148 |
| 2026-07-31 | 88.4286 |
| 2026-08-30 | 87.2754 |
High
107.6012
Low
85.0153
Average
97.2832
Get this rate via the API
One GET request returns the CAD/ISK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/ISK API questions
How do I get the CAD/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/ISK rate in rates.ISK.
How far back does CAD/ISK historical data go?
Daily CAD/ISK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/ISK exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.