PAB to BYN exchange rate API
Balboa to Belarussian Ruble · quoted 2026-09-25
3.0440
▲ +4.07% over YTD
1 PAB = 3.0440 BYN · 1 BYN = 0.32851 PAB · Get this rate via the API
1 PAB buys 3.0440 BYN as of 2026-09-25, so 1 BYN buys 0.32851 PAB. Over the year to date, PAB/BYN traded between 2.7385 and 3.0793, averaged 2.9035 and rose 4.07%. The API holds daily PAB/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/BYN over YTD: show the values
| Point | PAB/BYN |
|---|---|
| 2025-12-31 | 2.9249 |
| 2026-01-07 | 2.9404 |
| 2026-01-14 | 2.9094 |
| 2026-01-21 | 2.8780 |
| 2026-01-28 | 2.8392 |
| 2026-02-04 | 2.8649 |
| 2026-02-11 | 2.8798 |
| 2026-02-18 | 2.8549 |
| 2026-02-25 | 2.8638 |
| 2026-03-04 | 2.9081 |
| 2026-03-11 | 2.9446 |
| 2026-03-18 | 3.0269 |
| 2026-03-25 | 2.9608 |
| 2026-04-01 | 2.9720 |
| 2026-04-08 | 2.9296 |
| 2026-04-15 | 2.8516 |
| 2026-04-22 | 2.8279 |
| 2026-04-29 | 2.8219 |
| 2026-05-06 | 2.8303 |
| 2026-05-14 | 2.7950 |
| 2026-05-21 | 2.7409 |
| 2026-05-29 | 2.7385 |
| 2026-06-05 | 2.8182 |
| 2026-06-14 | 2.7667 |
| 2026-06-21 | 2.7760 |
| 2026-06-28 | 2.9040 |
| 2026-07-05 | 2.9026 |
| 2026-07-12 | 2.8619 |
| 2026-07-19 | 2.8907 |
| 2026-07-26 | 2.8699 |
| 2026-08-02 | 2.9011 |
| 2026-08-09 | 2.9691 |
| 2026-08-16 | 3.0376 |
| 2026-08-24 | 3.0071 |
| 2026-08-31 | 3.0501 |
| 2026-09-07 | 3.0793 |
| 2026-09-14 | 3.0386 |
| 2026-09-21 | 3.0172 |
High
3.0793
Low
2.7385
Average
2.9035
Get this rate via the API
One GET request returns the PAB/BYN 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=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BYN").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/BYN API questions
How do I get the PAB/BYN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/BYN rate in rates.BYN.
How far back does PAB/BYN historical data go?
Daily PAB/BYN 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/BYN 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.