Convert ZWG to CAD
Zimbabwe Gold → Canadian Dollar
1 ZWG = 0.0530944 CAD(1 CAD = 18.834361 ZWG)
Currency converter
1 ZWG =
0.053094 CAD
ZWG to CAD: last 30 days
Over the last 30 days, 1 ZWG traded between 0.051403 and 0.053094 CAD, averaging 0.052211 CAD. The ZWG/CAD rate is up 1.81% since 2026-08-28.
- 30-day high
- 0.053094
- 2026-09-25
- 30-day low
- 0.051403
- 2026-09-08
- 30-day average
- 0.052211
- Days with data: 30
- 30-day change
- +1.81%
- since 2026-08-28
0.053094
0.0514032026-08-28 → 2026-09-26
| Date | 1 ZWG in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.053094 | 0.00% |
| 2026-09-25 | 0.053094 | +0.24% |
| 2026-09-24 | 0.052969 | +0.37% |
| 2026-09-23 | 0.052776 | +0.09% |
| 2026-09-22 | 0.052726 | +0.34% |
| 2026-09-21 | 0.052549 | -0.02% |
| 2026-09-20 | 0.052557 | 0.00% |
| 2026-09-19 | 0.052557 | +0.05% |
| 2026-09-18 | 0.052533 | +0.18% |
| 2026-09-17 | 0.05244 | +0.80% |
| 2026-09-16 | 0.052024 | +0.14% |
| 2026-09-15 | 0.051949 | -0.29% |
| 2026-09-14 | 0.052099 | +0.24% |
| 2026-09-13 | 0.051977 | 0.00% |
| 2026-09-12 | 0.051977 | +0.06% |
| Date | 1 ZWG in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.051947 | +0.36% |
| 2026-09-10 | 0.05176 | +0.48% |
| 2026-09-09 | 0.051512 | +0.21% |
| 2026-09-08 | 0.051403 | -1.21% |
| 2026-09-07 | 0.05203 | +0.17% |
| 2026-09-06 | 0.051942 | 0.00% |
| 2026-09-05 | 0.051942 | +0.33% |
| 2026-09-04 | 0.051773 | +0.30% |
| 2026-09-03 | 0.051618 | -0.66% |
| 2026-09-02 | 0.051959 | -0.16% |
| 2026-09-01 | 0.052044 | -0.68% |
| 2026-08-31 | 0.0524 | +0.25% |
| 2026-08-30 | 0.052268 | 0.00% |
| 2026-08-29 | 0.052268 | +0.23% |
| 2026-08-28 | 0.05215 | — |
ZWG to CAD conversion table
1 ZWG0.053094 CAD
5 ZWG0.26547 CAD
10 ZWG0.53094 CAD
25 ZWG1.3274 CAD
50 ZWG2.6547 CAD
100 ZWG5.3094 CAD
500 ZWG26.5472 CAD
1,000 ZWG53.0944 CAD
5,000 ZWG265.4723 CAD
10,000 ZWG530.9445 CAD
Get the ZWG/CAD rate in your app
One GET request returns the latest ZWG → 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/ZWG/CAD"fetch('https://rate-api.com/api/v1/pair/ZWG/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWG = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWG/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWG = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWG/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWG = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "ZWG",
"to": "CAD"
},
"rate": 0.0531,
"timestamp": 1790432221,
"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 ZWGCanadian Dollar → Zimbabwe Gold18.8344Convert ZWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.