Convert CAD to ZWL
Canadian Dollar → Zimbabwean Dollar
1 CAD = 47,066.863 ZWL(1 ZWL = 0.0000212464 CAD)
Currency converter
1 CAD =
47,066.863 ZWL
CAD to ZWL: last 30 days
Over the last 30 days, 1 CAD traded between 229.8355 and 48,610.4 ZWL, averaging 46,255.412 ZWL. The CAD/ZWL rate is down 1.55% since 2026-08-29.
- 30-day high
- 48,610.4
- 2026-09-08
- 30-day low
- 229.8355
- 2026-09-18
- 30-day average
- 46,255.412
- Days with data: 30
- 30-day change
- -1.55%
- since 2026-08-29
48,610.4
229.83552026-08-29 → 2026-09-27
| Date | 1 CAD in ZWL | Daily change |
|---|---|---|
| 2026-09-27 | 47,066.863 | 0.00% |
| 2026-09-26 | 47,066.863 | +0.01% |
| 2026-09-25 | 47,061.872 | -0.24% |
| 2026-09-24 | 47,173.226 | -0.37% |
| 2026-09-23 | 47,346.286 | -0.09% |
| 2026-09-22 | 47,390.745 | -0.34% |
| 2026-09-21 | 47,550.799 | +0.02% |
| 2026-09-20 | 47,542.907 | 0.00% |
| 2026-09-19 | 47,542.907 | +20585.63% |
| 2026-09-18 | 229.8355 | -99.52% |
| 2026-09-17 | 47,649.412 | -0.79% |
| 2026-09-16 | 48,030.058 | -0.14% |
| 2026-09-15 | 48,099.306 | +0.29% |
| 2026-09-14 | 47,960.907 | -0.23% |
| 2026-09-13 | 48,073.687 | 0.00% |
| Date | 1 CAD in ZWL | Daily change |
|---|---|---|
| 2026-09-12 | 48,073.687 | -0.06% |
| 2026-09-11 | 48,101.464 | -0.36% |
| 2026-09-10 | 48,274.994 | -0.48% |
| 2026-09-09 | 48,507.961 | -0.21% |
| 2026-09-08 | 48,610.4 | +1.22% |
| 2026-09-07 | 48,024.384 | -0.17% |
| 2026-09-06 | 48,105.883 | 0.00% |
| 2026-09-05 | 48,105.883 | -0.33% |
| 2026-09-04 | 48,263.271 | -0.30% |
| 2026-09-03 | 48,407.903 | +0.66% |
| 2026-09-02 | 48,090.59 | +0.16% |
| 2026-09-01 | 48,011.591 | +0.68% |
| 2026-08-31 | 47,685.955 | -0.25% |
| 2026-08-30 | 47,806.364 | 0.00% |
| 2026-08-29 | 47,806.364 | — |
CAD to ZWL conversion table
1 CAD47,066.863 ZWL
5 CAD235,334.31 ZWL
10 CAD470,668.63 ZWL
25 CAD1,176,671.6 ZWL
50 CAD2,353,343.1 ZWL
100 CAD4,706,686.3 ZWL
500 CAD23,533,431 ZWL
1,000 CAD47,066,863 ZWL
5,000 CAD235,334,313 ZWL
10,000 CAD470,668,625 ZWL
Get the CAD/ZWL rate in your app
One GET request returns the latest CAD → ZWL 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/ZWL"fetch('https://rate-api.com/api/v1/pair/CAD/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ZWL"
},
"rate": 47066.8625,
"timestamp": 1790490115,
"date": "2026-09-27"
}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
ZWL to CADZimbabwean Dollar → Canadian Dollar0.000021246Convert CAD to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.