PAB to UYU exchange rate API
Balboa to Peso Uruguayo · quoted 2026-09-25
40.0605
▲ +0.38% over 1Y
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 last year, PAB/UYU traded between 37.8708 and 40.6200, averaged 39.7545 and rose 0.38%. 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 1Y: show the values
| Point | PAB/UYU |
|---|---|
| 2025-09-25 | 39.9074 |
| 2025-10-02 | 39.8656 |
| 2025-10-09 | 39.9046 |
| 2025-10-16 | 40.1553 |
| 2025-10-23 | 39.7478 |
| 2025-10-30 | 39.8974 |
| 2025-11-06 | 39.8283 |
| 2025-11-13 | 39.7669 |
| 2025-11-20 | 39.8365 |
| 2025-11-27 | 39.7553 |
| 2025-12-04 | 39.1794 |
| 2025-12-12 | 39.2898 |
| 2025-12-19 | 39.1845 |
| 2025-12-26 | 39.1887 |
| 2026-01-02 | 39.0620 |
| 2026-01-09 | 39.0401 |
| 2026-01-16 | 38.7033 |
| 2026-01-23 | 37.8708 |
| 2026-01-30 | 38.4175 |
| 2026-02-06 | 38.6200 |
| 2026-02-13 | 38.4079 |
| 2026-02-20 | 38.6561 |
| 2026-02-27 | 38.3344 |
| 2026-03-06 | 39.3435 |
| 2026-03-13 | 40.1237 |
| 2026-03-20 | 40.2892 |
| 2026-03-27 | 40.4905 |
| 2026-04-03 | 40.4203 |
| 2026-04-10 | 40.5878 |
| 2026-04-17 | 39.9151 |
| 2026-04-24 | 39.5478 |
| 2026-05-01 | 39.8815 |
| 2026-05-08 | 39.9864 |
| 2026-05-16 | 39.8082 |
| 2026-05-24 | 39.9338 |
| 2026-05-31 | 40.0810 |
| 2026-06-09 | 40.2608 |
| 2026-06-16 | 40.6200 |
| 2026-06-23 | 40.0022 |
| 2026-06-30 | 40.1953 |
| 2026-07-07 | 40.1624 |
| 2026-07-14 | 40.3442 |
| 2026-07-21 | 40.2941 |
| 2026-07-28 | 40.2304 |
| 2026-08-04 | 40.2866 |
| 2026-08-11 | 40.3141 |
| 2026-08-18 | 40.1041 |
| 2026-08-26 | 40.1630 |
| 2026-09-02 | 40.3291 |
| 2026-09-09 | 40.2008 |
| 2026-09-16 | 40.1683 |
| 2026-09-23 | 40.2222 |
High
40.6200
Low
37.8708
Average
39.7545
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.