Convert CAD to MZN
Canadian Dollar → Mozambican Metical
1 CAD = 45.15765 MZN(1 MZN = 0.0221446 CAD)
Currency converter
1 CAD =
45.1577 MZN
CAD to MZN: last 30 days
Over the last 30 days, 1 CAD traded between 45.1577 and 46.3248 MZN, averaging 45.8624 MZN. The CAD/MZN rate is down 2.04% since 2026-08-28.
- 30-day high
- 46.3248
- 2026-09-09
- 30-day low
- 45.1577
- 2026-09-25
- 30-day average
- 45.8624
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
46.3248
45.15772026-08-28 → 2026-09-26
| Date | 1 CAD in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 45.1577 | 0.00% |
| 2026-09-25 | 45.1577 | -0.12% |
| 2026-09-24 | 45.2135 | -0.19% |
| 2026-09-23 | 45.301 | -0.29% |
| 2026-09-22 | 45.4323 | -0.31% |
| 2026-09-21 | 45.5727 | -0.06% |
| 2026-09-20 | 45.6008 | +0.09% |
| 2026-09-19 | 45.5615 | -0.12% |
| 2026-09-18 | 45.6177 | +0.11% |
| 2026-09-17 | 45.5672 | -0.54% |
| 2026-09-16 | 45.8156 | -0.03% |
| 2026-09-15 | 45.8281 | -0.27% |
| 2026-09-14 | 45.9508 | -0.16% |
| 2026-09-13 | 46.0239 | -0.08% |
| 2026-09-12 | 46.0627 | +0.00% |
| Date | 1 CAD in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 46.0611 | -0.29% |
| 2026-09-10 | 46.1941 | -0.28% |
| 2026-09-09 | 46.3248 | +0.20% |
| 2026-09-08 | 46.2303 | +0.11% |
| 2026-09-07 | 46.1785 | -0.21% |
| 2026-09-06 | 46.2747 | +0.06% |
| 2026-09-05 | 46.2447 | +0.01% |
| 2026-09-04 | 46.2387 | -0.02% |
| 2026-09-03 | 46.2483 | +0.93% |
| 2026-09-02 | 45.8216 | -0.29% |
| 2026-09-01 | 45.9559 | +0.00% |
| 2026-08-31 | 45.9557 | -0.34% |
| 2026-08-30 | 46.1144 | +0.10% |
| 2026-08-29 | 46.0674 | -0.07% |
| 2026-08-28 | 46.0985 | — |
CAD to MZN conversion table
1 CAD45.1577 MZN
5 CAD225.7883 MZN
10 CAD451.5765 MZN
25 CAD1,128.9413 MZN
50 CAD2,257.8825 MZN
100 CAD4,515.765 MZN
500 CAD22,578.825 MZN
1,000 CAD45,157.65 MZN
5,000 CAD225,788.25 MZN
10,000 CAD451,576.5 MZN
Get the CAD/MZN rate in your app
One GET request returns the latest CAD → MZN 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/MZN"fetch('https://rate-api.com/api/v1/pair/CAD/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MZN');
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']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MZN"
},
"rate": 45.1577,
"timestamp": 1790447458,
"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
MZN to CADMozambican Metical → Canadian Dollar0.022145Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.