Skip to content

PAB to BDT exchange rate API

Balboa to Taka · quoted 2026-09-25

123.1614

▲ +0.65% over YTD

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 year to date, PAB/BDT traded between 122.0729 and 123.9159, averaged 122.7788 and rose 0.65%. 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 YTD

PAB/BDT over YTD: show the values
PointPAB/BDT
2025-12-31122.3685
2026-01-07122.2062
2026-01-14122.2794
2026-01-21122.3588
2026-01-28122.1156
2026-02-04122.0729
2026-02-11122.3508
2026-02-18122.1237
2026-02-25122.2340
2026-03-04122.3043
2026-03-11122.5308
2026-03-18122.6134
2026-03-25122.6513
2026-04-01122.8474
2026-04-08122.8450
2026-04-15122.9090
2026-04-22122.7927
2026-04-29122.8732
2026-05-06122.9153
2026-05-14122.7394
2026-05-21122.9201
2026-05-29122.5870
2026-06-05122.8047
2026-06-14122.8157
2026-06-21122.8397
2026-06-28123.0523
2026-07-05123.0134
2026-07-12123.2362
2026-07-19123.1847
2026-07-26123.4426
2026-08-02123.2970
2026-08-09123.9159
2026-08-16123.2345
2026-08-24122.5641
2026-08-31123.2953
2026-09-07122.8716
2026-09-14123.2554
2026-09-21122.7510

High

123.9159

Low

122.0729

Average

122.7788

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.