Skip to content

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

AUD/BDT over 5Y: show the values
PointAUD/BDT
2021-09-2762.0343
2021-11-0863.5304
2021-12-2060.9860
2022-02-0161.0218
2022-03-1562.0458
2022-04-2962.1816
2022-06-1564.4356
2022-07-2765.7941
2022-09-0763.6969
2022-10-1966.4904
2022-11-3068.4633
2023-01-1272.1133
2023-02-2373.0734
2023-04-1170.7259
2023-05-2670.0908
2023-07-1072.1532
2023-08-2170.2461
2023-10-0270.5003
2023-11-1370.5884
2023-12-2775.1175
2024-02-0871.2259
2024-03-2172.4165
2024-05-0872.0191
2024-06-2478.0468
2024-08-0575.7519
2024-09-1579.8629
2024-10-2280.0152
2024-11-2177.9209
2024-12-2174.6751
2025-01-2075.4960
2025-02-1977.2190
2025-03-2176.2947
2025-04-2077.6761
2025-05-2077.9939
2025-06-1979.1201
2025-07-1978.9912
2025-08-1879.0591
2025-09-1781.1426
2025-10-1778.9871
2025-11-1679.9067
2025-12-1681.1210
2026-01-1581.7982
2026-02-1486.4737
2026-03-1686.5670
2026-04-1587.7596
2026-05-1587.7533
2026-06-1586.7822
2026-07-1585.9536
2026-08-1486.9220
2026-09-1388.1179

High

88.1179

Low

60.9860

Average

75.1920

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=BDT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=BDT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.