AUD to BDT exchange rate API
Australian Dollar to Taka · quoted 2026-09-25
86.4353
▲ +7.86% over 1Y
1 AUD = 86.4353 BDT · 1 BDT = 0.01157 AUD · Get this rate via the API
1 AUD buys 86.4353 BDT as of 2026-09-25, so 1 BDT buys 0.01157 AUD. Over the last year, AUD/BDT traded between 79.1214 and 89.1087, averaged 84.7855 and rose 7.86%. The API holds daily AUD/BDT rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.
AUD/BDT over 1Y: show the values
| Point | AUD/BDT |
|---|---|
| 2025-09-25 | 80.1346 |
| 2025-10-02 | 80.4249 |
| 2025-10-09 | 80.3356 |
| 2025-10-16 | 79.1214 |
| 2025-10-23 | 79.5854 |
| 2025-10-30 | 79.9146 |
| 2025-11-06 | 79.5104 |
| 2025-11-13 | 80.1009 |
| 2025-11-20 | 79.3138 |
| 2025-11-27 | 79.8046 |
| 2025-12-04 | 80.8333 |
| 2025-12-11 | 81.1640 |
| 2025-12-18 | 80.7758 |
| 2025-12-25 | 81.9177 |
| 2026-01-01 | 81.6134 |
| 2026-01-08 | 81.8499 |
| 2026-01-15 | 81.7982 |
| 2026-01-22 | 83.3312 |
| 2026-01-29 | 86.3510 |
| 2026-02-05 | 85.2593 |
| 2026-02-12 | 87.1750 |
| 2026-02-19 | 86.0953 |
| 2026-02-26 | 86.8791 |
| 2026-03-05 | 86.1625 |
| 2026-03-12 | 87.4785 |
| 2026-03-19 | 86.1500 |
| 2026-03-26 | 84.9155 |
| 2026-04-02 | 84.5279 |
| 2026-04-09 | 86.5055 |
| 2026-04-16 | 88.0729 |
| 2026-04-23 | 87.9001 |
| 2026-04-30 | 87.7190 |
| 2026-05-07 | 89.1087 |
| 2026-05-14 | 88.8688 |
| 2026-05-21 | 87.6145 |
| 2026-05-28 | 87.4206 |
| 2026-06-04 | 87.6718 |
| 2026-06-12 | 86.4293 |
| 2026-06-19 | 86.1258 |
| 2026-06-26 | 84.8354 |
| 2026-07-03 | 85.4901 |
| 2026-07-10 | 85.6245 |
| 2026-07-17 | 86.0280 |
| 2026-07-24 | 86.2523 |
| 2026-07-31 | 86.5303 |
| 2026-08-07 | 87.1880 |
| 2026-08-14 | 86.9220 |
| 2026-08-21 | 87.6468 |
| 2026-08-28 | 88.6253 |
| 2026-09-04 | 88.5398 |
| 2026-09-11 | 88.5254 |
| 2026-09-18 | 87.4384 |
| 2026-09-25 | 86.3732 |
High
89.1087
Low
79.1214
Average
84.7855
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/BDT API questions
How do I get the AUD/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/BDT rate in rates.BDT.
How far back does AUD/BDT historical data go?
Daily AUD/BDT rates are available from 2017-06-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/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.