Skip to content

USD to BDT exchange rate API

US Dollar to Taka · quoted 2026-09-25

123.1650

▲ +1.18% over 1Y

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 year, USD/BDT traded between 121.6978 and 123.8394, averaged 122.6059 and rose 1.18%. 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 1Y

USD/BDT over 1Y: show the values
PointUSD/BDT
2025-09-25121.7275
2025-10-02121.6978
2025-10-09121.7730
2025-10-16121.7555
2025-10-23122.3677
2025-10-30122.2728
2025-11-06122.0060
2025-11-13122.1748
2025-11-20122.4287
2025-11-27122.2830
2025-12-04122.3447
2025-12-11121.9539
2025-12-18122.2355
2025-12-25122.1745
2026-01-01122.3333
2026-01-08122.2175
2026-01-15122.3172
2026-01-22122.4197
2026-01-29122.1887
2026-02-05122.2883
2026-02-12122.4444
2026-02-19122.3193
2026-02-26122.0160
2026-03-05122.2946
2026-03-12122.6532
2026-03-19122.9974
2026-03-26122.8437
2026-04-02123.0036
2026-04-09122.8399
2026-04-16122.7802
2026-04-23122.8752
2026-04-30122.7180
2026-05-07122.7912
2026-05-14122.7394
2026-05-21122.9201
2026-05-28122.7967
2026-06-04122.7480
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-21122.2739
2026-08-28123.1832
2026-09-04122.9135
2026-09-11123.4178
2026-09-18122.8028

High

123.8394

Low

121.6978

Average

122.6059

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.