Convert AUD to UZS
Australian Dollar → Uzbekistani Som
1 AUD = 8,306.7119 UZS(1 UZS = 0.000120385 AUD)
Currency converter
1 AUD =
8,306.7119 UZS
AUD to UZS: last 30 days
Over the last 30 days, 1 AUD traded between 8,306.4725 and 8,532.0218 UZS, averaging 8,435.1028 UZS. The AUD/UZS rate is down 2.21% since 2026-08-28.
- 30-day high
- 8,532.0218
- 2026-09-09
- 30-day low
- 8,306.4725
- 2026-09-24
- 30-day average
- 8,435.1028
- Days with data: 30
- 30-day change
- -2.21%
- since 2026-08-28
8,532.0218
8,306.47252026-08-28 → 2026-09-26
| Date | 1 AUD in UZS | Daily change |
|---|---|---|
| 2026-09-26 | 8,306.7119 | 0.00% |
| 2026-09-25 | 8,306.7119 | +0.00% |
| 2026-09-24 | 8,306.4725 | -0.29% |
| 2026-09-23 | 8,330.4808 | -0.69% |
| 2026-09-22 | 8,388.1382 | -0.71% |
| 2026-09-21 | 8,447.9172 | +0.22% |
| 2026-09-20 | 8,429.6566 | -0.04% |
| 2026-09-19 | 8,433.4006 | +0.17% |
| 2026-09-18 | 8,419.3634 | +0.43% |
| 2026-09-17 | 8,383.7145 | -0.14% |
| 2026-09-16 | 8,395.4174 | +0.42% |
| 2026-09-15 | 8,359.9384 | -0.12% |
| 2026-09-14 | 8,370.1812 | -0.83% |
| 2026-09-13 | 8,439.8151 | -0.18% |
| 2026-09-12 | 8,454.745 | +0.01% |
| Date | 1 AUD in UZS | Daily change |
|---|---|---|
| 2026-09-11 | 8,454.0969 | -0.36% |
| 2026-09-10 | 8,484.5556 | -0.56% |
| 2026-09-09 | 8,532.0218 | +0.47% |
| 2026-09-08 | 8,492.5309 | -0.06% |
| 2026-09-07 | 8,497.9876 | +0.08% |
| 2026-09-06 | 8,490.8511 | -0.05% |
| 2026-09-05 | 8,495.5071 | +0.12% |
| 2026-09-04 | 8,485.4912 | +0.03% |
| 2026-09-03 | 8,482.7689 | +0.45% |
| 2026-09-02 | 8,444.8812 | +0.12% |
| 2026-09-01 | 8,435.1092 | -0.47% |
| 2026-08-31 | 8,474.8592 | -0.38% |
| 2026-08-30 | 8,507.2302 | -0.01% |
| 2026-08-29 | 8,507.8807 | +0.16% |
| 2026-08-28 | 8,494.648 | — |
AUD to UZS conversion table
1 AUD8,306.7119 UZS
5 AUD41,533.56 UZS
10 AUD83,067.119 UZS
25 AUD207,667.8 UZS
50 AUD415,335.6 UZS
100 AUD830,671.19 UZS
500 AUD4,153,356 UZS
1,000 AUD8,306,711.9 UZS
5,000 AUD41,533,560 UZS
10,000 AUD83,067,119 UZS
Get the AUD/UZS rate in your app
One GET request returns the latest AUD → UZS 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/UZS"fetch('https://rate-api.com/api/v1/pair/AUD/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/UZS');
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']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "UZS"
},
"rate": 8306.7119,
"timestamp": 1790429355,
"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
UZS to AUDUzbekistani Som → Australian Dollar0.00012038Convert AUD to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.