BAM to TWD exchange rate API
Convertible Mark to New Taiwan Dollar · quoted 2026-09-26
18.4776
▲ +3.12% over 1Y
1 BAM = 18.4776 TWD · 1 TWD = 0.05412 BAM · Get this rate via the API
1 BAM buys 18.4776 TWD as of 2026-09-26, so 1 TWD buys 0.05412 BAM. Over the last year, BAM/TWD traded between 17.7798 and 19.1650, averaged 18.7213 and rose 3.12%. The API holds daily BAM/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/TWD over 1Y: show the values
| Point | BAM/TWD |
|---|---|
| 2025-09-26 | 17.9191 |
| 2025-10-03 | 17.9221 |
| 2025-10-10 | 17.7798 |
| 2025-10-17 | 18.3537 |
| 2025-10-24 | 18.2954 |
| 2025-10-31 | 18.1878 |
| 2025-11-07 | 18.2855 |
| 2025-11-14 | 18.4030 |
| 2025-11-21 | 18.5050 |
| 2025-11-28 | 18.5780 |
| 2025-12-05 | 18.6626 |
| 2025-12-13 | 18.8063 |
| 2025-12-20 | 18.8768 |
| 2025-12-27 | 18.9041 |
| 2026-01-03 | 18.8160 |
| 2026-01-10 | 18.8128 |
| 2026-01-17 | 18.7464 |
| 2026-01-24 | 18.9733 |
| 2026-01-31 | 19.1650 |
| 2026-02-07 | 19.0744 |
| 2026-02-14 | 19.0369 |
| 2026-02-21 | 19.0015 |
| 2026-02-28 | 18.9478 |
| 2026-03-07 | 18.8990 |
| 2026-03-14 | 18.8211 |
| 2026-03-21 | 18.9869 |
| 2026-03-28 | 18.8528 |
| 2026-04-04 | 18.8367 |
| 2026-04-11 | 19.0164 |
| 2026-04-18 | 18.9859 |
| 2026-04-25 | 18.8433 |
| 2026-05-02 | 18.9433 |
| 2026-05-09 | 18.8371 |
| 2026-05-17 | 18.7746 |
| 2026-05-25 | 18.6778 |
| 2026-06-01 | 18.6595 |
| 2026-06-10 | 18.6817 |
| 2026-06-17 | 18.7532 |
| 2026-06-24 | 18.4441 |
| 2026-07-01 | 18.5847 |
| 2026-07-08 | 18.6974 |
| 2026-07-15 | 18.8395 |
| 2026-07-22 | 18.8983 |
| 2026-07-29 | 18.9057 |
| 2026-08-05 | 19.0499 |
| 2026-08-12 | 18.9970 |
| 2026-08-20 | 19.0385 |
| 2026-08-27 | 18.8932 |
| 2026-09-03 | 18.8006 |
| 2026-09-10 | 18.7888 |
| 2026-09-17 | 18.6857 |
| 2026-09-24 | 18.5054 |
High
19.1650
Low
17.7798
Average
18.7213
Get this rate via the API
One GET request returns the BAM/TWD 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=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=TWD").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/TWD API questions
How do I get the BAM/TWD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=TWD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/TWD rate in rates.TWD.
How far back does BAM/TWD historical data go?
Daily BAM/TWD 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/TWD 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.