Skip to content

BMD to TWD exchange rate API

Bermudian Dollar to New Taiwan Dollar · quoted 2026-09-25

31.8257

▲ +6.15% over 1Y

1 BMD = 31.8257 TWD · 1 TWD = 0.03142 BMD · Get this rate via the API

1 BMD buys 31.8257 TWD as of 2026-09-25, so 1 TWD buys 0.03142 BMD. Over the last year, BMD/TWD traded between 29.8979 and 32.4100, averaged 31.5122 and rose 6.15%. The API holds daily BMD/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BMD/TWD over 1Y

BMD/TWD over 1Y: show the values
PointBMD/TWD
2025-09-2529.9821
2025-10-0229.8979
2025-10-0930.0073
2025-10-1630.6186
2025-10-2330.8234
2025-10-3030.7272
2025-11-0630.9011
2025-11-1331.0934
2025-11-2031.2499
2025-11-2731.3245
2025-12-0431.3137
2025-12-1231.2232
2025-12-1931.5282
2025-12-2631.4418
2026-01-0231.4144
2026-01-0931.6167
2026-01-1631.5948
2026-01-2331.5959
2026-01-3031.4535
2026-02-0631.6687
2026-02-1331.4507
2026-02-2031.5355
2026-02-2731.3454
2026-03-0631.7442
2026-03-1331.9664
2026-03-2031.9641
2026-03-2731.9831
2026-04-0331.9715
2026-04-1031.7586
2026-04-1731.5524
2026-04-2431.4991
2026-05-0131.5470
2026-05-0831.4014
2026-05-1631.5779
2026-05-2431.4701
2026-05-3131.4392
2026-06-0931.5651
2026-06-1631.5504
2026-06-2331.6463
2026-06-3031.8451
2026-07-0732.0906
2026-07-1432.1830
2026-07-2132.3120
2026-07-2832.4100
2026-08-0432.3919
2026-08-1132.2314
2026-08-1831.8515
2026-08-2631.8469
2026-09-0231.7696
2026-09-0931.4645
2026-09-1631.7748
2026-09-2331.7024

High

32.4100

Low

29.8979

Average

31.5122

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BMD/TWD API questions

How do I get the BMD/TWD exchange rate from an API?

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

How far back does BMD/TWD historical data go?

Daily BMD/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 BMD/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.