Skip to content

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

PAB/UYU over YTD: show the values
PointPAB/UYU
2025-12-3139.2283
2026-01-0738.9381
2026-01-1438.8981
2026-01-2138.3661
2026-01-2837.6354
2026-02-0438.4052
2026-02-1138.3528
2026-02-1838.8069
2026-02-2538.6273
2026-03-0438.4269
2026-03-1140.3240
2026-03-1840.5537
2026-03-2540.6489
2026-04-0140.6445
2026-04-0840.2615
2026-04-1540.2385
2026-04-2239.7585
2026-04-2939.4679
2026-05-0640.2568
2026-05-1439.8261
2026-05-2140.3261
2026-05-2939.9247
2026-06-0540.3434
2026-06-1440.3281
2026-06-2140.0377
2026-06-2840.0442
2026-07-0540.1681
2026-07-1240.1809
2026-07-1940.1763
2026-07-2640.0777
2026-08-0240.2208
2026-08-0940.1412
2026-08-1640.2798
2026-08-2440.1353
2026-08-3140.4703
2026-09-0740.2528
2026-09-1440.1735
2026-09-2140.1820

High

40.6489

Low

37.6354

Average

39.7741

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=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&currencies=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.