AUD to UYU exchange rate API
Australian Dollar to Peso Uruguayo · quoted 2026-09-25
28.1573
▲ +7.18% over 1Y
1 AUD = 28.1573 UYU · 1 UYU = 0.03551 AUD · Get this rate via the API
1 AUD buys 28.1573 UYU as of 2026-09-25, so 1 UYU buys 0.03551 AUD. Over the last year, AUD/UYU traded between 25.8075 and 29.0439, averaged 27.4675 and rose 7.18%. The API holds daily AUD/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/UYU over 1Y: show the values
| Point | AUD/UYU |
|---|---|
| 2025-09-25 | 26.2715 |
| 2025-10-02 | 26.3454 |
| 2025-10-09 | 26.3257 |
| 2025-10-16 | 26.0944 |
| 2025-10-23 | 25.8512 |
| 2025-10-30 | 26.0760 |
| 2025-11-06 | 25.9558 |
| 2025-11-13 | 26.0722 |
| 2025-11-20 | 25.8075 |
| 2025-11-27 | 25.9452 |
| 2025-12-04 | 25.8859 |
| 2025-12-12 | 26.1969 |
| 2025-12-19 | 25.8712 |
| 2025-12-26 | 26.2931 |
| 2026-01-02 | 26.1507 |
| 2026-01-09 | 26.0596 |
| 2026-01-16 | 25.9234 |
| 2026-01-23 | 25.9985 |
| 2026-01-30 | 26.9336 |
| 2026-02-06 | 26.9837 |
| 2026-02-13 | 27.0801 |
| 2026-02-20 | 27.2424 |
| 2026-02-27 | 27.2416 |
| 2026-03-06 | 27.5650 |
| 2026-03-13 | 28.2612 |
| 2026-03-20 | 28.4718 |
| 2026-03-27 | 27.8722 |
| 2026-04-03 | 27.8610 |
| 2026-04-10 | 28.6648 |
| 2026-04-17 | 28.6445 |
| 2026-04-24 | 28.2572 |
| 2026-05-01 | 28.7254 |
| 2026-05-08 | 29.0184 |
| 2026-05-16 | 28.4538 |
| 2026-05-24 | 28.5407 |
| 2026-05-31 | 28.7858 |
| 2026-06-09 | 28.4265 |
| 2026-06-16 | 28.6971 |
| 2026-06-23 | 27.7480 |
| 2026-06-30 | 27.6829 |
| 2026-07-07 | 27.9050 |
| 2026-07-14 | 28.0087 |
| 2026-07-21 | 28.2673 |
| 2026-07-28 | 28.0345 |
| 2026-08-04 | 28.3264 |
| 2026-08-11 | 28.4785 |
| 2026-08-18 | 28.5198 |
| 2026-08-26 | 28.8567 |
| 2026-09-02 | 28.8246 |
| 2026-09-09 | 29.0439 |
| 2026-09-16 | 28.6487 |
| 2026-09-23 | 28.4266 |
High
29.0439
Low
25.8075
Average
27.4675
Get this rate via the API
One GET request returns the AUD/UYU rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/UYU API questions
How do I get the AUD/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/UYU rate in rates.UYU.
How far back does AUD/UYU historical data go?
Daily AUD/UYU rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/UYU exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.