Skip to content

AZN to BDT exchange rate API

Azerbaijanian Manat to Taka · quoted 2026-09-27

72.5247

▲ +0.75% over YTD

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 year to date, AZN/BDT traded between 71.8075 and 72.8558, averaged 72.2029 and rose 0.75%. 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 YTD

AZN/BDT over YTD: show the values
PointAZN/BDT
2025-12-3171.9819
2026-01-0771.8858
2026-01-1471.9291
2026-01-2171.9773
2026-01-2871.8327
2026-02-0471.8075
2026-02-1171.9710
2026-02-1871.8375
2026-02-2571.8999
2026-03-0471.9437
2026-03-1172.0770
2026-03-1872.1033
2026-03-2572.1478
2026-04-0172.2632
2026-04-0872.2618
2026-04-1572.2573
2026-04-2272.2773
2026-04-2972.2350
2026-05-0672.4213
2026-05-1472.1997
2026-05-2172.3060
2026-05-2972.1106
2026-06-0572.2380
2026-06-1472.1558
2026-06-2172.1660
2026-06-2872.3022
2026-07-0572.3461
2026-07-1272.4779
2026-07-1972.4220
2026-07-2672.5788
2026-08-0272.4908
2026-08-0972.8558
2026-08-1672.4544
2026-08-2472.0965
2026-08-3172.0908
2026-09-0772.2774
2026-09-1472.5032
2026-09-2172.2065

High

72.8558

Low

71.8075

Average

72.2029

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.