Skip to content

PAB to BDT exchange rate API

Balboa to Taka · quoted 2026-09-25

123.1614

▲ +0.28% over 30D

1 PAB = 123.1614 BDT · 1 BDT = 0.008119 PAB · Get this rate via the API

1 PAB buys 123.1614 BDT as of 2026-09-25, so 1 BDT buys 0.008119 PAB. Over the last 30 days, PAB/BDT traded between 122.7116 and 123.4178, averaged 123.0507 and rose 0.28%. The API holds daily PAB/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/BDT over 30D

PAB/BDT over 30D: show the values
PointPAB/BDT
2026-08-26122.8204
2026-08-27123.1368
2026-08-28123.1832
2026-08-29123.2821
2026-08-30123.2014
2026-08-31123.2953
2026-09-01122.7415
2026-09-02122.7116
2026-09-03122.7524
2026-09-04122.9135
2026-09-05122.8947
2026-09-06123.4152
2026-09-07122.8716
2026-09-08122.8667
2026-09-09122.9149
2026-09-10123.2331
2026-09-11123.4178
2026-09-12123.3659
2026-09-13122.9882
2026-09-14123.2554
2026-09-15123.1174
2026-09-16123.1444
2026-09-17123.2433
2026-09-18122.8238
2026-09-19122.8258
2026-09-20123.2871
2026-09-21122.7510
2026-09-22122.8703
2026-09-23122.9262
2026-09-24123.1389
2026-09-25123.0704

High

123.4178

Low

122.7116

Average

123.0507

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/BDT API questions

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

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

How far back does PAB/BDT historical data go?

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