Skip to content

AZN to BDT exchange rate API

Azerbaijanian Manat to Taka · quoted 2026-09-27

72.5247

▲ +3.23% over 5Y

1 AZN = 72.5247 BDT · 1 BDT = 0.01379 AZN · Get this rate via the API

1 AZN buys 72.5247 BDT as of 2026-09-27, so 1 BDT buys 0.01379 AZN. Over the last 5 years, AZN/BDT traded between 70.2545 and 73.7570, averaged 72.3726 and rose 3.23%. The API holds daily AZN/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/BDT over 5Y

AZN/BDT over 5Y: show the values
PointAZN/BDT
2024-08-2470.2545
2024-10-0772.1108
2024-11-0671.9805
2024-12-0672.0244
2025-01-0571.4350
2025-02-0473.5040
2025-03-0673.0202
2025-04-0571.3365
2025-05-0573.1161
2025-06-0473.4791
2025-07-0473.7570
2025-08-0372.9844
2025-09-0273.1313
2025-10-0273.1577
2025-11-0171.9860
2025-12-0171.7311
2026-01-0171.9608
2026-01-3172.1154
2026-03-0271.8643
2026-04-0172.2632
2026-05-0172.3744
2026-06-0272.2504
2026-07-0472.5671
2026-08-0372.5533
2026-09-0372.2064

High

73.7570

Low

70.2545

Average

72.3726

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/BDT API questions

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

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

How far back does AZN/BDT historical data go?

Daily AZN/BDT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AZN/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.