Convert ZMW to CAD
Zambian Kwacha → Canadian Dollar
1 ZMW = 0.0723411 CAD(1 CAD = 13.823407 ZMW)
Currency converter
1 ZMW =
0.072341 CAD
ZMW to CAD: last 30 days
Over the last 30 days, 1 ZMW traded between 0.071085 and 0.072896 CAD, averaging 0.071876 CAD. The ZMW/CAD rate is down 0.73% since 2026-08-28.
- 30-day high
- 0.072896
- 2026-08-31
- 30-day low
- 0.071085
- 2026-09-21
- 30-day average
- 0.071876
- Days with data: 30
- 30-day change
- -0.73%
- since 2026-08-28
0.072896
0.0710852026-08-28 → 2026-09-26
| Date | 1 ZMW in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.072341 | 0.00% |
| 2026-09-25 | 0.072341 | +0.28% |
| 2026-09-24 | 0.072138 | -0.16% |
| 2026-09-23 | 0.07225 | +1.09% |
| 2026-09-22 | 0.07147 | +0.54% |
| 2026-09-21 | 0.071085 | -0.39% |
| 2026-09-20 | 0.071362 | +0.32% |
| 2026-09-19 | 0.071131 | -0.37% |
| 2026-09-18 | 0.071396 | +0.15% |
| 2026-09-17 | 0.071292 | +0.25% |
| 2026-09-16 | 0.071117 | -0.89% |
| 2026-09-15 | 0.071755 | -0.02% |
| 2026-09-14 | 0.071768 | +0.21% |
| 2026-09-13 | 0.071621 | +0.00% |
| 2026-09-12 | 0.071618 | -0.00% |
| Date | 1 ZMW in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.071618 | +0.05% |
| 2026-09-10 | 0.071583 | +0.45% |
| 2026-09-09 | 0.071261 | -0.63% |
| 2026-09-08 | 0.071716 | -0.11% |
| 2026-09-07 | 0.071794 | +0.14% |
| 2026-09-06 | 0.071693 | +0.00% |
| 2026-09-05 | 0.07169 | -0.25% |
| 2026-09-04 | 0.071872 | -0.21% |
| 2026-09-03 | 0.072022 | -0.90% |
| 2026-09-02 | 0.072676 | +0.27% |
| 2026-09-01 | 0.072483 | -0.57% |
| 2026-08-31 | 0.072896 | +0.17% |
| 2026-08-30 | 0.072771 | +0.16% |
| 2026-08-29 | 0.072651 | -0.31% |
| 2026-08-28 | 0.072876 | — |
ZMW to CAD conversion table
1 ZMW0.072341 CAD
5 ZMW0.36171 CAD
10 ZMW0.72341 CAD
25 ZMW1.8085 CAD
50 ZMW3.6171 CAD
100 ZMW7.2341 CAD
500 ZMW36.1705 CAD
1,000 ZMW72.3411 CAD
5,000 ZMW361.7053 CAD
10,000 ZMW723.4107 CAD
Get the ZMW/CAD rate in your app
One GET request returns the latest ZMW → 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/ZMW/CAD"fetch('https://rate-api.com/api/v1/pair/ZMW/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZMW = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZMW/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZMW = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZMW/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZMW = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "ZMW",
"to": "CAD"
},
"rate": 0.0723,
"timestamp": 1790435292,
"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 ZMWCanadian Dollar → Zambian Kwacha13.8234Convert ZMW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.