AUD to BDT exchange rate API
Australian Dollar to Taka · quoted 2026-09-25
86.4353
▲ +39.33% over 5Y
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 5 years, AUD/BDT traded between 60.9860 and 88.1179, averaged 75.1920 and rose 39.33%. 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 5Y: show the values
| Point | AUD/BDT |
|---|---|
| 2021-09-27 | 62.0343 |
| 2021-11-08 | 63.5304 |
| 2021-12-20 | 60.9860 |
| 2022-02-01 | 61.0218 |
| 2022-03-15 | 62.0458 |
| 2022-04-29 | 62.1816 |
| 2022-06-15 | 64.4356 |
| 2022-07-27 | 65.7941 |
| 2022-09-07 | 63.6969 |
| 2022-10-19 | 66.4904 |
| 2022-11-30 | 68.4633 |
| 2023-01-12 | 72.1133 |
| 2023-02-23 | 73.0734 |
| 2023-04-11 | 70.7259 |
| 2023-05-26 | 70.0908 |
| 2023-07-10 | 72.1532 |
| 2023-08-21 | 70.2461 |
| 2023-10-02 | 70.5003 |
| 2023-11-13 | 70.5884 |
| 2023-12-27 | 75.1175 |
| 2024-02-08 | 71.2259 |
| 2024-03-21 | 72.4165 |
| 2024-05-08 | 72.0191 |
| 2024-06-24 | 78.0468 |
| 2024-08-05 | 75.7519 |
| 2024-09-15 | 79.8629 |
| 2024-10-22 | 80.0152 |
| 2024-11-21 | 77.9209 |
| 2024-12-21 | 74.6751 |
| 2025-01-20 | 75.4960 |
| 2025-02-19 | 77.2190 |
| 2025-03-21 | 76.2947 |
| 2025-04-20 | 77.6761 |
| 2025-05-20 | 77.9939 |
| 2025-06-19 | 79.1201 |
| 2025-07-19 | 78.9912 |
| 2025-08-18 | 79.0591 |
| 2025-09-17 | 81.1426 |
| 2025-10-17 | 78.9871 |
| 2025-11-16 | 79.9067 |
| 2025-12-16 | 81.1210 |
| 2026-01-15 | 81.7982 |
| 2026-02-14 | 86.4737 |
| 2026-03-16 | 86.5670 |
| 2026-04-15 | 87.7596 |
| 2026-05-15 | 87.7533 |
| 2026-06-15 | 86.7822 |
| 2026-07-15 | 85.9536 |
| 2026-08-14 | 86.9220 |
| 2026-09-13 | 88.1179 |
High
88.1179
Low
60.9860
Average
75.1920
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.