AZN to BTN exchange rate API
Azerbaijanian Manat to Ngultrum · quoted 2026-09-26
56.3035
▲ +5.50% over 1Y
1 AZN = 56.3035 BTN · 1 BTN = 0.01776 AZN · Get this rate via the API
1 AZN buys 56.3035 BTN as of 2026-09-26, so 1 BTN buys 0.01776 AZN. Over the last year, AZN/BTN traded between 51.6587 and 56.6732, averaged 54.4986 and rose 5.50%. The API holds daily AZN/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/BTN over 1Y: show the values
| Point | AZN/BTN |
|---|---|
| 2025-09-26 | 53.3661 |
| 2025-10-03 | 53.3383 |
| 2025-10-10 | 53.3824 |
| 2025-10-17 | 51.7660 |
| 2025-10-24 | 51.6587 |
| 2025-10-31 | 52.0753 |
| 2025-11-07 | 52.1434 |
| 2025-11-14 | 52.2271 |
| 2025-11-21 | 52.1770 |
| 2025-11-28 | 52.5735 |
| 2025-12-05 | 52.8593 |
| 2025-12-13 | 53.2663 |
| 2025-12-20 | 52.6930 |
| 2025-12-27 | 52.8573 |
| 2026-01-03 | 52.9499 |
| 2026-01-10 | 53.0983 |
| 2026-01-17 | 53.3782 |
| 2026-01-24 | 53.8476 |
| 2026-01-31 | 53.9293 |
| 2026-02-07 | 53.2795 |
| 2026-02-14 | 53.2717 |
| 2026-02-21 | 53.3687 |
| 2026-02-28 | 53.5447 |
| 2026-03-07 | 54.0827 |
| 2026-03-14 | 54.4455 |
| 2026-03-21 | 55.3805 |
| 2026-03-28 | 55.6314 |
| 2026-04-04 | 54.5523 |
| 2026-04-11 | 54.4167 |
| 2026-04-18 | 54.4578 |
| 2026-04-25 | 55.1896 |
| 2026-05-02 | 55.6828 |
| 2026-05-09 | 55.4124 |
| 2026-05-17 | 56.4623 |
| 2026-05-25 | 56.1070 |
| 2026-06-01 | 55.7853 |
| 2026-06-10 | 56.1308 |
| 2026-06-17 | 55.4832 |
| 2026-06-24 | 55.8012 |
| 2026-07-01 | 55.7154 |
| 2026-07-08 | 55.9845 |
| 2026-07-15 | 56.6114 |
| 2026-07-22 | 56.6732 |
| 2026-07-29 | 56.2860 |
| 2026-08-05 | 55.8372 |
| 2026-08-12 | 56.1474 |
| 2026-08-20 | 56.2492 |
| 2026-08-27 | 56.2087 |
| 2026-09-03 | 55.5303 |
| 2026-09-10 | 56.0406 |
| 2026-09-17 | 56.3843 |
| 2026-09-24 | 56.3794 |
High
56.6732
Low
51.6587
Average
54.4986
Get this rate via the API
One GET request returns the AZN/BTN 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=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BTN").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/BTN API questions
How do I get the AZN/BTN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BTN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/BTN rate in rates.BTN.
How far back does AZN/BTN historical data go?
Daily AZN/BTN 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/BTN 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.