BSD to BDT exchange rate API
Bahamian Dollar to Taka · quoted 2026-09-26
122.9868
▲ +0.93% over 1Y
1 BSD = 122.9868 BDT · 1 BDT = 0.008131 BSD · Get this rate via the API
1 BSD buys 122.9868 BDT as of 2026-09-26, so 1 BDT buys 0.008131 BSD. Over the last year, BSD/BDT traded between 121.6745 and 123.7123, averaged 122.6200 and rose 0.93%. The API holds daily BSD/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/BDT over 1Y: show the values
| Point | BSD/BDT |
|---|---|
| 2025-09-26 | 121.8505 |
| 2025-10-03 | 121.6745 |
| 2025-10-10 | 121.9390 |
| 2025-10-17 | 121.6824 |
| 2025-10-24 | 122.3814 |
| 2025-10-31 | 122.2157 |
| 2025-11-07 | 122.0141 |
| 2025-11-14 | 122.1637 |
| 2025-11-21 | 122.5933 |
| 2025-11-28 | 122.2247 |
| 2025-12-05 | 122.3312 |
| 2025-12-13 | 122.2212 |
| 2025-12-20 | 122.2906 |
| 2025-12-27 | 122.2062 |
| 2026-01-03 | 122.2761 |
| 2026-01-10 | 122.2047 |
| 2026-01-17 | 122.3584 |
| 2026-01-24 | 122.3718 |
| 2026-01-31 | 122.5962 |
| 2026-02-07 | 122.2886 |
| 2026-02-14 | 122.2928 |
| 2026-02-21 | 122.3541 |
| 2026-02-28 | 122.3438 |
| 2026-03-07 | 122.3054 |
| 2026-03-14 | 122.7939 |
| 2026-03-21 | 122.6841 |
| 2026-03-28 | 122.6983 |
| 2026-04-04 | 122.9493 |
| 2026-04-11 | 122.8550 |
| 2026-04-18 | 122.9388 |
| 2026-04-25 | 122.8775 |
| 2026-05-02 | 122.6974 |
| 2026-05-09 | 122.7049 |
| 2026-05-17 | 122.7681 |
| 2026-05-25 | 122.6152 |
| 2026-06-01 | 122.7187 |
| 2026-06-10 | 122.8147 |
| 2026-06-17 | 122.7483 |
| 2026-06-24 | 122.9912 |
| 2026-07-01 | 123.1417 |
| 2026-07-08 | 123.3660 |
| 2026-07-15 | 123.0976 |
| 2026-07-22 | 123.4619 |
| 2026-07-29 | 123.3424 |
| 2026-08-05 | 123.7123 |
| 2026-08-12 | 123.2898 |
| 2026-08-20 | 121.9217 |
| 2026-08-27 | 123.1368 |
| 2026-09-03 | 122.7524 |
| 2026-09-10 | 123.2331 |
| 2026-09-17 | 123.2433 |
| 2026-09-24 | 123.1389 |
High
123.7123
Low
121.6745
Average
122.6200
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/BDT API questions
How do I get the BSD/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/BDT rate in rates.BDT.
How far back does BSD/BDT historical data go?
Daily BSD/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 BSD/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.