PAB to BYN exchange rate API
Balboa to Belarussian Ruble · quoted 2026-09-25
3.0440
▼ +10.11% over 1Y
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 last year, PAB/BYN traded between 2.7401 and 3.4156, averaged 3.0007 and fell 10.11%. 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 1Y: show the values
| Point | PAB/BYN |
|---|---|
| 2025-09-25 | 3.3863 |
| 2025-10-02 | 3.3896 |
| 2025-10-09 | 3.3994 |
| 2025-10-16 | 3.4057 |
| 2025-10-23 | 3.4064 |
| 2025-10-30 | 3.4069 |
| 2025-11-06 | 3.4067 |
| 2025-11-13 | 3.4109 |
| 2025-11-20 | 3.4148 |
| 2025-11-27 | 3.4156 |
| 2025-12-04 | 2.9070 |
| 2025-12-12 | 2.9386 |
| 2025-12-19 | 2.9324 |
| 2025-12-26 | 2.9150 |
| 2026-01-02 | 2.9363 |
| 2026-01-09 | 2.9418 |
| 2026-01-16 | 2.8948 |
| 2026-01-23 | 2.8255 |
| 2026-01-30 | 2.8351 |
| 2026-02-06 | 2.8682 |
| 2026-02-13 | 2.8642 |
| 2026-02-20 | 2.8615 |
| 2026-02-27 | 2.8913 |
| 2026-03-06 | 2.9358 |
| 2026-03-13 | 2.9588 |
| 2026-03-20 | 3.0466 |
| 2026-03-27 | 2.9814 |
| 2026-04-03 | 2.9599 |
| 2026-04-10 | 2.8882 |
| 2026-04-17 | 2.8448 |
| 2026-04-24 | 2.8269 |
| 2026-05-01 | 2.8220 |
| 2026-05-08 | 2.8135 |
| 2026-05-16 | 2.7800 |
| 2026-05-24 | 2.7443 |
| 2026-05-31 | 2.7401 |
| 2026-06-09 | 2.7844 |
| 2026-06-16 | 2.7703 |
| 2026-06-23 | 2.8082 |
| 2026-06-30 | 2.9153 |
| 2026-07-07 | 2.8766 |
| 2026-07-14 | 2.8715 |
| 2026-07-21 | 2.8919 |
| 2026-07-28 | 2.8705 |
| 2026-08-04 | 2.9430 |
| 2026-08-11 | 2.9702 |
| 2026-08-18 | 3.0432 |
| 2026-08-26 | 3.0154 |
| 2026-09-02 | 3.0956 |
| 2026-09-09 | 3.0685 |
| 2026-09-16 | 3.0347 |
| 2026-09-23 | 3.0357 |
High
3.4156
Low
2.7401
Average
3.0007
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.