Skip to content

BAM to BTN exchange rate API

Convertible Mark to Ngultrum · quoted 2026-09-26

55.7475

▲ +5.26% over 1Y

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 year, BAM/BTN traded between 52.1355 and 57.1150, averaged 54.9714 and rose 5.26%. 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 1Y

BAM/BTN over 1Y: show the values
PointBAM/BTN
2025-09-2652.9618
2025-10-0353.1834
2025-10-1052.5215
2025-10-1752.6542
2025-10-2452.1355
2025-10-3152.4116
2025-11-0752.2944
2025-11-1452.8179
2025-11-2152.3176
2025-11-2852.9363
2025-12-0553.5435
2025-12-1354.3403
2025-12-2053.6494
2025-12-2754.0987
2026-01-0353.9822
2026-01-1053.7253
2026-01-1753.7933
2026-01-2455.3779
2026-01-3155.5879
2026-02-0754.6897
2026-02-1454.9322
2026-02-2154.6609
2026-02-2854.9775
2026-03-0754.6103
2026-03-1454.1942
2026-03-2155.7975
2026-03-2855.7705
2026-04-0454.5986
2026-04-1155.5507
2026-04-1855.9646
2026-04-2556.2849
2026-05-0256.8257
2026-05-0956.7957
2026-05-1757.1150
2026-05-2556.7506
2026-06-0156.4759
2026-06-1056.3431
2026-06-1755.9998
2026-06-2455.1198
2026-07-0155.2288
2026-07-0855.5539
2026-07-1556.2977
2026-07-2256.1894
2026-07-2955.7553
2026-08-0555.9945
2026-08-1256.3009
2026-08-2057.1108
2026-08-2756.9134
2026-09-0355.9787
2026-09-1056.6892
2026-09-1756.1798
2026-09-2455.7524

High

57.1150

Low

52.1355

Average

54.9714

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.