Skip to content

PAB to BDT exchange rate API

Balboa to Taka · quoted 2026-09-25

123.1614

▲ +1.18% over 1Y

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 year, PAB/BDT traded between 121.6978 and 123.7099, averaged 122.5914 and rose 1.18%. 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 1Y

PAB/BDT over 1Y: show the values
PointPAB/BDT
2025-09-25121.7275
2025-10-02121.6978
2025-10-09121.7730
2025-10-16121.7555
2025-10-23122.3677
2025-10-30122.2728
2025-11-06122.0060
2025-11-13122.1748
2025-11-20122.4287
2025-11-27122.2830
2025-12-04122.3447
2025-12-12122.1239
2025-12-19122.2676
2025-12-26122.1766
2026-01-02122.3191
2026-01-09122.2705
2026-01-16122.3514
2026-01-23122.2833
2026-01-30122.2632
2026-02-06122.3458
2026-02-13122.3314
2026-02-20122.2427
2026-02-27122.2466
2026-03-06122.2760
2026-03-13122.8364
2026-03-20122.5100
2026-03-27122.6192
2026-04-03122.5297
2026-04-10122.9036
2026-04-17122.9148
2026-04-24122.7073
2026-05-01122.7006
2026-05-08122.4920
2026-05-16122.7682
2026-05-24122.7609
2026-05-31122.7975
2026-06-09122.7767
2026-06-16122.8138
2026-06-23122.8935
2026-06-30123.1427
2026-07-07123.1583
2026-07-14123.3838
2026-07-21123.4270
2026-07-28123.5611
2026-08-04123.7099
2026-08-11123.5504
2026-08-18122.3789
2026-08-26122.8204
2026-09-02122.7116
2026-09-09122.9149
2026-09-16123.1444
2026-09-23122.9262

High

123.7099

Low

121.6978

Average

122.5914

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.