Skip to content

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

PAB/BYN over 1Y: show the values
PointPAB/BYN
2025-09-253.3863
2025-10-023.3896
2025-10-093.3994
2025-10-163.4057
2025-10-233.4064
2025-10-303.4069
2025-11-063.4067
2025-11-133.4109
2025-11-203.4148
2025-11-273.4156
2025-12-042.9070
2025-12-122.9386
2025-12-192.9324
2025-12-262.9150
2026-01-022.9363
2026-01-092.9418
2026-01-162.8948
2026-01-232.8255
2026-01-302.8351
2026-02-062.8682
2026-02-132.8642
2026-02-202.8615
2026-02-272.8913
2026-03-062.9358
2026-03-132.9588
2026-03-203.0466
2026-03-272.9814
2026-04-032.9599
2026-04-102.8882
2026-04-172.8448
2026-04-242.8269
2026-05-012.8220
2026-05-082.8135
2026-05-162.7800
2026-05-242.7443
2026-05-312.7401
2026-06-092.7844
2026-06-162.7703
2026-06-232.8082
2026-06-302.9153
2026-07-072.8766
2026-07-142.8715
2026-07-212.8919
2026-07-282.8705
2026-08-042.9430
2026-08-112.9702
2026-08-183.0432
2026-08-263.0154
2026-09-023.0956
2026-09-093.0685
2026-09-163.0347
2026-09-233.0357

High

3.4156

Low

2.7401

Average

3.0007

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=BYN");
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=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&currencies=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.