Convert UZS to AUD
Uzbekistani Som → Australian Dollar
1 UZS = 0.000120385 AUD(1 AUD = 8,306.7119 UZS)
Currency converter
1 UZS =
0.00012038 AUD
UZS to AUD: last 30 days
Over the last 30 days, 1 UZS traded between 0.00011721 and 0.00012039 AUD, averaging 0.00011856 AUD. The UZS/AUD rate is up 2.26% since 2026-08-28.
- 30-day high
- 0.00012039
- 2026-09-24
- 30-day low
- 0.00011721
- 2026-09-09
- 30-day average
- 0.00011856
- Days with data: 30
- 30-day change
- +2.26%
- since 2026-08-28
0.00012039
0.000117212026-08-28 → 2026-09-26
| Date | 1 UZS in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00012038 | 0.00% |
| 2026-09-25 | 0.00012038 | -0.00% |
| 2026-09-24 | 0.00012039 | +0.29% |
| 2026-09-23 | 0.00012004 | +0.69% |
| 2026-09-22 | 0.00011922 | +0.71% |
| 2026-09-21 | 0.00011837 | -0.22% |
| 2026-09-20 | 0.00011863 | +0.04% |
| 2026-09-19 | 0.00011858 | -0.17% |
| 2026-09-18 | 0.00011877 | -0.42% |
| 2026-09-17 | 0.00011928 | +0.14% |
| 2026-09-16 | 0.00011911 | -0.42% |
| 2026-09-15 | 0.00011962 | +0.12% |
| 2026-09-14 | 0.00011947 | +0.83% |
| 2026-09-13 | 0.00011849 | +0.18% |
| 2026-09-12 | 0.00011828 | -0.01% |
| Date | 1 UZS in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00011829 | +0.36% |
| 2026-09-10 | 0.00011786 | +0.56% |
| 2026-09-09 | 0.00011721 | -0.46% |
| 2026-09-08 | 0.00011775 | +0.06% |
| 2026-09-07 | 0.00011767 | -0.08% |
| 2026-09-06 | 0.00011777 | +0.05% |
| 2026-09-05 | 0.00011771 | -0.12% |
| 2026-09-04 | 0.00011785 | -0.03% |
| 2026-09-03 | 0.00011789 | -0.45% |
| 2026-09-02 | 0.00011841 | -0.12% |
| 2026-09-01 | 0.00011855 | +0.47% |
| 2026-08-31 | 0.000118 | +0.38% |
| 2026-08-30 | 0.00011755 | +0.01% |
| 2026-08-29 | 0.00011754 | -0.16% |
| 2026-08-28 | 0.00011772 | — |
UZS to AUD conversion table
1 UZS0.00012038 AUD
5 UZS0.00060192 AUD
10 UZS0.0012038 AUD
25 UZS0.0030096 AUD
50 UZS0.0060192 AUD
100 UZS0.012038 AUD
500 UZS0.060192 AUD
1,000 UZS0.12038 AUD
5,000 UZS0.60192 AUD
10,000 UZS1.2038 AUD
Get the UZS/AUD rate in your app
One GET request returns the latest UZS → 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/UZS/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/UZS/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UZS = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UZS/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UZS = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UZS/AUD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UZS = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "UZS",
"to": "AUD"
},
"rate": 0.00012,
"timestamp": 1790435074,
"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 UZSAustralian Dollar → Uzbekistani Som8,306.7119Convert UZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.