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: show the values
| Point | PAB/BDT |
|---|---|
| 2026-08-26 | 122.8204 |
| 2026-08-27 | 123.1368 |
| 2026-08-28 | 123.1832 |
| 2026-08-29 | 123.2821 |
| 2026-08-30 | 123.2014 |
| 2026-08-31 | 123.2953 |
| 2026-09-01 | 122.7415 |
| 2026-09-02 | 122.7116 |
| 2026-09-03 | 122.7524 |
| 2026-09-04 | 122.9135 |
| 2026-09-05 | 122.8947 |
| 2026-09-06 | 123.4152 |
| 2026-09-07 | 122.8716 |
| 2026-09-08 | 122.8667 |
| 2026-09-09 | 122.9149 |
| 2026-09-10 | 123.2331 |
| 2026-09-11 | 123.4178 |
| 2026-09-12 | 123.3659 |
| 2026-09-13 | 122.9882 |
| 2026-09-14 | 123.2554 |
| 2026-09-15 | 123.1174 |
| 2026-09-16 | 123.1444 |
| 2026-09-17 | 123.2433 |
| 2026-09-18 | 122.8238 |
| 2026-09-19 | 122.8258 |
| 2026-09-20 | 123.2871 |
| 2026-09-21 | 122.7510 |
| 2026-09-22 | 122.8703 |
| 2026-09-23 | 122.9262 |
| 2026-09-24 | 123.1389 |
| 2026-09-25 | 123.0704 |
High
123.4178
Low
122.7116
Average
123.0507
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.