Convert MWK to AUD
Malawian Kwacha → Australian Dollar
1 MWK = 0.00082045 AUD(1 AUD = 1,218.8436 MWK)
Currency converter
1 MWK =
0.00082045 AUD
MWK to AUD: last 30 days
Over the last 30 days, 1 MWK traded between 0.00079909 and 0.00082045 AUD, averaging 0.00080603 AUD. The MWK/AUD rate is up 2.52% since 2026-08-28.
- 30-day high
- 0.00082045
- 2026-09-25
- 30-day low
- 0.00079909
- 2026-09-09
- 30-day average
- 0.00080603
- Days with data: 30
- 30-day change
- +2.52%
- since 2026-08-28
0.00082045
0.000799092026-08-28 → 2026-09-26
| Date | 1 MWK in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00082045 | 0.00% |
| 2026-09-25 | 0.00082045 | +0.25% |
| 2026-09-24 | 0.00081837 | +0.41% |
| 2026-09-23 | 0.000815 | +0.54% |
| 2026-09-22 | 0.00081065 | +0.26% |
| 2026-09-21 | 0.00080852 | -0.01% |
| 2026-09-20 | 0.00080859 | +0.24% |
| 2026-09-19 | 0.00080663 | -0.24% |
| 2026-09-18 | 0.00080858 | -0.07% |
| 2026-09-17 | 0.00080916 | +0.15% |
| 2026-09-16 | 0.00080796 | +0.01% |
| 2026-09-15 | 0.00080791 | -0.08% |
| 2026-09-14 | 0.00080853 | +0.54% |
| 2026-09-13 | 0.00080416 | +0.11% |
| 2026-09-12 | 0.00080328 | -0.01% |
| Date | 1 MWK in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00080337 | +0.09% |
| 2026-09-10 | 0.00080268 | +0.45% |
| 2026-09-09 | 0.00079909 | -0.05% |
| 2026-09-08 | 0.00079947 | +0.04% |
| 2026-09-07 | 0.00079914 | -0.14% |
| 2026-09-06 | 0.00080022 | +0.07% |
| 2026-09-05 | 0.00079965 | +0.02% |
| 2026-09-04 | 0.00079946 | -0.36% |
| 2026-09-03 | 0.00080237 | -0.43% |
| 2026-09-02 | 0.00080587 | -0.28% |
| 2026-09-01 | 0.00080815 | +0.85% |
| 2026-08-31 | 0.00080132 | +0.05% |
| 2026-08-30 | 0.00080092 | +0.03% |
| 2026-08-29 | 0.00080071 | +0.06% |
| 2026-08-28 | 0.00080027 | — |
MWK to AUD conversion table
1 MWK0.00082045 AUD
5 MWK0.0041022 AUD
10 MWK0.0082045 AUD
25 MWK0.020511 AUD
50 MWK0.041022 AUD
100 MWK0.082045 AUD
500 MWK0.41022 AUD
1,000 MWK0.82045 AUD
5,000 MWK4.1022 AUD
10,000 MWK8.2045 AUD
Get the MWK/AUD rate in your app
One GET request returns the latest MWK → AUD 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/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/MWK/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MWK = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MWK/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MWK = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MWK/AUD?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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "MWK",
"to": "AUD"
},
"rate": 0.00082,
"timestamp": 1790432095,
"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
AUD to MWKAustralian Dollar → Malawian Kwacha1,218.8436Convert MWK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.