Skip to content

CAD to ISK exchange rate API

Canadian Dollar to Iceland Krona · quoted 2026-09-27

85.0153

▼ +7.08% over YTD

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 year to date, CAD/ISK traded between 85.0153 and 92.1103, averaged 89.1151 and fell 7.08%. 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 YTD

CAD/ISK over YTD: show the values
PointCAD/ISK
2025-12-3191.4968
2026-01-0791.2303
2026-01-1490.5437
2026-01-2190.2916
2026-01-2889.2748
2026-02-0489.8500
2026-02-1189.8973
2026-02-1889.6437
2026-02-2588.9482
2026-03-0490.9491
2026-03-1192.1103
2026-03-1891.0359
2026-03-2589.7540
2026-04-0189.3079
2026-04-0888.6287
2026-04-1588.6973
2026-04-2289.6845
2026-04-2989.7108
2026-05-0689.7557
2026-05-1389.5318
2026-05-2089.8553
2026-05-2789.0739
2026-06-0389.1016
2026-06-1189.1673
2026-06-1889.1964
2026-06-2589.1586
2026-07-0288.8725
2026-07-0988.5076
2026-07-1688.9193
2026-07-2389.4350
2026-07-3088.4671
2026-08-0687.8931
2026-08-1388.3834
2026-08-2088.2810
2026-08-2786.9296
2026-09-0387.7708
2026-09-1087.2329
2026-09-1787.0053
2026-09-2485.9974

High

92.1103

Low

85.0153

Average

89.1151

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.