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: show the values
| Point | UYU/ALL |
|---|---|
| 2025-09-26 | 2.0657 |
| 2025-10-03 | 2.0685 |
| 2025-10-10 | 2.0834 |
| 2025-10-17 | 2.0681 |
| 2025-10-24 | 2.0950 |
| 2025-10-31 | 2.0990 |
| 2025-11-07 | 2.1043 |
| 2025-11-14 | 2.0909 |
| 2025-11-21 | 2.1053 |
| 2025-11-28 | 2.0982 |
| 2025-12-05 | 2.1164 |
| 2025-12-13 | 2.0957 |
| 2025-12-20 | 2.1032 |
| 2025-12-27 | 2.0915 |
| 2026-01-03 | 2.1090 |
| 2026-01-10 | 2.1301 |
| 2026-01-17 | 2.1484 |
| 2026-01-24 | 2.1296 |
| 2026-01-31 | 2.1474 |
| 2026-02-07 | 2.1178 |
| 2026-02-14 | 2.1084 |
| 2026-02-21 | 2.1066 |
| 2026-02-28 | 2.1225 |
| 2026-03-07 | 2.0571 |
| 2026-03-14 | 2.0848 |
| 2026-03-21 | 2.0636 |
| 2026-03-28 | 2.0596 |
| 2026-04-04 | 2.0611 |
| 2026-04-11 | 2.0287 |
| 2026-04-18 | 2.0313 |
| 2026-04-25 | 2.0553 |
| 2026-05-02 | 2.0419 |
| 2026-05-09 | 2.0299 |
| 2026-05-17 | 2.0400 |
| 2026-05-25 | 2.0535 |
| 2026-06-01 | 2.0403 |
| 2026-06-10 | 2.0364 |
| 2026-06-17 | 2.0233 |
| 2026-06-24 | 2.0612 |
| 2026-07-01 | 2.0533 |
| 2026-07-08 | 2.0389 |
| 2026-07-15 | 2.0451 |
| 2026-07-22 | 2.0412 |
| 2026-07-29 | 2.0464 |
| 2026-08-05 | 2.0113 |
| 2026-08-12 | 2.0032 |
| 2026-08-20 | 1.9831 |
| 2026-08-27 | 1.9684 |
| 2026-09-03 | 1.9768 |
| 2026-09-10 | 1.9661 |
| 2026-09-17 | 1.9659 |
| 2026-09-24 | 1.9990 |
High
2.1484
Low
1.9659
Average
2.0619
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=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¤cies=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.