Convert CZK to CAD
Czech Koruna → Canadian Dollar
1 CZK = 0.0662436 CAD(1 CAD = 15.095802 CZK)
Currency converter
1 CZK =
0.066244 CAD
CZK to CAD: last 30 days
Over the last 30 days, 1 CZK traded between 0.065769 and 0.066798 CAD, averaging 0.06626 CAD. The CZK/CAD rate is down 0.83% since 2026-08-28.
- 30-day high
- 0.066798
- 2026-08-28
- 30-day low
- 0.065769
- 2026-09-24
- 30-day average
- 0.06626
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
0.066798
0.0657692026-08-28 → 2026-09-26
| Date | 1 CZK in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.066244 | 0.00% |
| 2026-09-25 | 0.066244 | +0.72% |
| 2026-09-24 | 0.065769 | -0.25% |
| 2026-09-23 | 0.065935 | -0.29% |
| 2026-09-22 | 0.06613 | +0.08% |
| 2026-09-21 | 0.066075 | +0.16% |
| 2026-09-20 | 0.065967 | 0.00% |
| 2026-09-19 | 0.065967 | 0.00% |
| 2026-09-18 | 0.065967 | -0.20% |
| 2026-09-17 | 0.066101 | -0.06% |
| 2026-09-16 | 0.066143 | +0.03% |
| 2026-09-15 | 0.066122 | +0.14% |
| 2026-09-14 | 0.066028 | -0.27% |
| 2026-09-13 | 0.066205 | 0.00% |
| 2026-09-12 | 0.066205 | 0.00% |
| Date | 1 CZK in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.066205 | +0.04% |
| 2026-09-10 | 0.066178 | +0.02% |
| 2026-09-09 | 0.066164 | -0.19% |
| 2026-09-08 | 0.066291 | -0.13% |
| 2026-09-07 | 0.066378 | +0.11% |
| 2026-09-06 | 0.066305 | 0.00% |
| 2026-09-05 | 0.066305 | 0.00% |
| 2026-09-04 | 0.066305 | +0.25% |
| 2026-09-03 | 0.066139 | -0.76% |
| 2026-09-02 | 0.066646 | +0.03% |
| 2026-09-01 | 0.066625 | -0.19% |
| 2026-08-31 | 0.066753 | -0.07% |
| 2026-08-30 | 0.066798 | 0.00% |
| 2026-08-29 | 0.066798 | 0.00% |
| 2026-08-28 | 0.066798 | — |
CZK to CAD conversion table
1 CZK0.066244 CAD
5 CZK0.33122 CAD
10 CZK0.66244 CAD
25 CZK1.6561 CAD
50 CZK3.3122 CAD
100 CZK6.6244 CAD
500 CZK33.1218 CAD
1,000 CZK66.2436 CAD
5,000 CZK331.2179 CAD
10,000 CZK662.4358 CAD
Get the CZK/CAD rate in your app
One GET request returns the latest CZK → CAD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CZK/CAD"fetch('https://rate-api.com/api/v1/pair/CZK/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CZK = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CZK/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CZK = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CZK/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CZK = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "CZK",
"to": "CAD"
},
"rate": 0.0662,
"timestamp": 1790432189,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CAD to CZKCanadian Dollar → Czech Koruna15.0958Convert CZK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.