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: show the values
| Point | CAD/CZK |
|---|---|
| 2021-09-28 | 17.2692 |
| 2021-11-09 | 17.5016 |
| 2021-12-21 | 17.2889 |
| 2022-02-01 | 17.0187 |
| 2022-03-15 | 17.6374 |
| 2022-04-28 | 18.1701 |
| 2022-06-09 | 18.2800 |
| 2022-07-21 | 18.5886 |
| 2022-09-01 | 18.5952 |
| 2022-10-13 | 18.2764 |
| 2022-11-24 | 17.5558 |
| 2023-01-06 | 16.7846 |
| 2023-02-17 | 16.5077 |
| 2023-03-31 | 15.9408 |
| 2023-05-17 | 16.1763 |
| 2023-06-28 | 16.3433 |
| 2023-08-09 | 16.4810 |
| 2023-09-20 | 16.9762 |
| 2023-11-01 | 16.8905 |
| 2023-12-13 | 16.7140 |
| 2024-01-29 | 17.0582 |
| 2024-03-11 | 17.1640 |
| 2024-04-24 | 17.2560 |
| 2024-06-06 | 16.5549 |
| 2024-07-18 | 16.8956 |
| 2024-08-28 | 16.7221 |
| 2024-10-02 | 16.9542 |
| 2024-11-01 | 16.7261 |
| 2024-12-01 | 17.0675 |
| 2024-12-31 | 16.8484 |
| 2025-01-30 | 16.7507 |
| 2025-03-01 | 16.7325 |
| 2025-03-31 | 16.0703 |
| 2025-04-30 | 15.8444 |
| 2025-05-30 | 15.9159 |
| 2025-06-29 | 15.4148 |
| 2025-07-29 | 15.4900 |
| 2025-08-28 | 15.2889 |
| 2025-09-27 | 14.8622 |
| 2025-10-27 | 14.9441 |
| 2025-11-26 | 14.8188 |
| 2025-12-26 | 15.0601 |
| 2026-01-25 | 14.9359 |
| 2026-02-24 | 15.0019 |
| 2026-03-26 | 15.3332 |
| 2026-04-25 | 15.1888 |
| 2026-05-25 | 15.0846 |
| 2026-06-24 | 15.0198 |
| 2026-07-24 | 15.0686 |
| 2026-08-23 | 14.9772 |
| 2026-09-22 | 15.1214 |
High
18.5952
Low
14.8188
Average
16.3901
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.