Convert AUD to MWK
Australian Dollar → Malawian Kwacha
1 AUD = 1,217.6524 MWK(1 MWK = 0.000821252 AUD)
Currency converter
1 AUD =
1,217.6524 MWK
AUD to MWK: last 30 days
Over the last 30 days, 1 AUD traded between 1,217.6524 and 1,251.4193 MWK, averaging 1,239.6147 MWK. The AUD/MWK rate is down 2.50% since 2026-08-29.
- 30-day high
- 1,251.4193
- 2026-09-09
- 30-day low
- 1,217.6524
- 2026-09-26
- 30-day average
- 1,239.6147
- Days with data: 30
- 30-day change
- -2.50%
- since 2026-08-29
1,251.4193
1,217.65242026-08-29 → 2026-09-27
| Date | 1 AUD in MWK | Daily change |
|---|---|---|
| 2026-09-27 | 1,217.6524 | 0.00% |
| 2026-09-26 | 1,217.6524 | -0.10% |
| 2026-09-25 | 1,218.8436 | -0.25% |
| 2026-09-24 | 1,221.935 | -0.41% |
| 2026-09-23 | 1,226.9989 | -0.53% |
| 2026-09-22 | 1,233.5729 | -0.26% |
| 2026-09-21 | 1,236.8296 | +0.01% |
| 2026-09-20 | 1,236.7159 | -0.24% |
| 2026-09-19 | 1,239.7314 | +0.24% |
| 2026-09-18 | 1,236.7387 | +0.07% |
| 2026-09-17 | 1,235.846 | -0.15% |
| 2026-09-16 | 1,237.6924 | -0.01% |
| 2026-09-15 | 1,237.7623 | +0.08% |
| 2026-09-14 | 1,236.811 | -0.54% |
| 2026-09-13 | 1,243.5343 | -0.11% |
| Date | 1 AUD in MWK | Daily change |
|---|---|---|
| 2026-09-12 | 1,244.9026 | +0.01% |
| 2026-09-11 | 1,244.7618 | -0.08% |
| 2026-09-10 | 1,245.8199 | -0.45% |
| 2026-09-09 | 1,251.4193 | +0.05% |
| 2026-09-08 | 1,250.826 | -0.04% |
| 2026-09-07 | 1,251.3519 | +0.14% |
| 2026-09-06 | 1,249.6604 | -0.07% |
| 2026-09-05 | 1,250.5499 | -0.02% |
| 2026-09-04 | 1,250.8383 | +0.36% |
| 2026-09-03 | 1,246.3037 | +0.44% |
| 2026-09-02 | 1,240.9018 | +0.28% |
| 2026-09-01 | 1,237.3929 | -0.85% |
| 2026-08-31 | 1,247.9463 | -0.05% |
| 2026-08-30 | 1,248.5627 | -0.03% |
| 2026-08-29 | 1,248.8864 | — |
AUD to MWK conversion table
1 AUD1,217.6524 MWK
5 AUD6,088.2622 MWK
10 AUD12,176.524 MWK
25 AUD30,441.311 MWK
50 AUD60,882.622 MWK
100 AUD121,765.24 MWK
500 AUD608,826.22 MWK
1,000 AUD1,217,652.4 MWK
5,000 AUD6,088,262.2 MWK
10,000 AUD12,176,524 MWK
Get the AUD/MWK rate in your app
One GET request returns the latest AUD → MWK 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/AUD/MWK"fetch('https://rate-api.com/api/v1/pair/AUD/MWK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MWK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MWK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MWK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MWK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} MWK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MWK"
},
"rate": 1217.6524,
"timestamp": 1790470783,
"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
MWK to AUDMalawian Kwacha → Australian Dollar0.00082125Convert AUD to other currencies
Convert other currencies to MWK
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.