PAB to UYU exchange rate API
Balboa to Peso Uruguayo · quoted 2026-09-25
40.0605
▼ +0.26% over 30D
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 30 days, PAB/UYU traded between 40.0605 and 40.4703, averaged 40.2245 and fell 0.26%. 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 30D: show the values
| Point | PAB/UYU |
|---|---|
| 2026-08-26 | 40.1630 |
| 2026-08-27 | 40.2082 |
| 2026-08-28 | 40.1507 |
| 2026-08-29 | 40.2752 |
| 2026-08-30 | 40.2792 |
| 2026-08-31 | 40.4703 |
| 2026-09-01 | 40.2439 |
| 2026-09-02 | 40.3291 |
| 2026-09-03 | 40.2110 |
| 2026-09-04 | 40.1714 |
| 2026-09-05 | 40.2462 |
| 2026-09-06 | 40.2336 |
| 2026-09-07 | 40.2528 |
| 2026-09-08 | 40.2414 |
| 2026-09-09 | 40.2008 |
| 2026-09-10 | 40.2357 |
| 2026-09-11 | 40.2748 |
| 2026-09-12 | 40.2053 |
| 2026-09-13 | 40.3055 |
| 2026-09-14 | 40.1735 |
| 2026-09-15 | 40.1797 |
| 2026-09-16 | 40.1683 |
| 2026-09-17 | 40.4401 |
| 2026-09-18 | 40.2074 |
| 2026-09-19 | 40.2045 |
| 2026-09-20 | 40.1449 |
| 2026-09-21 | 40.1820 |
| 2026-09-22 | 40.2179 |
| 2026-09-23 | 40.2222 |
| 2026-09-24 | 40.2244 |
| 2026-09-25 | 40.0605 |
High
40.4703
Low
40.0605
Average
40.2245
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.