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: show the values
| Point | AZN/BDT |
|---|---|
| 2024-08-24 | 70.2545 |
| 2024-10-07 | 72.1108 |
| 2024-11-06 | 71.9805 |
| 2024-12-06 | 72.0244 |
| 2025-01-05 | 71.4350 |
| 2025-02-04 | 73.5040 |
| 2025-03-06 | 73.0202 |
| 2025-04-05 | 71.3365 |
| 2025-05-05 | 73.1161 |
| 2025-06-04 | 73.4791 |
| 2025-07-04 | 73.7570 |
| 2025-08-03 | 72.9844 |
| 2025-09-02 | 73.1313 |
| 2025-10-02 | 73.1577 |
| 2025-11-01 | 71.9860 |
| 2025-12-01 | 71.7311 |
| 2026-01-01 | 71.9608 |
| 2026-01-31 | 72.1154 |
| 2026-03-02 | 71.8643 |
| 2026-04-01 | 72.2632 |
| 2026-05-01 | 72.3744 |
| 2026-06-02 | 72.2504 |
| 2026-07-04 | 72.5671 |
| 2026-08-03 | 72.5533 |
| 2026-09-03 | 72.2064 |
High
73.7570
Low
70.2545
Average
72.3726
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.