BSD to BDT exchange rate API
Bahamian Dollar to Taka · quoted 2026-09-26
122.9868
▼ +0.12% over 30D
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 30 days, BSD/BDT traded between 122.7116 and 123.4178, averaged 123.0504 and fell 0.12%. 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 30D: show the values
| Point | BSD/BDT |
|---|---|
| 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.8243 |
| 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 |
| 2026-09-26 | 122.9868 |
High
123.4178
Low
122.7116
Average
123.0504
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.