Skip to content

BMD to TWD exchange rate API

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

31.8257

▲ +0.05% over 5Y

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 5 years, BMD/TWD traded between 28.5474 and 32.8040, averaged 31.3212 and rose 0.05%. 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 5Y

BMD/TWD over 5Y: show the values
PointBMD/TWD
2024-08-2431.8107
2024-10-0731.6610
2024-11-0631.6863
2024-12-0631.8623
2025-01-0532.5468
2025-02-0432.3777
2025-03-0632.3251
2025-04-0632.8040
2025-05-0629.4171
2025-06-0729.9335
2025-07-0728.5474
2025-08-0629.4055
2025-09-0530.0613
2025-10-0629.9743
2025-11-0530.9542
2025-12-0531.3211
2026-01-0531.4447
2026-02-0431.5884
2026-03-0631.7442
2026-04-0532.0007
2026-05-0531.6094
2026-06-0631.5989
2026-07-0832.0319
2026-08-0732.2345
2026-09-0731.5850

High

32.8040

Low

28.5474

Average

31.3212

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.