Skip to content

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

AUD/BDT over YTD: show the values
PointAUD/BDT
2025-12-3181.7832
2026-01-0782.2167
2026-01-1481.6434
2026-01-2182.8357
2026-01-2885.4745
2026-02-0485.8155
2026-02-1187.0513
2026-02-1886.3719
2026-02-2586.6827
2026-03-0486.3311
2026-03-1187.6215
2026-03-1886.4799
2026-03-2585.4072
2026-04-0185.4242
2026-04-0886.6854
2026-04-1587.7596
2026-04-2287.8170
2026-04-2987.9840
2026-05-0688.8510
2026-05-1388.9931
2026-05-2087.5775
2026-05-2787.5292
2026-06-0387.9110
2026-06-1186.0153
2026-06-1886.0140
2026-06-2584.7384
2026-07-0284.9341
2026-07-0985.4579
2026-07-1686.2431
2026-07-2386.2737
2026-07-3086.0456
2026-08-0687.1146
2026-08-1386.7137
2026-08-2086.6387
2026-08-2788.5359
2026-09-0388.2993
2026-09-1088.5431
2026-09-1787.6732
2026-09-2486.5254

High

88.9931

Low

81.6434

Average

86.3612

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.