Skip to content

PAB to UYU exchange rate API

Balboa to Peso Uruguayo · quoted 2026-09-25

40.0605

▼ +1.01% over 6M

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 6 months, PAB/UYU traded between 39.6138 and 40.4697, averaged 40.1147 and fell 1.01%. 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 6M

PAB/UYU over 6M: show the values
PointPAB/UYU
2026-03-2940.4697
2026-04-0540.3513
2026-04-1240.3483
2026-04-1939.7796
2026-04-2639.6138
2026-05-0339.8815
2026-05-1039.8844
2026-05-1840.0549
2026-05-2639.9380
2026-06-0240.1987
2026-06-1140.4097
2026-06-1840.3462
2026-06-2539.8446
2026-07-0240.2000
2026-07-0940.2056
2026-07-1640.0629
2026-07-2340.0818
2026-07-3040.0816
2026-08-0640.1682
2026-08-1340.1253
2026-08-2140.1248
2026-08-2840.1507
2026-09-0440.1714
2026-09-1140.2748
2026-09-1840.2074
2026-09-2540.0605

High

40.4697

Low

39.6138

Average

40.1147

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.