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: show the values
| Point | USD/BDT |
|---|---|
| 2021-09-27 | 85.5318 |
| 2021-11-08 | 85.7075 |
| 2021-12-20 | 85.7742 |
| 2022-02-01 | 85.9942 |
| 2022-03-15 | 85.9981 |
| 2022-04-29 | 86.7179 |
| 2022-06-15 | 92.9748 |
| 2022-07-27 | 94.7507 |
| 2022-09-07 | 95.0331 |
| 2022-10-19 | 105.8624 |
| 2022-11-30 | 101.7778 |
| 2023-01-12 | 104.2335 |
| 2023-02-23 | 107.0425 |
| 2023-04-11 | 106.2801 |
| 2023-05-26 | 107.1735 |
| 2023-07-10 | 108.5854 |
| 2023-08-21 | 109.4456 |
| 2023-10-02 | 110.2831 |
| 2023-11-13 | 110.7582 |
| 2023-12-27 | 109.7741 |
| 2024-02-08 | 109.6991 |
| 2024-03-21 | 109.7832 |
| 2024-05-08 | 109.7683 |
| 2024-06-24 | 117.5211 |
| 2024-08-05 | 117.4894 |
| 2024-09-15 | 119.0943 |
| 2024-10-22 | 119.6198 |
| 2024-11-21 | 119.4871 |
| 2024-12-21 | 119.4801 |
| 2025-01-20 | 121.6821 |
| 2025-02-19 | 121.5122 |
| 2025-03-21 | 121.4852 |
| 2025-04-20 | 121.8139 |
| 2025-05-20 | 121.6847 |
| 2025-06-19 | 122.3128 |
| 2025-07-19 | 121.3777 |
| 2025-08-18 | 121.4433 |
| 2025-09-17 | 121.5253 |
| 2025-10-17 | 121.6824 |
| 2025-11-16 | 122.2792 |
| 2025-12-16 | 122.1844 |
| 2026-01-15 | 122.3172 |
| 2026-02-14 | 122.2928 |
| 2026-03-16 | 122.7232 |
| 2026-04-15 | 122.9752 |
| 2026-05-15 | 122.7474 |
| 2026-06-15 | 122.7976 |
| 2026-07-15 | 123.0976 |
| 2026-08-14 | 122.7369 |
| 2026-09-13 | 122.9882 |
High
123.1650
Low
85.5318
Average
111.9699
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.