Convert CAD to ZMW
Canadian Dollar → Zambian Kwacha
1 CAD = 13.788293 ZMW(1 ZMW = 0.0725253 CAD)
Currency converter
1 CAD =
13.7883 ZMW
CAD to ZMW: last 30 days
Over the last 30 days, 1 CAD traded between 13.7182 and 14.0677 ZMW, averaging 13.9146 ZMW. The CAD/ZMW rate is up 0.17% since 2026-08-29.
- 30-day high
- 14.0677
- 2026-09-21
- 30-day low
- 13.7182
- 2026-08-31
- 30-day average
- 13.9146
- Days with data: 30
- 30-day change
- +0.17%
- since 2026-08-29
14.0677
13.71822026-08-29 → 2026-09-27
| Date | 1 CAD in ZMW | Daily change |
|---|---|---|
| 2026-09-27 | 13.7883 | 0.00% |
| 2026-09-26 | 13.7883 | -0.25% |
| 2026-09-25 | 13.8234 | -0.28% |
| 2026-09-24 | 13.8624 | +0.16% |
| 2026-09-23 | 13.8408 | -1.08% |
| 2026-09-22 | 13.9918 | -0.54% |
| 2026-09-21 | 14.0677 | +0.39% |
| 2026-09-20 | 14.0131 | -0.32% |
| 2026-09-19 | 14.0586 | +0.37% |
| 2026-09-18 | 14.0063 | -0.15% |
| 2026-09-17 | 14.0269 | -0.24% |
| 2026-09-16 | 14.0613 | +0.90% |
| 2026-09-15 | 13.9363 | +0.02% |
| 2026-09-14 | 13.9338 | -0.20% |
| 2026-09-13 | 13.9624 | -0.00% |
| Date | 1 CAD in ZMW | Daily change |
|---|---|---|
| 2026-09-12 | 13.963 | +0.00% |
| 2026-09-11 | 13.963 | -0.05% |
| 2026-09-10 | 13.9699 | -0.45% |
| 2026-09-09 | 14.0329 | +0.64% |
| 2026-09-08 | 13.944 | +0.11% |
| 2026-09-07 | 13.9288 | -0.14% |
| 2026-09-06 | 13.9484 | -0.00% |
| 2026-09-05 | 13.9489 | +0.25% |
| 2026-09-04 | 13.9135 | +0.21% |
| 2026-09-03 | 13.8847 | +0.91% |
| 2026-09-02 | 13.7597 | -0.27% |
| 2026-09-01 | 13.7963 | +0.57% |
| 2026-08-31 | 13.7182 | -0.17% |
| 2026-08-30 | 13.7418 | -0.16% |
| 2026-08-29 | 13.7644 | — |
CAD to ZMW conversion table
1 CAD13.7883 ZMW
5 CAD68.9415 ZMW
10 CAD137.8829 ZMW
25 CAD344.7073 ZMW
50 CAD689.4147 ZMW
100 CAD1,378.8293 ZMW
500 CAD6,894.1465 ZMW
1,000 CAD13,788.293 ZMW
5,000 CAD68,941.465 ZMW
10,000 CAD137,882.93 ZMW
Get the CAD/ZMW rate in your app
One GET request returns the latest CAD → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/CAD/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ZMW"
},
"rate": 13.7883,
"timestamp": 1790470901,
"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
ZMW to CADZambian Kwacha → Canadian Dollar0.072525Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.