Convert MZN to CAD
Mozambican Metical → Canadian Dollar
1 MZN = 0.0221446 CAD(1 CAD = 45.15765 MZN)
Currency converter
1 MZN =
0.022145 CAD
MZN to CAD: last 30 days
Over the last 30 days, 1 MZN traded between 0.021587 and 0.022145 CAD, averaging 0.021806 CAD. The MZN/CAD rate is up 2.08% since 2026-08-28.
- 30-day high
- 0.022145
- 2026-09-25
- 30-day low
- 0.021587
- 2026-09-09
- 30-day average
- 0.021806
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
0.022145
0.0215872026-08-28 → 2026-09-26
| Date | 1 MZN in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.022145 | 0.00% |
| 2026-09-25 | 0.022145 | +0.12% |
| 2026-09-24 | 0.022117 | +0.19% |
| 2026-09-23 | 0.022075 | +0.29% |
| 2026-09-22 | 0.022011 | +0.31% |
| 2026-09-21 | 0.021943 | +0.06% |
| 2026-09-20 | 0.021929 | -0.09% |
| 2026-09-19 | 0.021948 | +0.12% |
| 2026-09-18 | 0.021921 | -0.11% |
| 2026-09-17 | 0.021946 | +0.55% |
| 2026-09-16 | 0.021827 | +0.03% |
| 2026-09-15 | 0.021821 | +0.27% |
| 2026-09-14 | 0.021762 | +0.16% |
| 2026-09-13 | 0.021728 | +0.08% |
| 2026-09-12 | 0.02171 | -0.00% |
| Date | 1 MZN in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.02171 | +0.29% |
| 2026-09-10 | 0.021648 | +0.28% |
| 2026-09-09 | 0.021587 | -0.20% |
| 2026-09-08 | 0.021631 | -0.11% |
| 2026-09-07 | 0.021655 | +0.21% |
| 2026-09-06 | 0.02161 | -0.06% |
| 2026-09-05 | 0.021624 | -0.01% |
| 2026-09-04 | 0.021627 | +0.02% |
| 2026-09-03 | 0.021622 | -0.92% |
| 2026-09-02 | 0.021824 | +0.29% |
| 2026-09-01 | 0.02176 | -0.00% |
| 2026-08-31 | 0.02176 | +0.35% |
| 2026-08-30 | 0.021685 | -0.10% |
| 2026-08-29 | 0.021707 | +0.07% |
| 2026-08-28 | 0.021693 | — |
MZN to CAD conversion table
1 MZN0.022145 CAD
5 MZN0.11072 CAD
10 MZN0.22145 CAD
25 MZN0.55362 CAD
50 MZN1.1072 CAD
100 MZN2.2145 CAD
500 MZN11.0723 CAD
1,000 MZN22.1446 CAD
5,000 MZN110.7232 CAD
10,000 MZN221.4464 CAD
Get the MZN/CAD rate in your app
One GET request returns the latest MZN → 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/MZN/CAD"fetch('https://rate-api.com/api/v1/pair/MZN/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MZN = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MZN/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MZN = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MZN/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MZN = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MZN",
"to": "CAD"
},
"rate": 0.0221,
"timestamp": 1790435215,
"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 MZNCanadian Dollar → Mozambican Metical45.1577Convert MZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.