Skip to content

BAM to BTN exchange rate API

Convertible Mark to Ngultrum · quoted 2026-09-26

55.7475

▼ +2.05% over 30D

1 BAM = 55.7475 BTN · 1 BTN = 0.01794 BAM · Get this rate via the API

1 BAM buys 55.7475 BTN as of 2026-09-26, so 1 BTN buys 0.01794 BAM. Over the last 30 days, BAM/BTN traded between 55.7475 and 56.9134, averaged 56.3129 and fell 2.05%. The API holds daily BAM/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/BTN over 30D

BAM/BTN over 30D: show the values
PointBAM/BTN
2026-08-2756.9134
2026-08-2856.8144
2026-08-2956.5547
2026-08-3056.5221
2026-08-3156.5592
2026-09-0156.3064
2026-09-0256.2109
2026-09-0355.9787
2026-09-0456.1466
2026-09-0556.0744
2026-09-0656.1292
2026-09-0756.0734
2026-09-0856.2629
2026-09-0956.4736
2026-09-1056.6892
2026-09-1156.7823
2026-09-1256.6932
2026-09-1356.6782
2026-09-1456.5862
2026-09-1556.5262
2026-09-1656.5913
2026-09-1756.1798
2026-09-1856.2731
2026-09-1956.3764
2026-09-2056.3520
2026-09-2156.2014
2026-09-2256.1788
2026-09-2355.8692
2026-09-2455.7524
2026-09-2555.7676
2026-09-2655.7475

High

56.9134

Low

55.7475

Average

56.3129

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/BTN API questions

How do I get the BAM/BTN exchange rate from an API?

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

How far back does BAM/BTN historical data go?

Daily BAM/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 BAM/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.