Skip to content

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

BSD/BDT over 1Y: show the values
PointBSD/BDT
2025-09-26121.8505
2025-10-03121.6745
2025-10-10121.9390
2025-10-17121.6824
2025-10-24122.3814
2025-10-31122.2157
2025-11-07122.0141
2025-11-14122.1637
2025-11-21122.5933
2025-11-28122.2247
2025-12-05122.3312
2025-12-13122.2212
2025-12-20122.2906
2025-12-27122.2062
2026-01-03122.2761
2026-01-10122.2047
2026-01-17122.3584
2026-01-24122.3718
2026-01-31122.5962
2026-02-07122.2886
2026-02-14122.2928
2026-02-21122.3541
2026-02-28122.3438
2026-03-07122.3054
2026-03-14122.7939
2026-03-21122.6841
2026-03-28122.6983
2026-04-04122.9493
2026-04-11122.8550
2026-04-18122.9388
2026-04-25122.8775
2026-05-02122.6974
2026-05-09122.7049
2026-05-17122.7681
2026-05-25122.6152
2026-06-01122.7187
2026-06-10122.8147
2026-06-17122.7483
2026-06-24122.9912
2026-07-01123.1417
2026-07-08123.3660
2026-07-15123.0976
2026-07-22123.4619
2026-07-29123.3424
2026-08-05123.7123
2026-08-12123.2898
2026-08-20121.9217
2026-08-27123.1368
2026-09-03122.7524
2026-09-10123.2331
2026-09-17123.2433
2026-09-24123.1389

High

123.7123

Low

121.6745

Average

122.6200

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.