Convert AUD to ZMW
Australian Dollar → Zambian Kwacha
1 AUD = 13.744148 ZMW(1 ZMW = 0.0727582 AUD)
Currency converter
1 AUD =
13.7441 ZMW
AUD to ZMW: last 30 days
Over the last 30 days, 1 AUD traded between 13.6426 and 14.0616 ZMW, averaging 13.8427 ZMW. The AUD/ZMW rate is up 0.49% since 2026-08-28.
- 30-day high
- 14.0616
- 2026-09-21
- 30-day low
- 13.6426
- 2026-08-31
- 30-day average
- 13.8427
- Days with data: 30
- 30-day change
- +0.49%
- since 2026-08-28
14.0616
13.64262026-08-28 → 2026-09-26
| Date | 1 AUD in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 13.7441 | 0.00% |
| 2026-09-25 | 13.7441 | -0.05% |
| 2026-09-24 | 13.751 | -0.22% |
| 2026-09-23 | 13.7816 | -1.36% |
| 2026-09-22 | 13.9719 | -0.64% |
| 2026-09-21 | 14.0616 | +0.60% |
| 2026-09-20 | 13.9781 | -0.32% |
| 2026-09-19 | 14.0235 | +0.37% |
| 2026-09-18 | 13.9714 | +0.05% |
| 2026-09-17 | 13.965 | -0.10% |
| 2026-09-16 | 13.9791 | +1.13% |
| 2026-09-15 | 13.8231 | +0.20% |
| 2026-09-14 | 13.7957 | -0.59% |
| 2026-09-13 | 13.8783 | -0.00% |
| 2026-09-12 | 13.8789 | +0.00% |
| Date | 1 AUD in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 13.8789 | +0.08% |
| 2026-09-10 | 13.8675 | -0.65% |
| 2026-09-09 | 13.9589 | +0.51% |
| 2026-09-08 | 13.8876 | +0.00% |
| 2026-09-07 | 13.8876 | +0.16% |
| 2026-09-06 | 13.866 | -0.00% |
| 2026-09-05 | 13.8666 | +0.25% |
| 2026-09-04 | 13.8314 | +0.41% |
| 2026-09-03 | 13.7749 | +0.58% |
| 2026-09-02 | 13.6948 | +0.09% |
| 2026-09-01 | 13.683 | +0.30% |
| 2026-08-31 | 13.6426 | -0.40% |
| 2026-08-30 | 13.6973 | -0.16% |
| 2026-08-29 | 13.7199 | +0.31% |
| 2026-08-28 | 13.6776 | — |
AUD to ZMW conversion table
1 AUD13.7441 ZMW
5 AUD68.7207 ZMW
10 AUD137.4415 ZMW
25 AUD343.6037 ZMW
50 AUD687.2074 ZMW
100 AUD1,374.4148 ZMW
500 AUD6,872.074 ZMW
1,000 AUD13,744.148 ZMW
5,000 AUD68,720.74 ZMW
10,000 AUD137,441.48 ZMW
Get the AUD/ZMW rate in your app
One GET request returns the latest AUD → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/AUD/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "ZMW"
},
"rate": 13.7441,
"timestamp": 1790429436,
"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
ZMW to AUDZambian Kwacha → Australian Dollar0.072758Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.