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: show the values
| Point | USD/BDT |
|---|---|
| 2025-09-25 | 121.7275 |
| 2025-10-02 | 121.6978 |
| 2025-10-09 | 121.7730 |
| 2025-10-16 | 121.7555 |
| 2025-10-23 | 122.3677 |
| 2025-10-30 | 122.2728 |
| 2025-11-06 | 122.0060 |
| 2025-11-13 | 122.1748 |
| 2025-11-20 | 122.4287 |
| 2025-11-27 | 122.2830 |
| 2025-12-04 | 122.3447 |
| 2025-12-11 | 121.9539 |
| 2025-12-18 | 122.2355 |
| 2025-12-25 | 122.1745 |
| 2026-01-01 | 122.3333 |
| 2026-01-08 | 122.2175 |
| 2026-01-15 | 122.3172 |
| 2026-01-22 | 122.4197 |
| 2026-01-29 | 122.1887 |
| 2026-02-05 | 122.2883 |
| 2026-02-12 | 122.4444 |
| 2026-02-19 | 122.3193 |
| 2026-02-26 | 122.0160 |
| 2026-03-05 | 122.2946 |
| 2026-03-12 | 122.6532 |
| 2026-03-19 | 122.9974 |
| 2026-03-26 | 122.8437 |
| 2026-04-02 | 123.0036 |
| 2026-04-09 | 122.8399 |
| 2026-04-16 | 122.7802 |
| 2026-04-23 | 122.8752 |
| 2026-04-30 | 122.7180 |
| 2026-05-07 | 122.7912 |
| 2026-05-14 | 122.7394 |
| 2026-05-21 | 122.9201 |
| 2026-05-28 | 122.7967 |
| 2026-06-04 | 122.7480 |
| 2026-06-12 | 122.8555 |
| 2026-06-19 | 122.7858 |
| 2026-06-26 | 122.9113 |
| 2026-07-03 | 123.2168 |
| 2026-07-10 | 123.2079 |
| 2026-07-17 | 123.3356 |
| 2026-07-24 | 123.4309 |
| 2026-07-31 | 123.2972 |
| 2026-08-07 | 123.8394 |
| 2026-08-14 | 122.7369 |
| 2026-08-21 | 122.2739 |
| 2026-08-28 | 123.1832 |
| 2026-09-04 | 122.9135 |
| 2026-09-11 | 123.4178 |
| 2026-09-18 | 122.8028 |
High
123.8394
Low
121.6978
Average
122.6059
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.