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: show the values
| Point | BAM/THB |
|---|---|
| 2025-09-26 | 19.2491 |
| 2025-10-03 | 19.4173 |
| 2025-10-10 | 19.3432 |
| 2025-10-17 | 19.6043 |
| 2025-10-24 | 19.4454 |
| 2025-10-31 | 19.1238 |
| 2025-11-07 | 19.0784 |
| 2025-11-14 | 19.2748 |
| 2025-11-21 | 19.1395 |
| 2025-11-28 | 19.0691 |
| 2025-12-05 | 18.9807 |
| 2025-12-13 | 18.9083 |
| 2025-12-20 | 18.8456 |
| 2025-12-27 | 18.6896 |
| 2026-01-03 | 18.9032 |
| 2026-01-10 | 18.6781 |
| 2026-01-17 | 18.6367 |
| 2026-01-24 | 18.7973 |
| 2026-01-31 | 19.1238 |
| 2026-02-07 | 19.0289 |
| 2026-02-14 | 18.8461 |
| 2026-02-21 | 18.7190 |
| 2026-02-28 | 18.7609 |
| 2026-03-07 | 18.9186 |
| 2026-03-14 | 18.9722 |
| 2026-03-21 | 19.4927 |
| 2026-03-28 | 19.3328 |
| 2026-04-04 | 19.2457 |
| 2026-04-11 | 19.2331 |
| 2026-04-18 | 19.3719 |
| 2026-04-25 | 19.3529 |
| 2026-05-02 | 19.4668 |
| 2026-05-09 | 19.3706 |
| 2026-05-17 | 19.4022 |
| 2026-05-25 | 19.3248 |
| 2026-06-01 | 19.3872 |
| 2026-06-10 | 19.4587 |
| 2026-06-17 | 19.3639 |
| 2026-06-24 | 19.4247 |
| 2026-07-01 | 19.4666 |
| 2026-07-08 | 19.5224 |
| 2026-07-15 | 19.6813 |
| 2026-07-22 | 19.7183 |
| 2026-07-29 | 19.5375 |
| 2026-08-05 | 19.5491 |
| 2026-08-12 | 19.5003 |
| 2026-08-20 | 19.6588 |
| 2026-08-27 | 19.5693 |
| 2026-09-03 | 19.5593 |
| 2026-09-10 | 19.6334 |
| 2026-09-17 | 19.5199 |
| 2026-09-24 | 19.4750 |
High
19.7183
Low
18.6367
Average
19.2571
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.