Convert UYU to AUD
Uruguayan Peso → Australian Dollar
1 UYU = 0.0355071 AUD(1 AUD = 28.163351 UYU)
Currency converter
1 UYU =
0.035507 AUD
UYU to AUD: last 30 days
Over the last 30 days, 1 UYU traded between 0.03443 and 0.035507 AUD, averaging 0.034777 AUD. The UYU/AUD rate is up 2.57% since 2026-08-28.
- 30-day high
- 0.035507
- 2026-09-25
- 30-day low
- 0.03443
- 2026-09-09
- 30-day average
- 0.034777
- Days with data: 30
- 30-day change
- +2.57%
- since 2026-08-28
0.035507
0.034432026-08-28 → 2026-09-26
| Date | 1 UYU in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.035507 | 0.00% |
| 2026-09-25 | 0.035507 | +0.36% |
| 2026-09-24 | 0.03538 | +0.57% |
| 2026-09-23 | 0.035178 | +0.60% |
| 2026-09-22 | 0.03497 | +0.30% |
| 2026-09-21 | 0.034866 | -0.34% |
| 2026-09-20 | 0.034986 | +0.15% |
| 2026-09-19 | 0.034934 | -0.01% |
| 2026-09-18 | 0.034937 | +0.51% |
| 2026-09-17 | 0.03476 | -0.42% |
| 2026-09-16 | 0.034906 | -0.06% |
| 2026-09-15 | 0.034928 | +0.04% |
| 2026-09-14 | 0.034914 | +0.93% |
| 2026-09-13 | 0.034591 | -0.25% |
| 2026-09-12 | 0.034677 | +0.17% |
| Date | 1 UYU in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.034617 | +0.08% |
| 2026-09-10 | 0.034591 | +0.47% |
| 2026-09-09 | 0.03443 | -0.04% |
| 2026-09-08 | 0.034445 | +0.03% |
| 2026-09-07 | 0.034435 | -0.20% |
| 2026-09-06 | 0.034503 | +0.03% |
| 2026-09-05 | 0.034493 | -0.19% |
| 2026-09-04 | 0.034557 | -0.05% |
| 2026-09-03 | 0.034573 | -0.34% |
| 2026-09-02 | 0.034692 | -0.30% |
| 2026-09-01 | 0.034795 | +0.85% |
| 2026-08-31 | 0.034502 | -0.01% |
| 2026-08-30 | 0.034507 | -0.01% |
| 2026-08-29 | 0.03451 | -0.31% |
| 2026-08-28 | 0.034617 | — |
UYU to AUD conversion table
1 UYU0.035507 AUD
5 UYU0.17754 AUD
10 UYU0.35507 AUD
25 UYU0.88768 AUD
50 UYU1.7754 AUD
100 UYU3.5507 AUD
500 UYU17.7536 AUD
1,000 UYU35.5071 AUD
5,000 UYU177.5357 AUD
10,000 UYU355.0714 AUD
Get the UYU/AUD rate in your app
One GET request returns the latest UYU → 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/UYU/AUD"fetch('https://rate-api.com/api/v1/pair/UYU/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UYU = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UYU/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UYU = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UYU/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UYU = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "UYU",
"to": "AUD"
},
"rate": 0.0355,
"timestamp": 1790435094,
"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 UYUAustralian Dollar → Uruguayan Peso28.1634Convert UYU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.