Skip to content

BDT to AUD exchange rate API

Taka to Australian Dollar · quoted 2026-09-25

0.01158

▼ +7.24% over 1Y

1 BDT = 0.01158 AUD · 1 AUD = 86.3856 BDT · Get this rate via the API

1 BDT buys 0.01158 AUD as of 2026-09-25, so 1 AUD buys 86.3856 BDT. Over the last year, BDT/AUD traded between 0.01122 and 0.01264, averaged 0.01182 and fell 7.24%. The API holds daily BDT/AUD rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

BDT/AUD over 1Y

BDT/AUD over 1Y: show the values
PointBDT/AUD
2025-09-250.01248
2025-10-020.01243
2025-10-090.01245
2025-10-160.01264
2025-10-230.01256
2025-10-300.01251
2025-11-060.01258
2025-11-130.01248
2025-11-200.01261
2025-11-270.01253
2025-12-040.01237
2025-12-110.01232
2025-12-180.01238
2025-12-250.01221
2026-01-010.01225
2026-01-080.01222
2026-01-150.01222
2026-01-220.01200
2026-01-290.01158
2026-02-050.01173
2026-02-120.01147
2026-02-190.01162
2026-02-260.01151
2026-03-050.01161
2026-03-120.01143
2026-03-190.01161
2026-03-260.01178
2026-04-020.01183
2026-04-090.01156
2026-04-160.01135
2026-04-230.01138
2026-04-300.01140
2026-05-070.01122
2026-05-140.01125
2026-05-210.01141
2026-05-280.01144
2026-06-040.01141
2026-06-120.01157
2026-06-190.01161
2026-06-260.01179
2026-07-030.01170
2026-07-100.01168
2026-07-170.01162
2026-07-240.01159
2026-07-310.01156
2026-08-070.01147
2026-08-140.01150
2026-08-210.01141
2026-08-280.01128
2026-09-040.01129
2026-09-110.01130
2026-09-180.01144

High

0.01264

Low

0.01122

Average

0.01182

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BDT/AUD API questions

How do I get the BDT/AUD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/AUD rate in rates.AUD.

How far back does BDT/AUD historical data go?

Daily BDT/AUD 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 BDT/AUD 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.