Skip to content

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

BAM/TWD over 1Y: show the values
PointBAM/TWD
2025-09-2617.9191
2025-10-0317.9221
2025-10-1017.7798
2025-10-1718.3537
2025-10-2418.2954
2025-10-3118.1878
2025-11-0718.2855
2025-11-1418.4030
2025-11-2118.5050
2025-11-2818.5780
2025-12-0518.6626
2025-12-1318.8063
2025-12-2018.8768
2025-12-2718.9041
2026-01-0318.8160
2026-01-1018.8128
2026-01-1718.7464
2026-01-2418.9733
2026-01-3119.1650
2026-02-0719.0744
2026-02-1419.0369
2026-02-2119.0015
2026-02-2818.9478
2026-03-0718.8990
2026-03-1418.8211
2026-03-2118.9869
2026-03-2818.8528
2026-04-0418.8367
2026-04-1119.0164
2026-04-1818.9859
2026-04-2518.8433
2026-05-0218.9433
2026-05-0918.8371
2026-05-1718.7746
2026-05-2518.6778
2026-06-0118.6595
2026-06-1018.6817
2026-06-1718.7532
2026-06-2418.4441
2026-07-0118.5847
2026-07-0818.6974
2026-07-1518.8395
2026-07-2218.8983
2026-07-2918.9057
2026-08-0519.0499
2026-08-1218.9970
2026-08-2019.0385
2026-08-2718.8932
2026-09-0318.8006
2026-09-1018.7888
2026-09-1718.6857
2026-09-2418.5054

High

19.1650

Low

17.7798

Average

18.7213

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TWD");
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=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&currencies=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.