Convert AUD to ZWL
Australian Dollar → Zimbabwean Dollar
1 AUD = 46,792.036 ZWL(1 ZWL = 0.0000213712 AUD)
Currency converter
1 AUD =
46,792.036 ZWL
AUD to ZWL: last 30 days
Over the last 30 days, 1 AUD traded between 229.2627 and 48,414.008 ZWL, averaging 46,043.299 ZWL. The AUD/ZWL rate is down 2.03% since 2026-08-28.
- 30-day high
- 48,414.008
- 2026-09-08
- 30-day low
- 229.2627
- 2026-09-18
- 30-day average
- 46,043.299
- Days with data: 30
- 30-day change
- -2.03%
- since 2026-08-28
48,414.008
229.26272026-08-28 → 2026-09-26
| Date | 1 AUD in ZWL | Daily change |
|---|---|---|
| 2026-09-26 | 46,792.036 | 0.00% |
| 2026-09-25 | 46,792.036 | -0.00% |
| 2026-09-24 | 46,794.137 | -0.74% |
| 2026-09-23 | 47,143.951 | -0.38% |
| 2026-09-22 | 47,323.352 | -0.44% |
| 2026-09-21 | 47,530.435 | +0.22% |
| 2026-09-20 | 47,424.43 | 0.00% |
| 2026-09-19 | 47,424.43 | +20585.63% |
| 2026-09-18 | 229.2627 | -99.52% |
| 2026-09-17 | 47,439.248 | -0.65% |
| 2026-09-16 | 47,749.16 | +0.09% |
| 2026-09-15 | 47,708.589 | +0.47% |
| 2026-09-14 | 47,485.606 | -0.62% |
| 2026-09-13 | 47,784.045 | 0.00% |
| 2026-09-12 | 47,784.045 | -0.06% |
| Date | 1 AUD in ZWL | Daily change |
|---|---|---|
| 2026-09-11 | 47,811.655 | -0.23% |
| 2026-09-10 | 47,921.204 | -0.69% |
| 2026-09-09 | 48,252.121 | -0.33% |
| 2026-09-08 | 48,414.008 | +1.11% |
| 2026-09-07 | 47,882.331 | +0.13% |
| 2026-09-06 | 47,821.725 | 0.00% |
| 2026-09-05 | 47,821.725 | -0.33% |
| 2026-09-04 | 47,978.184 | -0.10% |
| 2026-09-03 | 48,024.874 | +0.34% |
| 2026-09-02 | 47,863.731 | +0.52% |
| 2026-09-01 | 47,617.295 | +0.41% |
| 2026-08-31 | 47,422.987 | -0.48% |
| 2026-08-30 | 47,651.584 | 0.00% |
| 2026-08-29 | 47,651.584 | -0.23% |
| 2026-08-28 | 47,759.211 | — |
AUD to ZWL conversion table
1 AUD46,792.036 ZWL
5 AUD233,960.18 ZWL
10 AUD467,920.36 ZWL
25 AUD1,169,800.9 ZWL
50 AUD2,339,601.8 ZWL
100 AUD4,679,203.6 ZWL
500 AUD23,396,018 ZWL
1,000 AUD46,792,036 ZWL
5,000 AUD233,960,178 ZWL
10,000 AUD467,920,355 ZWL
Get the AUD/ZWL rate in your app
One GET request returns the latest AUD → ZWL 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/ZWL"fetch('https://rate-api.com/api/v1/pair/AUD/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "ZWL"
},
"rate": 46792.0355,
"timestamp": 1790429361,
"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
ZWL to AUDZimbabwean Dollar → Australian Dollar0.000021371Convert AUD to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.