Skip to content

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

AUD/UYU over 1Y: show the values
PointAUD/UYU
2025-09-2526.2715
2025-10-0226.3454
2025-10-0926.3257
2025-10-1626.0944
2025-10-2325.8512
2025-10-3026.0760
2025-11-0625.9558
2025-11-1326.0722
2025-11-2025.8075
2025-11-2725.9452
2025-12-0425.8859
2025-12-1226.1969
2025-12-1925.8712
2025-12-2626.2931
2026-01-0226.1507
2026-01-0926.0596
2026-01-1625.9234
2026-01-2325.9985
2026-01-3026.9336
2026-02-0626.9837
2026-02-1327.0801
2026-02-2027.2424
2026-02-2727.2416
2026-03-0627.5650
2026-03-1328.2612
2026-03-2028.4718
2026-03-2727.8722
2026-04-0327.8610
2026-04-1028.6648
2026-04-1728.6445
2026-04-2428.2572
2026-05-0128.7254
2026-05-0829.0184
2026-05-1628.4538
2026-05-2428.5407
2026-05-3128.7858
2026-06-0928.4265
2026-06-1628.6971
2026-06-2327.7480
2026-06-3027.6829
2026-07-0727.9050
2026-07-1428.0087
2026-07-2128.2673
2026-07-2828.0345
2026-08-0428.3264
2026-08-1128.4785
2026-08-1828.5198
2026-08-2628.8567
2026-09-0228.8246
2026-09-0929.0439
2026-09-1628.6487
2026-09-2328.4266

High

29.0439

Low

25.8075

Average

27.4675

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=UYU");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.