Convert CAD to ZWG
Canadian Dollar → Zimbabwe Gold
1 CAD = 18.836358 ZWG(1 ZWG = 0.0530888 CAD)
Currency converter
1 CAD =
18.8364 ZWG
CAD to ZWG: last 30 days
Over the last 30 days, 1 CAD traded between 18.8344 and 19.4541 ZWG, averaging 19.1431 ZWG. The CAD/ZWG rate is down 1.55% since 2026-08-29.
- 30-day high
- 19.4541
- 2026-09-08
- 30-day low
- 18.8344
- 2026-09-25
- 30-day average
- 19.1431
- Days with data: 30
- 30-day change
- -1.55%
- since 2026-08-29
19.4541
18.83442026-08-29 → 2026-09-27
| Date | 1 CAD in ZWG | Daily change |
|---|---|---|
| 2026-09-27 | 18.8364 | 0.00% |
| 2026-09-26 | 18.8364 | +0.01% |
| 2026-09-25 | 18.8344 | -0.24% |
| 2026-09-24 | 18.8789 | -0.37% |
| 2026-09-23 | 18.9482 | -0.09% |
| 2026-09-22 | 18.966 | -0.34% |
| 2026-09-21 | 19.03 | +0.02% |
| 2026-09-20 | 19.0269 | 0.00% |
| 2026-09-19 | 19.0269 | -0.05% |
| 2026-09-18 | 19.0358 | -0.18% |
| 2026-09-17 | 19.0695 | -0.79% |
| 2026-09-16 | 19.2218 | -0.14% |
| 2026-09-15 | 19.2495 | +0.29% |
| 2026-09-14 | 19.1942 | -0.23% |
| 2026-09-13 | 19.2393 | 0.00% |
| Date | 1 CAD in ZWG | Daily change |
|---|---|---|
| 2026-09-12 | 19.2393 | -0.06% |
| 2026-09-11 | 19.2504 | -0.36% |
| 2026-09-10 | 19.3199 | -0.48% |
| 2026-09-09 | 19.4131 | -0.21% |
| 2026-09-08 | 19.4541 | +1.22% |
| 2026-09-07 | 19.2196 | -0.17% |
| 2026-09-06 | 19.2522 | 0.00% |
| 2026-09-05 | 19.2522 | -0.33% |
| 2026-09-04 | 19.3152 | -0.30% |
| 2026-09-03 | 19.373 | +0.66% |
| 2026-09-02 | 19.2461 | +0.16% |
| 2026-09-01 | 19.2144 | +0.68% |
| 2026-08-31 | 19.0841 | -0.25% |
| 2026-08-30 | 19.1323 | 0.00% |
| 2026-08-29 | 19.1323 | — |
CAD to ZWG conversion table
1 CAD18.8364 ZWG
5 CAD94.1818 ZWG
10 CAD188.3636 ZWG
25 CAD470.9089 ZWG
50 CAD941.8179 ZWG
100 CAD1,883.6358 ZWG
500 CAD9,418.1788 ZWG
1,000 CAD18,836.358 ZWG
5,000 CAD94,181.788 ZWG
10,000 CAD188,363.58 ZWG
Get the CAD/ZWG rate in your app
One GET request returns the latest CAD → ZWG 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/ZWG"fetch('https://rate-api.com/api/v1/pair/CAD/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ZWG');
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']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ZWG"
},
"rate": 18.8364,
"timestamp": 1790473537,
"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
ZWG to CADZimbabwe Gold → Canadian Dollar0.053089Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.