Skip to content

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

AUD/BDT over 1Y: show the values
PointAUD/BDT
2025-09-2580.1346
2025-10-0280.4249
2025-10-0980.3356
2025-10-1679.1214
2025-10-2379.5854
2025-10-3079.9146
2025-11-0679.5104
2025-11-1380.1009
2025-11-2079.3138
2025-11-2779.8046
2025-12-0480.8333
2025-12-1181.1640
2025-12-1880.7758
2025-12-2581.9177
2026-01-0181.6134
2026-01-0881.8499
2026-01-1581.7982
2026-01-2283.3312
2026-01-2986.3510
2026-02-0585.2593
2026-02-1287.1750
2026-02-1986.0953
2026-02-2686.8791
2026-03-0586.1625
2026-03-1287.4785
2026-03-1986.1500
2026-03-2684.9155
2026-04-0284.5279
2026-04-0986.5055
2026-04-1688.0729
2026-04-2387.9001
2026-04-3087.7190
2026-05-0789.1087
2026-05-1488.8688
2026-05-2187.6145
2026-05-2887.4206
2026-06-0487.6718
2026-06-1286.4293
2026-06-1986.1258
2026-06-2684.8354
2026-07-0385.4901
2026-07-1085.6245
2026-07-1786.0280
2026-07-2486.2523
2026-07-3186.5303
2026-08-0787.1880
2026-08-1486.9220
2026-08-2187.6468
2026-08-2888.6253
2026-09-0488.5398
2026-09-1188.5254
2026-09-1887.4384
2026-09-2586.3732

High

89.1087

Low

79.1214

Average

84.7855

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.