Convert MWK to CAD
Malawian Kwacha → Canadian Dollar
1 MWK = 0.000815746 CAD(1 CAD = 1,225.8723 MWK)
Currency converter
1 MWK =
0.00081575 CAD
MWK to CAD: last 30 days
Over the last 30 days, 1 MWK traded between 0.00079474 and 0.00081575 CAD, averaging 0.00080192 CAD. The MWK/CAD rate is up 2.27% since 2026-08-28.
- 30-day high
- 0.00081575
- 2026-09-25
- 30-day low
- 0.00079474
- 2026-09-04
- 30-day average
- 0.00080192
- Days with data: 30
- 30-day change
- +2.27%
- since 2026-08-28
0.00081575
0.000794742026-08-28 → 2026-09-26
| Date | 1 MWK in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00081575 | 0.00% |
| 2026-09-25 | 0.00081575 | +0.49% |
| 2026-09-24 | 0.0008118 | +0.03% |
| 2026-09-23 | 0.00081151 | +0.25% |
| 2026-09-22 | 0.0008095 | +0.16% |
| 2026-09-21 | 0.00080817 | +0.20% |
| 2026-09-20 | 0.00080658 | +0.24% |
| 2026-09-19 | 0.00080462 | -0.24% |
| 2026-09-18 | 0.00080656 | +0.12% |
| 2026-09-17 | 0.00080559 | +0.29% |
| 2026-09-16 | 0.00080323 | +0.23% |
| 2026-09-15 | 0.00080135 | +0.10% |
| 2026-09-14 | 0.00080052 | +0.15% |
| 2026-09-13 | 0.00079931 | +0.11% |
| 2026-09-12 | 0.00079844 | -0.01% |
| Date | 1 MWK in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00079853 | +0.22% |
| 2026-09-10 | 0.0007968 | +0.24% |
| 2026-09-09 | 0.00079488 | -0.17% |
| 2026-09-08 | 0.00079624 | -0.07% |
| 2026-09-07 | 0.00079677 | +0.16% |
| 2026-09-06 | 0.00079549 | +0.07% |
| 2026-09-05 | 0.00079492 | +0.02% |
| 2026-09-04 | 0.00079474 | -0.16% |
| 2026-09-03 | 0.00079602 | -0.75% |
| 2026-09-02 | 0.00080206 | +0.07% |
| 2026-09-01 | 0.00080151 | +0.58% |
| 2026-08-31 | 0.0007969 | -0.18% |
| 2026-08-30 | 0.00079833 | +0.03% |
| 2026-08-29 | 0.00079812 | +0.06% |
| 2026-08-28 | 0.00079768 | — |
MWK to CAD conversion table
1 MWK0.00081575 CAD
5 MWK0.0040787 CAD
10 MWK0.0081575 CAD
25 MWK0.020394 CAD
50 MWK0.040787 CAD
100 MWK0.081575 CAD
500 MWK0.40787 CAD
1,000 MWK0.81575 CAD
5,000 MWK4.0787 CAD
10,000 MWK8.1575 CAD
Get the MWK/CAD rate in your app
One GET request returns the latest MWK → 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/MWK/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/MWK/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MWK = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MWK/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MWK = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MWK/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MWK = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MWK",
"to": "CAD"
},
"rate": 0.000816,
"timestamp": 1790432140,
"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 MWKCanadian Dollar → Malawian Kwacha1,225.8723Convert MWK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.