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: show the values
| Point | PAB/BDT |
|---|---|
| 2025-09-25 | 121.7275 |
| 2025-10-02 | 121.6978 |
| 2025-10-09 | 121.7730 |
| 2025-10-16 | 121.7555 |
| 2025-10-23 | 122.3677 |
| 2025-10-30 | 122.2728 |
| 2025-11-06 | 122.0060 |
| 2025-11-13 | 122.1748 |
| 2025-11-20 | 122.4287 |
| 2025-11-27 | 122.2830 |
| 2025-12-04 | 122.3447 |
| 2025-12-12 | 122.1239 |
| 2025-12-19 | 122.2676 |
| 2025-12-26 | 122.1766 |
| 2026-01-02 | 122.3191 |
| 2026-01-09 | 122.2705 |
| 2026-01-16 | 122.3514 |
| 2026-01-23 | 122.2833 |
| 2026-01-30 | 122.2632 |
| 2026-02-06 | 122.3458 |
| 2026-02-13 | 122.3314 |
| 2026-02-20 | 122.2427 |
| 2026-02-27 | 122.2466 |
| 2026-03-06 | 122.2760 |
| 2026-03-13 | 122.8364 |
| 2026-03-20 | 122.5100 |
| 2026-03-27 | 122.6192 |
| 2026-04-03 | 122.5297 |
| 2026-04-10 | 122.9036 |
| 2026-04-17 | 122.9148 |
| 2026-04-24 | 122.7073 |
| 2026-05-01 | 122.7006 |
| 2026-05-08 | 122.4920 |
| 2026-05-16 | 122.7682 |
| 2026-05-24 | 122.7609 |
| 2026-05-31 | 122.7975 |
| 2026-06-09 | 122.7767 |
| 2026-06-16 | 122.8138 |
| 2026-06-23 | 122.8935 |
| 2026-06-30 | 123.1427 |
| 2026-07-07 | 123.1583 |
| 2026-07-14 | 123.3838 |
| 2026-07-21 | 123.4270 |
| 2026-07-28 | 123.5611 |
| 2026-08-04 | 123.7099 |
| 2026-08-11 | 123.5504 |
| 2026-08-18 | 122.3789 |
| 2026-08-26 | 122.8204 |
| 2026-09-02 | 122.7116 |
| 2026-09-09 | 122.9149 |
| 2026-09-16 | 123.1444 |
| 2026-09-23 | 122.9262 |
High
123.7099
Low
121.6978
Average
122.5914
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.