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: show the values
| Point | BBD/BDT |
|---|---|
| 2025-09-24 | 60.8537 |
| 2025-10-01 | 60.8710 |
| 2025-10-08 | 60.9014 |
| 2025-10-15 | 60.8206 |
| 2025-10-22 | 61.0771 |
| 2025-10-29 | 61.1561 |
| 2025-11-05 | 60.9535 |
| 2025-11-12 | 61.0590 |
| 2025-11-19 | 61.1555 |
| 2025-11-26 | 61.1247 |
| 2025-12-03 | 61.1280 |
| 2025-12-11 | 60.9769 |
| 2025-12-18 | 61.1177 |
| 2025-12-25 | 61.0872 |
| 2026-01-01 | 61.1667 |
| 2026-01-08 | 61.1088 |
| 2026-01-15 | 61.1586 |
| 2026-01-22 | 61.2099 |
| 2026-01-29 | 61.0943 |
| 2026-02-05 | 61.1441 |
| 2026-02-12 | 60.6560 |
| 2026-02-19 | 61.1596 |
| 2026-02-26 | 61.0080 |
| 2026-03-05 | 61.1473 |
| 2026-03-12 | 61.3266 |
| 2026-03-19 | 61.4987 |
| 2026-03-26 | 61.4219 |
| 2026-04-02 | 61.5018 |
| 2026-04-09 | 61.0287 |
| 2026-04-16 | 61.1160 |
| 2026-04-23 | 60.7970 |
| 2026-04-30 | 60.9095 |
| 2026-05-07 | 60.7546 |
| 2026-05-15 | 60.6653 |
| 2026-05-23 | 61.4635 |
| 2026-05-30 | 61.4444 |
| 2026-06-06 | 61.4552 |
| 2026-06-15 | 61.3988 |
| 2026-06-22 | 61.4040 |
| 2026-06-29 | 61.5364 |
| 2026-07-06 | 61.6498 |
| 2026-07-13 | 61.7302 |
| 2026-07-20 | 61.6446 |
| 2026-07-27 | 61.6922 |
| 2026-08-03 | 61.6703 |
| 2026-08-10 | 61.7719 |
| 2026-08-17 | 61.3221 |
| 2026-08-25 | 61.3730 |
| 2026-09-01 | 61.3707 |
| 2026-09-08 | 61.4333 |
| 2026-09-15 | 61.5587 |
| 2026-09-22 | 61.4352 |
High
61.7719
Low
60.6560
Average
61.2282
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.