Skip to content

BAM to THB exchange rate API

Convertible Mark to Baht · quoted 2026-09-26

19.4548

▲ +1.07% over 1Y

1 BAM = 19.4548 THB · 1 THB = 0.05140 BAM · Get this rate via the API

1 BAM buys 19.4548 THB as of 2026-09-26, so 1 THB buys 0.05140 BAM. Over the last year, BAM/THB traded between 18.6367 and 19.7183, averaged 19.2571 and rose 1.07%. The API holds daily BAM/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/THB over 1Y

BAM/THB over 1Y: show the values
PointBAM/THB
2025-09-2619.2491
2025-10-0319.4173
2025-10-1019.3432
2025-10-1719.6043
2025-10-2419.4454
2025-10-3119.1238
2025-11-0719.0784
2025-11-1419.2748
2025-11-2119.1395
2025-11-2819.0691
2025-12-0518.9807
2025-12-1318.9083
2025-12-2018.8456
2025-12-2718.6896
2026-01-0318.9032
2026-01-1018.6781
2026-01-1718.6367
2026-01-2418.7973
2026-01-3119.1238
2026-02-0719.0289
2026-02-1418.8461
2026-02-2118.7190
2026-02-2818.7609
2026-03-0718.9186
2026-03-1418.9722
2026-03-2119.4927
2026-03-2819.3328
2026-04-0419.2457
2026-04-1119.2331
2026-04-1819.3719
2026-04-2519.3529
2026-05-0219.4668
2026-05-0919.3706
2026-05-1719.4022
2026-05-2519.3248
2026-06-0119.3872
2026-06-1019.4587
2026-06-1719.3639
2026-06-2419.4247
2026-07-0119.4666
2026-07-0819.5224
2026-07-1519.6813
2026-07-2219.7183
2026-07-2919.5375
2026-08-0519.5491
2026-08-1219.5003
2026-08-2019.6588
2026-08-2719.5693
2026-09-0319.5593
2026-09-1019.6334
2026-09-1719.5199
2026-09-2419.4750

High

19.7183

Low

18.6367

Average

19.2571

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/THB API questions

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

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

How far back does BAM/THB historical data go?

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