Convert AUD to UYU
Australian Dollar → Uruguayan Peso
1 AUD = 28.163351 UYU(1 UYU = 0.0355071 AUD)
Currency converter
1 AUD =
28.1634 UYU
AUD to UYU: last 30 days
Over the last 30 days, 1 AUD traded between 28.1634 and 29.0447 UYU, averaging 28.7569 UYU. The AUD/UYU rate is down 2.51% since 2026-08-28.
- 30-day high
- 29.0447
- 2026-09-09
- 30-day low
- 28.1634
- 2026-09-25
- 30-day average
- 28.7569
- Days with data: 30
- 30-day change
- -2.51%
- since 2026-08-28
29.0447
28.16342026-08-28 → 2026-09-26
| Date | 1 AUD in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 28.1634 | 0.00% |
| 2026-09-25 | 28.1634 | -0.36% |
| 2026-09-24 | 28.2643 | -0.57% |
| 2026-09-23 | 28.4266 | -0.59% |
| 2026-09-22 | 28.5963 | -0.29% |
| 2026-09-21 | 28.6809 | +0.34% |
| 2026-09-20 | 28.5831 | -0.15% |
| 2026-09-19 | 28.6255 | +0.01% |
| 2026-09-18 | 28.6226 | -0.51% |
| 2026-09-17 | 28.7686 | +0.42% |
| 2026-09-16 | 28.6487 | +0.06% |
| 2026-09-15 | 28.6302 | -0.04% |
| 2026-09-14 | 28.6422 | -0.92% |
| 2026-09-13 | 28.9094 | +0.25% |
| 2026-09-12 | 28.8375 | -0.17% |
| Date | 1 AUD in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 28.8874 | -0.08% |
| 2026-09-10 | 28.9091 | -0.47% |
| 2026-09-09 | 29.0447 | +0.04% |
| 2026-09-08 | 29.0321 | -0.03% |
| 2026-09-07 | 29.0403 | +0.20% |
| 2026-09-06 | 28.9826 | -0.03% |
| 2026-09-05 | 28.9917 | +0.19% |
| 2026-09-04 | 28.9378 | +0.05% |
| 2026-09-03 | 28.9246 | +0.35% |
| 2026-09-02 | 28.825 | +0.30% |
| 2026-09-01 | 28.7395 | -0.84% |
| 2026-08-31 | 28.984 | +0.01% |
| 2026-08-30 | 28.9799 | +0.01% |
| 2026-08-29 | 28.9771 | +0.31% |
| 2026-08-28 | 28.8875 | — |
AUD to UYU conversion table
1 AUD28.1634 UYU
5 AUD140.8168 UYU
10 AUD281.6335 UYU
25 AUD704.0838 UYU
50 AUD1,408.1675 UYU
100 AUD2,816.3351 UYU
500 AUD14,081.675 UYU
1,000 AUD28,163.351 UYU
5,000 AUD140,816.75 UYU
10,000 AUD281,633.51 UYU
Get the AUD/UYU rate in your app
One GET request returns the latest AUD → UYU 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/UYU"fetch('https://rate-api.com/api/v1/pair/AUD/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/UYU');
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']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "UYU"
},
"rate": 28.1634,
"timestamp": 1790429366,
"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
UYU to AUDUruguayan Peso → Australian Dollar0.035507Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.