Convert CAD to CZK
Canadian Dollar → Czech Koruna
1 CAD = 15.095802 CZK(1 CZK = 0.0662436 CAD)
Currency converter
1 CAD =
15.0958 CZK
CAD to CZK: last 30 days
Over the last 30 days, 1 CAD traded between 14.9704 and 15.2047 CZK, averaging 15.0924 CZK. The CAD/CZK rate is up 0.84% since 2026-08-28.
- 30-day high
- 15.2047
- 2026-09-24
- 30-day low
- 14.9704
- 2026-08-28
- 30-day average
- 15.0924
- Days with data: 30
- 30-day change
- +0.84%
- since 2026-08-28
15.2047
14.97042026-08-28 → 2026-09-26
| Date | 1 CAD in CZK | Daily change |
|---|---|---|
| 2026-09-26 | 15.0958 | 0.00% |
| 2026-09-25 | 15.0958 | -0.72% |
| 2026-09-24 | 15.2047 | +0.25% |
| 2026-09-23 | 15.1664 | +0.30% |
| 2026-09-22 | 15.1218 | -0.08% |
| 2026-09-21 | 15.1342 | -0.16% |
| 2026-09-20 | 15.1592 | 0.00% |
| 2026-09-19 | 15.1592 | 0.00% |
| 2026-09-18 | 15.1592 | +0.20% |
| 2026-09-17 | 15.1283 | +0.06% |
| 2026-09-16 | 15.1187 | -0.03% |
| 2026-09-15 | 15.1236 | -0.14% |
| 2026-09-14 | 15.1451 | +0.27% |
| 2026-09-13 | 15.1046 | 0.00% |
| 2026-09-12 | 15.1046 | 0.00% |
| Date | 1 CAD in CZK | Daily change |
|---|---|---|
| 2026-09-11 | 15.1046 | -0.04% |
| 2026-09-10 | 15.1107 | -0.02% |
| 2026-09-09 | 15.114 | +0.19% |
| 2026-09-08 | 15.0851 | +0.13% |
| 2026-09-07 | 15.0651 | -0.11% |
| 2026-09-06 | 15.0819 | 0.00% |
| 2026-09-05 | 15.0819 | 0.00% |
| 2026-09-04 | 15.0819 | -0.25% |
| 2026-09-03 | 15.1196 | +0.77% |
| 2026-09-02 | 15.0047 | -0.03% |
| 2026-09-01 | 15.0094 | +0.19% |
| 2026-08-31 | 14.9806 | +0.07% |
| 2026-08-30 | 14.9704 | 0.00% |
| 2026-08-29 | 14.9704 | 0.00% |
| 2026-08-28 | 14.9704 | — |
CAD to CZK conversion table
1 CAD15.0958 CZK
5 CAD75.479 CZK
10 CAD150.958 CZK
25 CAD377.3951 CZK
50 CAD754.7901 CZK
100 CAD1,509.5802 CZK
500 CAD7,547.901 CZK
1,000 CAD15,095.802 CZK
5,000 CAD75,479.01 CZK
10,000 CAD150,958.02 CZK
Get the CAD/CZK rate in your app
One GET request returns the latest CAD → CZK 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/CAD/CZK"fetch('https://rate-api.com/api/v1/pair/CAD/CZK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CZK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CZK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CZK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CZK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} CZK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CZK"
},
"rate": 15.0958,
"timestamp": 1790429437,
"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
CZK to CADCzech Koruna → Canadian Dollar0.066244Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.