Skip to content

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

CAD/ISK over 5Y: show the values
PointCAD/ISK
2021-09-28101.3130
2021-11-09104.4662
2021-12-21100.5549
2022-02-01100.5665
2022-03-15102.7733
2022-04-28102.0893
2022-06-09102.6952
2022-07-21106.0101
2022-09-01107.6012
2022-10-13104.5154
2022-11-24105.4412
2023-01-06106.6918
2023-02-17107.2672
2023-03-31100.6311
2023-05-17104.1140
2023-06-28102.4775
2023-08-0998.0326
2023-09-20101.1417
2023-11-01101.3690
2023-12-13102.9090
2024-01-29102.1180
2024-03-11100.9287
2024-04-24102.7482
2024-06-06100.6116
2024-07-1899.9800
2024-08-28102.1893
2024-10-0899.1256
2024-11-0799.1311
2024-12-0797.3668
2025-01-0697.0230
2025-02-0598.6825
2025-03-0794.6293
2025-04-0692.8397
2025-05-0693.8640
2025-06-0592.5463
2025-07-0588.8916
2025-08-0489.7452
2025-09-0389.3091
2025-10-0386.7762
2025-11-0289.5228
2025-12-0291.3675
2026-01-0191.3972
2026-01-3189.8022
2026-03-0289.9882
2026-04-0189.3079
2026-05-0190.2539
2026-05-3189.1023
2026-07-0188.8148
2026-07-3188.4286
2026-08-3087.2754

High

107.6012

Low

85.0153

Average

97.2832

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=ISK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.