AUD to BDT exchange rate API
Australian Dollar to Taka · quoted 2026-09-25
86.4353
▲ +5.69% over YTD
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 year to date, AUD/BDT traded between 81.6434 and 88.9931, averaged 86.3612 and rose 5.69%. 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 YTD: show the values
| Point | AUD/BDT |
|---|---|
| 2025-12-31 | 81.7832 |
| 2026-01-07 | 82.2167 |
| 2026-01-14 | 81.6434 |
| 2026-01-21 | 82.8357 |
| 2026-01-28 | 85.4745 |
| 2026-02-04 | 85.8155 |
| 2026-02-11 | 87.0513 |
| 2026-02-18 | 86.3719 |
| 2026-02-25 | 86.6827 |
| 2026-03-04 | 86.3311 |
| 2026-03-11 | 87.6215 |
| 2026-03-18 | 86.4799 |
| 2026-03-25 | 85.4072 |
| 2026-04-01 | 85.4242 |
| 2026-04-08 | 86.6854 |
| 2026-04-15 | 87.7596 |
| 2026-04-22 | 87.8170 |
| 2026-04-29 | 87.9840 |
| 2026-05-06 | 88.8510 |
| 2026-05-13 | 88.9931 |
| 2026-05-20 | 87.5775 |
| 2026-05-27 | 87.5292 |
| 2026-06-03 | 87.9110 |
| 2026-06-11 | 86.0153 |
| 2026-06-18 | 86.0140 |
| 2026-06-25 | 84.7384 |
| 2026-07-02 | 84.9341 |
| 2026-07-09 | 85.4579 |
| 2026-07-16 | 86.2431 |
| 2026-07-23 | 86.2737 |
| 2026-07-30 | 86.0456 |
| 2026-08-06 | 87.1146 |
| 2026-08-13 | 86.7137 |
| 2026-08-20 | 86.6387 |
| 2026-08-27 | 88.5359 |
| 2026-09-03 | 88.2993 |
| 2026-09-10 | 88.5431 |
| 2026-09-17 | 87.6732 |
| 2026-09-24 | 86.5254 |
High
88.9931
Low
81.6434
Average
86.3612
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.