Skip to content

CAD to CZK exchange rate API

Canadian Dollar to Czech Koruna · quoted 2026-09-27

15.1186

▼ +12.45% over 5Y

1 CAD = 15.1186 CZK · 1 CZK = 0.06614 CAD · Get this rate via the API

1 CAD buys 15.1186 CZK as of 2026-09-27, so 1 CZK buys 0.06614 CAD. Over the last 5 years, CAD/CZK traded between 14.8188 and 18.5952, averaged 16.3901 and fell 12.45%. The API holds daily CAD/CZK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CAD/CZK over 5Y

CAD/CZK over 5Y: show the values
PointCAD/CZK
2021-09-2817.2692
2021-11-0917.5016
2021-12-2117.2889
2022-02-0117.0187
2022-03-1517.6374
2022-04-2818.1701
2022-06-0918.2800
2022-07-2118.5886
2022-09-0118.5952
2022-10-1318.2764
2022-11-2417.5558
2023-01-0616.7846
2023-02-1716.5077
2023-03-3115.9408
2023-05-1716.1763
2023-06-2816.3433
2023-08-0916.4810
2023-09-2016.9762
2023-11-0116.8905
2023-12-1316.7140
2024-01-2917.0582
2024-03-1117.1640
2024-04-2417.2560
2024-06-0616.5549
2024-07-1816.8956
2024-08-2816.7221
2024-10-0216.9542
2024-11-0116.7261
2024-12-0117.0675
2024-12-3116.8484
2025-01-3016.7507
2025-03-0116.7325
2025-03-3116.0703
2025-04-3015.8444
2025-05-3015.9159
2025-06-2915.4148
2025-07-2915.4900
2025-08-2815.2889
2025-09-2714.8622
2025-10-2714.9441
2025-11-2614.8188
2025-12-2615.0601
2026-01-2514.9359
2026-02-2415.0019
2026-03-2615.3332
2026-04-2515.1888
2026-05-2515.0846
2026-06-2415.0198
2026-07-2415.0686
2026-08-2314.9772
2026-09-2215.1214

High

18.5952

Low

14.8188

Average

16.3901

For developers

Get this rate via the API

One GET request returns the CAD/CZK 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=CZK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=CZK");
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=CZK").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/CZK API questions

How do I get the CAD/CZK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/CZK rate in rates.CZK.

How far back does CAD/CZK historical data go?

Daily CAD/CZK 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/CZK 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.