Convert AUD to ZWG
Australian Dollar → Zimbabwe Gold
1 AUD = 18.726371 ZWG(1 ZWG = 0.0534006 AUD)
Currency converter
1 AUD =
18.7264 ZWG
AUD to ZWG: last 30 days
Over the last 30 days, 1 AUD traded between 18.7264 and 19.3755 ZWG, averaging 19.0566 ZWG. The AUD/ZWG rate is down 2.03% since 2026-08-28.
- 30-day high
- 19.3755
- 2026-09-08
- 30-day low
- 18.7264
- 2026-09-25
- 30-day average
- 19.0566
- Days with data: 30
- 30-day change
- -2.03%
- since 2026-08-28
19.3755
18.72642026-08-28 → 2026-09-26
| Date | 1 AUD in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 18.7264 | 0.00% |
| 2026-09-25 | 18.7264 | -0.00% |
| 2026-09-24 | 18.7272 | -0.74% |
| 2026-09-23 | 18.8672 | -0.38% |
| 2026-09-22 | 18.939 | -0.44% |
| 2026-09-21 | 19.0219 | +0.22% |
| 2026-09-20 | 18.9795 | 0.00% |
| 2026-09-19 | 18.9795 | -0.05% |
| 2026-09-18 | 18.9883 | +0.02% |
| 2026-09-17 | 18.9854 | -0.65% |
| 2026-09-16 | 19.1094 | +0.09% |
| 2026-09-15 | 19.0932 | +0.47% |
| 2026-09-14 | 19.0039 | -0.62% |
| 2026-09-13 | 19.1234 | 0.00% |
| 2026-09-12 | 19.1234 | -0.06% |
| Date | 1 AUD in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 19.1344 | -0.23% |
| 2026-09-10 | 19.1783 | -0.69% |
| 2026-09-09 | 19.3107 | -0.33% |
| 2026-09-08 | 19.3755 | +1.11% |
| 2026-09-07 | 19.1627 | +0.13% |
| 2026-09-06 | 19.1385 | 0.00% |
| 2026-09-05 | 19.1385 | -0.33% |
| 2026-09-04 | 19.2011 | -0.10% |
| 2026-09-03 | 19.2198 | +0.34% |
| 2026-09-02 | 19.1553 | +0.52% |
| 2026-09-01 | 19.0566 | +0.41% |
| 2026-08-31 | 18.9789 | -0.48% |
| 2026-08-30 | 19.0704 | 0.00% |
| 2026-08-29 | 19.0704 | -0.23% |
| 2026-08-28 | 19.1134 | — |
AUD to ZWG conversion table
1 AUD18.7264 ZWG
5 AUD93.6319 ZWG
10 AUD187.2637 ZWG
25 AUD468.1593 ZWG
50 AUD936.3185 ZWG
100 AUD1,872.6371 ZWG
500 AUD9,363.1853 ZWG
1,000 AUD18,726.371 ZWG
5,000 AUD93,631.853 ZWG
10,000 AUD187,263.71 ZWG
Get the AUD/ZWG rate in your app
One GET request returns the latest AUD → ZWG 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/ZWG"fetch('https://rate-api.com/api/v1/pair/AUD/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/ZWG');
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']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "ZWG"
},
"rate": 18.7264,
"timestamp": 1790429445,
"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
ZWG to AUDZimbabwe Gold → Australian Dollar0.053401Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.