Skip to content

BBD to BDT exchange rate API

Barbados Dollar to Taka · quoted 2026-09-24

61.5825

▲ +1.20% over 1Y

1 BBD = 61.5825 BDT · 1 BDT = 0.01624 BBD · Get this rate via the API

1 BBD buys 61.5825 BDT as of 2026-09-24, so 1 BDT buys 0.01624 BBD. Over the last year, BBD/BDT traded between 60.6560 and 61.7719, averaged 61.2282 and rose 1.20%. The API holds daily BBD/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/BDT over 1Y

BBD/BDT over 1Y: show the values
PointBBD/BDT
2025-09-2460.8537
2025-10-0160.8710
2025-10-0860.9014
2025-10-1560.8206
2025-10-2261.0771
2025-10-2961.1561
2025-11-0560.9535
2025-11-1261.0590
2025-11-1961.1555
2025-11-2661.1247
2025-12-0361.1280
2025-12-1160.9769
2025-12-1861.1177
2025-12-2561.0872
2026-01-0161.1667
2026-01-0861.1088
2026-01-1561.1586
2026-01-2261.2099
2026-01-2961.0943
2026-02-0561.1441
2026-02-1260.6560
2026-02-1961.1596
2026-02-2661.0080
2026-03-0561.1473
2026-03-1261.3266
2026-03-1961.4987
2026-03-2661.4219
2026-04-0261.5018
2026-04-0961.0287
2026-04-1661.1160
2026-04-2360.7970
2026-04-3060.9095
2026-05-0760.7546
2026-05-1560.6653
2026-05-2361.4635
2026-05-3061.4444
2026-06-0661.4552
2026-06-1561.3988
2026-06-2261.4040
2026-06-2961.5364
2026-07-0661.6498
2026-07-1361.7302
2026-07-2061.6446
2026-07-2761.6922
2026-08-0361.6703
2026-08-1061.7719
2026-08-1761.3221
2026-08-2561.3730
2026-09-0161.3707
2026-09-0861.4333
2026-09-1561.5587
2026-09-2261.4352

High

61.7719

Low

60.6560

Average

61.2282

For developers

Get this rate via the API

One GET request returns the BBD/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=BBD&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=BDT").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/BDT API questions

How do I get the BBD/BDT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/BDT rate in rates.BDT.

How far back does BBD/BDT historical data go?

Daily BBD/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 BBD/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.