Convert ZMW to AUD
Zambian Kwacha → Australian Dollar
1 ZMW = 0.0727582 AUD(1 AUD = 13.744148 ZMW)
Currency converter
1 ZMW =
0.072758 AUD
ZMW to AUD: last 30 days
Over the last 30 days, 1 ZMW traded between 0.071116 and 0.0733 AUD, averaging 0.072245 AUD. The ZMW/AUD rate is down 0.48% since 2026-08-28.
- 30-day high
- 0.0733
- 2026-08-31
- 30-day low
- 0.071116
- 2026-09-21
- 30-day average
- 0.072245
- Days with data: 30
- 30-day change
- -0.48%
- since 2026-08-28
0.0733
0.0711162026-08-28 → 2026-09-26
| Date | 1 ZMW in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.072758 | 0.00% |
| 2026-09-25 | 0.072758 | +0.05% |
| 2026-09-24 | 0.072722 | +0.22% |
| 2026-09-23 | 0.07256 | +1.38% |
| 2026-09-22 | 0.071572 | +0.64% |
| 2026-09-21 | 0.071116 | -0.59% |
| 2026-09-20 | 0.07154 | +0.32% |
| 2026-09-19 | 0.071309 | -0.37% |
| 2026-09-18 | 0.071575 | -0.05% |
| 2026-09-17 | 0.071608 | +0.10% |
| 2026-09-16 | 0.071535 | -1.12% |
| 2026-09-15 | 0.072343 | -0.20% |
| 2026-09-14 | 0.072486 | +0.60% |
| 2026-09-13 | 0.072055 | +0.00% |
| 2026-09-12 | 0.072052 | -0.00% |
| Date | 1 ZMW in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.072052 | -0.08% |
| 2026-09-10 | 0.072111 | +0.66% |
| 2026-09-09 | 0.071639 | -0.51% |
| 2026-09-08 | 0.072007 | -0.00% |
| 2026-09-07 | 0.072007 | -0.16% |
| 2026-09-06 | 0.072119 | +0.00% |
| 2026-09-05 | 0.072116 | -0.25% |
| 2026-09-04 | 0.0723 | -0.41% |
| 2026-09-03 | 0.072596 | -0.58% |
| 2026-09-02 | 0.073021 | -0.09% |
| 2026-09-01 | 0.073083 | -0.30% |
| 2026-08-31 | 0.0733 | +0.40% |
| 2026-08-30 | 0.073007 | +0.16% |
| 2026-08-29 | 0.072887 | -0.31% |
| 2026-08-28 | 0.073112 | — |
ZMW to AUD conversion table
1 ZMW0.072758 AUD
5 ZMW0.36379 AUD
10 ZMW0.72758 AUD
25 ZMW1.819 AUD
50 ZMW3.6379 AUD
100 ZMW7.2758 AUD
500 ZMW36.3791 AUD
1,000 ZMW72.7582 AUD
5,000 ZMW363.7912 AUD
10,000 ZMW727.5824 AUD
Get the ZMW/AUD rate in your app
One GET request returns the latest ZMW → 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/ZMW/AUD"fetch('https://rate-api.com/api/v1/pair/ZMW/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZMW = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZMW/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZMW = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZMW/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZMW = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "ZMW",
"to": "AUD"
},
"rate": 0.0728,
"timestamp": 1790432148,
"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 ZMWAustralian Dollar → Zambian Kwacha13.7441Convert ZMW to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.