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: show the values
| Point | PAB/BDT |
|---|---|
| 2025-12-31 | 122.3685 |
| 2026-01-07 | 122.2062 |
| 2026-01-14 | 122.2794 |
| 2026-01-21 | 122.3588 |
| 2026-01-28 | 122.1156 |
| 2026-02-04 | 122.0729 |
| 2026-02-11 | 122.3508 |
| 2026-02-18 | 122.1237 |
| 2026-02-25 | 122.2340 |
| 2026-03-04 | 122.3043 |
| 2026-03-11 | 122.5308 |
| 2026-03-18 | 122.6134 |
| 2026-03-25 | 122.6513 |
| 2026-04-01 | 122.8474 |
| 2026-04-08 | 122.8450 |
| 2026-04-15 | 122.9090 |
| 2026-04-22 | 122.7927 |
| 2026-04-29 | 122.8732 |
| 2026-05-06 | 122.9153 |
| 2026-05-14 | 122.7394 |
| 2026-05-21 | 122.9201 |
| 2026-05-29 | 122.5870 |
| 2026-06-05 | 122.8047 |
| 2026-06-14 | 122.8157 |
| 2026-06-21 | 122.8397 |
| 2026-06-28 | 123.0523 |
| 2026-07-05 | 123.0134 |
| 2026-07-12 | 123.2362 |
| 2026-07-19 | 123.1847 |
| 2026-07-26 | 123.4426 |
| 2026-08-02 | 123.2970 |
| 2026-08-09 | 123.9159 |
| 2026-08-16 | 123.2345 |
| 2026-08-24 | 122.5641 |
| 2026-08-31 | 123.2953 |
| 2026-09-07 | 122.8716 |
| 2026-09-14 | 123.2554 |
| 2026-09-21 | 122.7510 |
High
123.9159
Low
122.0729
Average
122.7788
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.