PAB to UYU exchange rate API
Balboa to Peso Uruguayo · quoted 2026-09-25
40.0605
▲ +2.12% over YTD
1 PAB = 40.0605 UYU · 1 UYU = 0.02496 PAB · Get this rate via the API
1 PAB buys 40.0605 UYU as of 2026-09-25, so 1 UYU buys 0.02496 PAB. Over the year to date, PAB/UYU traded between 37.6354 and 40.6489, averaged 39.7741 and rose 2.12%. The API holds daily PAB/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/UYU over YTD: show the values
| Point | PAB/UYU |
|---|---|
| 2025-12-31 | 39.2283 |
| 2026-01-07 | 38.9381 |
| 2026-01-14 | 38.8981 |
| 2026-01-21 | 38.3661 |
| 2026-01-28 | 37.6354 |
| 2026-02-04 | 38.4052 |
| 2026-02-11 | 38.3528 |
| 2026-02-18 | 38.8069 |
| 2026-02-25 | 38.6273 |
| 2026-03-04 | 38.4269 |
| 2026-03-11 | 40.3240 |
| 2026-03-18 | 40.5537 |
| 2026-03-25 | 40.6489 |
| 2026-04-01 | 40.6445 |
| 2026-04-08 | 40.2615 |
| 2026-04-15 | 40.2385 |
| 2026-04-22 | 39.7585 |
| 2026-04-29 | 39.4679 |
| 2026-05-06 | 40.2568 |
| 2026-05-14 | 39.8261 |
| 2026-05-21 | 40.3261 |
| 2026-05-29 | 39.9247 |
| 2026-06-05 | 40.3434 |
| 2026-06-14 | 40.3281 |
| 2026-06-21 | 40.0377 |
| 2026-06-28 | 40.0442 |
| 2026-07-05 | 40.1681 |
| 2026-07-12 | 40.1809 |
| 2026-07-19 | 40.1763 |
| 2026-07-26 | 40.0777 |
| 2026-08-02 | 40.2208 |
| 2026-08-09 | 40.1412 |
| 2026-08-16 | 40.2798 |
| 2026-08-24 | 40.1353 |
| 2026-08-31 | 40.4703 |
| 2026-09-07 | 40.2528 |
| 2026-09-14 | 40.1735 |
| 2026-09-21 | 40.1820 |
High
40.6489
Low
37.6354
Average
39.7741
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/UYU API questions
How do I get the PAB/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/UYU rate in rates.UYU.
How far back does PAB/UYU historical data go?
Daily PAB/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 PAB/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.