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: show the values
| Point | PAB/BRL |
|---|---|
| 2025-09-25 | 5.3188 |
| 2025-10-02 | 5.3124 |
| 2025-10-09 | 5.3292 |
| 2025-10-16 | 5.4480 |
| 2025-10-23 | 5.3855 |
| 2025-10-30 | 5.3929 |
| 2025-11-06 | 5.3383 |
| 2025-11-13 | 5.2830 |
| 2025-11-20 | 5.3311 |
| 2025-11-27 | 5.3477 |
| 2025-12-04 | 5.3053 |
| 2025-12-12 | 5.4015 |
| 2025-12-19 | 5.5295 |
| 2025-12-26 | 5.5293 |
| 2026-01-02 | 5.4384 |
| 2026-01-09 | 5.3885 |
| 2026-01-16 | 5.3724 |
| 2026-01-23 | 5.2811 |
| 2026-01-30 | 5.2213 |
| 2026-02-06 | 5.2372 |
| 2026-02-13 | 5.2197 |
| 2026-02-20 | 5.2144 |
| 2026-02-27 | 5.1556 |
| 2026-03-06 | 5.2765 |
| 2026-03-13 | 5.2433 |
| 2026-03-20 | 5.2552 |
| 2026-03-27 | 5.2561 |
| 2026-04-03 | 5.1580 |
| 2026-04-10 | 5.0608 |
| 2026-04-17 | 4.9766 |
| 2026-04-24 | 5.0002 |
| 2026-05-01 | 4.9701 |
| 2026-05-08 | 4.8981 |
| 2026-05-16 | 5.0657 |
| 2026-05-24 | 5.0215 |
| 2026-05-31 | 5.0411 |
| 2026-06-09 | 5.1630 |
| 2026-06-16 | 5.0603 |
| 2026-06-23 | 5.1725 |
| 2026-06-30 | 5.1784 |
| 2026-07-07 | 5.1413 |
| 2026-07-14 | 5.1233 |
| 2026-07-21 | 5.0794 |
| 2026-07-28 | 5.1164 |
| 2026-08-04 | 5.0806 |
| 2026-08-11 | 5.1049 |
| 2026-08-18 | 5.2074 |
| 2026-08-26 | 5.1465 |
| 2026-09-02 | 5.1507 |
| 2026-09-09 | 5.0889 |
| 2026-09-16 | 5.1459 |
| 2026-09-23 | 5.1322 |
High
5.5295
Low
4.8981
Average
5.2130
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.