Skip to content

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

AZN/BTN over 1Y: show the values
PointAZN/BTN
2025-09-2653.3661
2025-10-0353.3383
2025-10-1053.3824
2025-10-1751.7660
2025-10-2451.6587
2025-10-3152.0753
2025-11-0752.1434
2025-11-1452.2271
2025-11-2152.1770
2025-11-2852.5735
2025-12-0552.8593
2025-12-1353.2663
2025-12-2052.6930
2025-12-2752.8573
2026-01-0352.9499
2026-01-1053.0983
2026-01-1753.3782
2026-01-2453.8476
2026-01-3153.9293
2026-02-0753.2795
2026-02-1453.2717
2026-02-2153.3687
2026-02-2853.5447
2026-03-0754.0827
2026-03-1454.4455
2026-03-2155.3805
2026-03-2855.6314
2026-04-0454.5523
2026-04-1154.4167
2026-04-1854.4578
2026-04-2555.1896
2026-05-0255.6828
2026-05-0955.4124
2026-05-1756.4623
2026-05-2556.1070
2026-06-0155.7853
2026-06-1056.1308
2026-06-1755.4832
2026-06-2455.8012
2026-07-0155.7154
2026-07-0855.9845
2026-07-1556.6114
2026-07-2256.6732
2026-07-2956.2860
2026-08-0555.8372
2026-08-1256.1474
2026-08-2056.2492
2026-08-2756.2087
2026-09-0355.5303
2026-09-1056.0406
2026-09-1756.3843
2026-09-2456.3794

High

56.6732

Low

51.6587

Average

54.4986

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=BTN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=BTN");
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=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&currencies=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.