Skip to content

BSD to BDT exchange rate API

Bahamian Dollar to Taka · quoted 2026-09-26

122.9868

▲ +0.11% over 6M

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 6 months, BSD/BDT traded between 122.1728 and 123.8394, averaged 122.9634 and rose 0.11%. 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 6M

BSD/BDT over 6M: show the values
PointBSD/BDT
2026-03-30122.8474
2026-04-06122.4906
2026-04-13123.0382
2026-04-20122.5775
2026-04-27122.9609
2026-05-04122.7055
2026-05-11122.9528
2026-05-19122.7856
2026-05-27122.7605
2026-06-03122.7605
2026-06-12122.8555
2026-06-19122.7858
2026-06-26122.9113
2026-07-03123.2168
2026-07-10123.2079
2026-07-17123.3356
2026-07-24123.4309
2026-07-31123.2972
2026-08-07123.8394
2026-08-14122.7369
2026-08-22122.1728
2026-08-29123.2821
2026-09-05122.8947
2026-09-12123.3659
2026-09-19122.8258
2026-09-26122.9868

High

123.8394

Low

122.1728

Average

122.9634

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=BDT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=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&currencies=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.