Convert CAD to KZT
Canadian Dollar → Kazakhstani Tenge
1 CAD = 312.44234 KZT(1 KZT = 0.00320059 CAD)
Currency converter
1 CAD =
312.4423 KZT
CAD to KZT: last 30 days
Over the last 30 days, 1 CAD traded between 312.4423 and 335.2138 KZT, averaging 325.1489 KZT. The CAD/KZT rate is down 6.59% since 2026-08-28.
- 30-day high
- 335.2138
- 2026-08-30
- 30-day low
- 312.4423
- 2026-09-25
- 30-day average
- 325.1489
- Days with data: 30
- 30-day change
- -6.59%
- since 2026-08-28
335.2138
312.44232026-08-28 → 2026-09-26
| Date | 1 CAD in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 312.4423 | 0.00% |
| 2026-09-25 | 312.4423 | -0.18% |
| 2026-09-24 | 313.0157 | -1.04% |
| 2026-09-23 | 316.3098 | -0.93% |
| 2026-09-22 | 319.279 | +0.07% |
| 2026-09-21 | 319.0546 | -0.04% |
| 2026-09-20 | 319.1943 | -0.02% |
| 2026-09-19 | 319.2625 | +0.43% |
| 2026-09-18 | 317.9099 | -0.40% |
| 2026-09-17 | 319.1732 | -1.03% |
| 2026-09-16 | 322.4796 | -0.26% |
| 2026-09-15 | 323.3052 | -0.72% |
| 2026-09-14 | 325.6392 | +0.12% |
| 2026-09-13 | 325.2577 | -0.01% |
| 2026-09-12 | 325.3004 | +0.08% |
| Date | 1 CAD in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 325.055 | -1.43% |
| 2026-09-10 | 329.7548 | -0.00% |
| 2026-09-09 | 329.757 | +0.27% |
| 2026-09-08 | 328.8614 | -0.30% |
| 2026-09-07 | 329.8617 | -0.11% |
| 2026-09-06 | 330.2141 | -0.03% |
| 2026-09-05 | 330.3126 | +0.05% |
| 2026-09-04 | 330.1385 | +0.06% |
| 2026-09-03 | 329.9489 | +0.22% |
| 2026-09-02 | 329.2336 | -0.95% |
| 2026-09-01 | 332.3812 | -0.61% |
| 2026-08-31 | 334.4355 | -0.23% |
| 2026-08-30 | 335.2138 | +0.14% |
| 2026-08-29 | 334.7524 | +0.08% |
| 2026-08-28 | 334.4797 | — |
CAD to KZT conversion table
1 CAD312.4423 KZT
5 CAD1,562.2117 KZT
10 CAD3,124.4234 KZT
25 CAD7,811.0585 KZT
50 CAD15,622.117 KZT
100 CAD31,244.234 KZT
500 CAD156,221.17 KZT
1,000 CAD312,442.34 KZT
5,000 CAD1,562,211.7 KZT
10,000 CAD3,124,423.4 KZT
Get the CAD/KZT rate in your app
One GET request returns the latest CAD → KZT 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/KZT"fetch('https://rate-api.com/api/v1/pair/CAD/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KZT');
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']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KZT"
},
"rate": 312.4423,
"timestamp": 1790429447,
"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
KZT to CADKazakhstani Tenge → Canadian Dollar0.0032006Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.