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: show the values
| Point | BMD/TWD |
|---|---|
| 2025-09-25 | 29.9821 |
| 2025-10-02 | 29.8979 |
| 2025-10-09 | 30.0073 |
| 2025-10-16 | 30.6186 |
| 2025-10-23 | 30.8234 |
| 2025-10-30 | 30.7272 |
| 2025-11-06 | 30.9011 |
| 2025-11-13 | 31.0934 |
| 2025-11-20 | 31.2499 |
| 2025-11-27 | 31.3245 |
| 2025-12-04 | 31.3137 |
| 2025-12-12 | 31.2232 |
| 2025-12-19 | 31.5282 |
| 2025-12-26 | 31.4418 |
| 2026-01-02 | 31.4144 |
| 2026-01-09 | 31.6167 |
| 2026-01-16 | 31.5948 |
| 2026-01-23 | 31.5959 |
| 2026-01-30 | 31.4535 |
| 2026-02-06 | 31.6687 |
| 2026-02-13 | 31.4507 |
| 2026-02-20 | 31.5355 |
| 2026-02-27 | 31.3454 |
| 2026-03-06 | 31.7442 |
| 2026-03-13 | 31.9664 |
| 2026-03-20 | 31.9641 |
| 2026-03-27 | 31.9831 |
| 2026-04-03 | 31.9715 |
| 2026-04-10 | 31.7586 |
| 2026-04-17 | 31.5524 |
| 2026-04-24 | 31.4991 |
| 2026-05-01 | 31.5470 |
| 2026-05-08 | 31.4014 |
| 2026-05-16 | 31.5779 |
| 2026-05-24 | 31.4701 |
| 2026-05-31 | 31.4392 |
| 2026-06-09 | 31.5651 |
| 2026-06-16 | 31.5504 |
| 2026-06-23 | 31.6463 |
| 2026-06-30 | 31.8451 |
| 2026-07-07 | 32.0906 |
| 2026-07-14 | 32.1830 |
| 2026-07-21 | 32.3120 |
| 2026-07-28 | 32.4100 |
| 2026-08-04 | 32.3919 |
| 2026-08-11 | 32.2314 |
| 2026-08-18 | 31.8515 |
| 2026-08-26 | 31.8469 |
| 2026-09-02 | 31.7696 |
| 2026-09-09 | 31.4645 |
| 2026-09-16 | 31.7748 |
| 2026-09-23 | 31.7024 |
High
32.4100
Low
29.8979
Average
31.5122
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BMD¤cies=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¤cies=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.