Convert UGX to AUD
Ugandan Shilling → Australian Dollar
1 UGX = 0.000362092 AUD(1 AUD = 2,761.7284 UGX)
Currency converter
1 UGX =
0.00036209 AUD
UGX to AUD: last 30 days
Over the last 30 days, 1 UGX traded between 0.00035589 and 0.00037047 AUD, averaging 0.00036383 AUD. The UGX/AUD rate is down 1.89% since 2026-08-28.
- 30-day high
- 0.00037047
- 2026-09-02
- 30-day low
- 0.00035589
- 2026-09-21
- 30-day average
- 0.00036383
- Days with data: 30
- 30-day change
- -1.89%
- since 2026-08-28
0.00037047
0.000355892026-08-28 → 2026-09-26
| Date | 1 UGX in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00036209 | 0.00% |
| 2026-09-25 | 0.00036209 | -0.62% |
| 2026-09-24 | 0.00036437 | +0.58% |
| 2026-09-23 | 0.00036226 | +1.17% |
| 2026-09-22 | 0.00035806 | +0.61% |
| 2026-09-21 | 0.00035589 | -0.28% |
| 2026-09-20 | 0.0003569 | -0.06% |
| 2026-09-19 | 0.0003571 | -0.09% |
| 2026-09-18 | 0.00035743 | -0.23% |
| 2026-09-17 | 0.00035824 | -0.12% |
| 2026-09-16 | 0.00035867 | -0.49% |
| 2026-09-15 | 0.00036044 | -0.59% |
| 2026-09-14 | 0.00036258 | +0.61% |
| 2026-09-13 | 0.0003604 | -0.04% |
| 2026-09-12 | 0.00036055 | -0.93% |
| Date | 1 UGX in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00036392 | -0.89% |
| 2026-09-10 | 0.00036717 | +0.45% |
| 2026-09-09 | 0.00036553 | -0.36% |
| 2026-09-08 | 0.00036685 | -0.06% |
| 2026-09-07 | 0.00036708 | -0.06% |
| 2026-09-06 | 0.00036731 | -0.07% |
| 2026-09-05 | 0.00036755 | +0.03% |
| 2026-09-04 | 0.00036744 | -0.11% |
| 2026-09-03 | 0.00036783 | -0.71% |
| 2026-09-02 | 0.00037047 | +0.13% |
| 2026-09-01 | 0.00036998 | -0.04% |
| 2026-08-31 | 0.00037014 | +0.38% |
| 2026-08-30 | 0.00036874 | -0.02% |
| 2026-08-29 | 0.00036881 | -0.07% |
| 2026-08-28 | 0.00036905 | — |
UGX to AUD conversion table
1 UGX0.00036209 AUD
5 UGX0.0018105 AUD
10 UGX0.0036209 AUD
25 UGX0.0090523 AUD
50 UGX0.018105 AUD
100 UGX0.036209 AUD
500 UGX0.18105 AUD
1,000 UGX0.36209 AUD
5,000 UGX1.8105 AUD
10,000 UGX3.6209 AUD
Get the UGX/AUD rate in your app
One GET request returns the latest UGX → 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/UGX/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/UGX/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UGX = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UGX/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UGX = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UGX/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 UGX = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "UGX",
"to": "AUD"
},
"rate": 0.000362,
"timestamp": 1790432141,
"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 UGXAustralian Dollar → Ugandan Shilling2,761.7284Convert UGX to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.