Skip to content

PAB to BRL exchange rate API

Balboa to Brazilian Real · quoted 2026-09-25

5.1918

▼ +2.39% over 1Y

1 PAB = 5.1918 BRL · 1 BRL = 0.19261 PAB · Get this rate via the API

1 PAB buys 5.1918 BRL as of 2026-09-25, so 1 BRL buys 0.19261 PAB. Over the last year, PAB/BRL traded between 4.8981 and 5.5295, averaged 5.2130 and fell 2.39%. The API holds daily PAB/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/BRL over 1Y

PAB/BRL over 1Y: show the values
PointPAB/BRL
2025-09-255.3188
2025-10-025.3124
2025-10-095.3292
2025-10-165.4480
2025-10-235.3855
2025-10-305.3929
2025-11-065.3383
2025-11-135.2830
2025-11-205.3311
2025-11-275.3477
2025-12-045.3053
2025-12-125.4015
2025-12-195.5295
2025-12-265.5293
2026-01-025.4384
2026-01-095.3885
2026-01-165.3724
2026-01-235.2811
2026-01-305.2213
2026-02-065.2372
2026-02-135.2197
2026-02-205.2144
2026-02-275.1556
2026-03-065.2765
2026-03-135.2433
2026-03-205.2552
2026-03-275.2561
2026-04-035.1580
2026-04-105.0608
2026-04-174.9766
2026-04-245.0002
2026-05-014.9701
2026-05-084.8981
2026-05-165.0657
2026-05-245.0215
2026-05-315.0411
2026-06-095.1630
2026-06-165.0603
2026-06-235.1725
2026-06-305.1784
2026-07-075.1413
2026-07-145.1233
2026-07-215.0794
2026-07-285.1164
2026-08-045.0806
2026-08-115.1049
2026-08-185.2074
2026-08-265.1465
2026-09-025.1507
2026-09-095.0889
2026-09-165.1459
2026-09-235.1322

High

5.5295

Low

4.8981

Average

5.2130

For developers

Get this rate via the API

One GET request returns the PAB/BRL 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=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=BRL");
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=BRL").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/BRL API questions

How do I get the PAB/BRL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/BRL rate in rates.BRL.

How far back does PAB/BRL historical data go?

Daily PAB/BRL 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/BRL 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.