Skip to content

USD to BDT exchange rate API

US Dollar to Taka · quoted 2026-09-25

123.1650

▲ +44.00% over 5Y

1 USD = 123.1650 BDT · 1 BDT = 0.008119 USD · Get this rate via the API

1 USD buys 123.1650 BDT as of 2026-09-25, so 1 BDT buys 0.008119 USD. Over the last 5 years, USD/BDT traded between 85.5318 and 123.1650, averaged 111.9699 and rose 44.00%. The API holds daily USD/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/BDT over 5Y

USD/BDT over 5Y: show the values
PointUSD/BDT
2021-09-2785.5318
2021-11-0885.7075
2021-12-2085.7742
2022-02-0185.9942
2022-03-1585.9981
2022-04-2986.7179
2022-06-1592.9748
2022-07-2794.7507
2022-09-0795.0331
2022-10-19105.8624
2022-11-30101.7778
2023-01-12104.2335
2023-02-23107.0425
2023-04-11106.2801
2023-05-26107.1735
2023-07-10108.5854
2023-08-21109.4456
2023-10-02110.2831
2023-11-13110.7582
2023-12-27109.7741
2024-02-08109.6991
2024-03-21109.7832
2024-05-08109.7683
2024-06-24117.5211
2024-08-05117.4894
2024-09-15119.0943
2024-10-22119.6198
2024-11-21119.4871
2024-12-21119.4801
2025-01-20121.6821
2025-02-19121.5122
2025-03-21121.4852
2025-04-20121.8139
2025-05-20121.6847
2025-06-19122.3128
2025-07-19121.3777
2025-08-18121.4433
2025-09-17121.5253
2025-10-17121.6824
2025-11-16122.2792
2025-12-16122.1844
2026-01-15122.3172
2026-02-14122.2928
2026-03-16122.7232
2026-04-15122.9752
2026-05-15122.7474
2026-06-15122.7976
2026-07-15123.0976
2026-08-14122.7369
2026-09-13122.9882

High

123.1650

Low

85.5318

Average

111.9699

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/BDT API questions

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

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

How far back does USD/BDT historical data go?

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