Skip to content

UYU to ALL exchange rate API

Peso Uruguayo to Lek · quoted 2026-09-26

2.0096

▼ +2.72% over 1Y

1 UYU = 2.0096 ALL · 1 ALL = 0.49761 UYU · Get this rate via the API

1 UYU buys 2.0096 ALL as of 2026-09-26, so 1 ALL buys 0.49761 UYU. Over the last year, UYU/ALL traded between 1.9659 and 2.1484, averaged 2.0619 and fell 2.72%. The API holds daily UYU/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/ALL over 1Y

UYU/ALL over 1Y: show the values
PointUYU/ALL
2025-09-262.0657
2025-10-032.0685
2025-10-102.0834
2025-10-172.0681
2025-10-242.0950
2025-10-312.0990
2025-11-072.1043
2025-11-142.0909
2025-11-212.1053
2025-11-282.0982
2025-12-052.1164
2025-12-132.0957
2025-12-202.1032
2025-12-272.0915
2026-01-032.1090
2026-01-102.1301
2026-01-172.1484
2026-01-242.1296
2026-01-312.1474
2026-02-072.1178
2026-02-142.1084
2026-02-212.1066
2026-02-282.1225
2026-03-072.0571
2026-03-142.0848
2026-03-212.0636
2026-03-282.0596
2026-04-042.0611
2026-04-112.0287
2026-04-182.0313
2026-04-252.0553
2026-05-022.0419
2026-05-092.0299
2026-05-172.0400
2026-05-252.0535
2026-06-012.0403
2026-06-102.0364
2026-06-172.0233
2026-06-242.0612
2026-07-012.0533
2026-07-082.0389
2026-07-152.0451
2026-07-222.0412
2026-07-292.0464
2026-08-052.0113
2026-08-122.0032
2026-08-201.9831
2026-08-271.9684
2026-09-031.9768
2026-09-101.9661
2026-09-171.9659
2026-09-241.9990

High

2.1484

Low

1.9659

Average

2.0619

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=ALL").json()

Replace YOUR_API_KEY with the key from your dashboard.

UYU/ALL API questions

How do I get the UYU/ALL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UYU/ALL rate in rates.ALL.

How far back does UYU/ALL historical data go?

Daily UYU/ALL 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 UYU/ALL 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.