BAM to BDT exchange rate API
Convertible Mark to Taka · quoted 2026-09-26
71.6308
▼ +1.46% over 1Y
1 BAM = 71.6308 BDT · 1 BDT = 0.01396 BAM · Get this rate via the API
1 BAM buys 71.6308 BDT as of 2026-09-26, so 1 BDT buys 0.01396 BAM. Over the last year, BAM/BDT traded between 71.4642 and 74.3334, averaged 72.8248 and fell 1.46%. The API holds daily BAM/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/BDT over 1Y: show the values
| Point | BAM/BDT |
|---|---|
| 2025-09-26 | 72.6946 |
| 2025-10-03 | 72.9313 |
| 2025-10-10 | 72.1205 |
| 2025-10-17 | 72.8060 |
| 2025-10-24 | 72.6536 |
| 2025-10-31 | 72.3046 |
| 2025-11-07 | 71.9805 |
| 2025-11-14 | 72.6743 |
| 2025-11-21 | 72.3081 |
| 2025-11-28 | 72.3931 |
| 2025-12-05 | 72.8910 |
| 2025-12-13 | 73.3443 |
| 2025-12-20 | 73.2413 |
| 2025-12-27 | 73.5744 |
| 2026-01-03 | 73.3294 |
| 2026-01-10 | 72.7340 |
| 2026-01-17 | 72.5352 |
| 2026-01-24 | 73.9746 |
| 2026-01-31 | 74.3334 |
| 2026-02-07 | 73.8385 |
| 2026-02-14 | 74.1792 |
| 2026-02-21 | 73.7156 |
| 2026-02-28 | 73.8488 |
| 2026-03-07 | 72.6461 |
| 2026-03-14 | 71.8983 |
| 2026-03-21 | 72.7105 |
| 2026-03-28 | 72.1959 |
| 2026-04-04 | 72.3844 |
| 2026-04-11 | 73.5760 |
| 2026-04-18 | 74.1436 |
| 2026-04-25 | 73.4214 |
| 2026-05-02 | 73.5014 |
| 2026-05-09 | 73.7995 |
| 2026-05-17 | 72.9701 |
| 2026-05-25 | 72.9539 |
| 2026-06-01 | 73.0809 |
| 2026-06-10 | 72.5172 |
| 2026-06-17 | 72.8772 |
| 2026-06-24 | 71.4642 |
| 2026-07-01 | 71.8033 |
| 2026-07-08 | 72.0101 |
| 2026-07-15 | 72.0091 |
| 2026-07-22 | 72.0048 |
| 2026-07-29 | 71.8703 |
| 2026-08-05 | 72.9770 |
| 2026-08-12 | 72.7216 |
| 2026-08-20 | 72.8189 |
| 2026-08-27 | 73.3429 |
| 2026-09-03 | 72.7893 |
| 2026-09-10 | 73.3290 |
| 2026-09-17 | 72.2331 |
| 2026-09-24 | 71.6281 |
High
74.3334
Low
71.4642
Average
72.8248
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/BDT API questions
How do I get the BAM/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/BDT rate in rates.BDT.
How far back does BAM/BDT historical data go?
Daily BAM/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 BAM/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.