USD to BDT exchange rate API
US Dollar to Taka · quoted 2026-09-25
123.1650
▲ +0.65% over YTD
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 year to date, USD/BDT traded between 121.9217 and 123.7054, averaged 122.7575 and rose 0.65%. 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 YTD: show the values
| Point | USD/BDT |
|---|---|
| 2025-12-31 | 122.3685 |
| 2026-01-07 | 122.2062 |
| 2026-01-14 | 122.2794 |
| 2026-01-21 | 122.3588 |
| 2026-01-28 | 122.1156 |
| 2026-02-04 | 122.0729 |
| 2026-02-11 | 122.3508 |
| 2026-02-18 | 122.1237 |
| 2026-02-25 | 122.2340 |
| 2026-03-04 | 122.3043 |
| 2026-03-11 | 122.5308 |
| 2026-03-18 | 122.6134 |
| 2026-03-25 | 122.6513 |
| 2026-04-01 | 122.8474 |
| 2026-04-08 | 122.8450 |
| 2026-04-15 | 122.9752 |
| 2026-04-22 | 122.7775 |
| 2026-04-29 | 122.8438 |
| 2026-05-06 | 122.6630 |
| 2026-05-13 | 122.7443 |
| 2026-05-20 | 122.8425 |
| 2026-05-27 | 122.7605 |
| 2026-06-03 | 122.7605 |
| 2026-06-11 | 122.9205 |
| 2026-06-18 | 122.7957 |
| 2026-06-25 | 122.9312 |
| 2026-07-02 | 123.2844 |
| 2026-07-09 | 123.1460 |
| 2026-07-16 | 123.0583 |
| 2026-07-23 | 123.3747 |
| 2026-07-30 | 123.2574 |
| 2026-08-06 | 123.7054 |
| 2026-08-13 | 122.9659 |
| 2026-08-20 | 121.9217 |
| 2026-08-27 | 123.1368 |
| 2026-09-03 | 122.7524 |
| 2026-09-10 | 123.2331 |
| 2026-09-17 | 123.2433 |
| 2026-09-24 | 123.1389 |
High
123.7054
Low
121.9217
Average
122.7575
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.