BBD to TWD exchange rate API
Barbados Dollar to New Taiwan Dollar · quoted 2026-09-24
15.9129
▲ +6.59% over 1Y
1 BBD = 15.9129 TWD · 1 TWD = 0.06284 BBD · Get this rate via the API
1 BBD buys 15.9129 TWD as of 2026-09-24, so 1 TWD buys 0.06284 BBD. Over the last year, BBD/TWD traded between 14.9284 and 16.2021, averaged 15.7312 and rose 6.59%. The API holds daily BBD/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/TWD over 1Y: show the values
| Point | BBD/TWD |
|---|---|
| 2025-09-24 | 14.9284 |
| 2025-10-01 | 14.9533 |
| 2025-10-08 | 15.0342 |
| 2025-10-15 | 15.3262 |
| 2025-10-22 | 15.3672 |
| 2025-10-29 | 15.2882 |
| 2025-11-05 | 15.4771 |
| 2025-11-12 | 15.5282 |
| 2025-11-19 | 15.5950 |
| 2025-11-26 | 15.6764 |
| 2025-12-03 | 15.6525 |
| 2025-12-11 | 15.6189 |
| 2025-12-18 | 15.7826 |
| 2025-12-25 | 15.7206 |
| 2026-01-01 | 15.6640 |
| 2026-01-08 | 15.7837 |
| 2026-01-15 | 15.7835 |
| 2026-01-22 | 15.8161 |
| 2026-01-29 | 15.6768 |
| 2026-02-05 | 15.8248 |
| 2026-02-12 | 15.5477 |
| 2026-02-19 | 15.7865 |
| 2026-02-26 | 15.6167 |
| 2026-03-05 | 15.8688 |
| 2026-03-12 | 15.9264 |
| 2026-03-19 | 15.9733 |
| 2026-03-26 | 15.9779 |
| 2026-04-02 | 15.9880 |
| 2026-04-09 | 15.8006 |
| 2026-04-16 | 15.7064 |
| 2026-04-23 | 15.6055 |
| 2026-04-30 | 15.7017 |
| 2026-05-07 | 15.5198 |
| 2026-05-15 | 15.5930 |
| 2026-05-23 | 15.7313 |
| 2026-05-30 | 15.7225 |
| 2026-06-06 | 15.7994 |
| 2026-06-15 | 15.7610 |
| 2026-06-22 | 15.8248 |
| 2026-06-29 | 15.9437 |
| 2026-07-06 | 16.0341 |
| 2026-07-13 | 16.0429 |
| 2026-07-20 | 16.1782 |
| 2026-07-27 | 16.1762 |
| 2026-08-03 | 16.2021 |
| 2026-08-10 | 16.1166 |
| 2026-08-17 | 15.9319 |
| 2026-08-25 | 15.9381 |
| 2026-09-01 | 15.8385 |
| 2026-09-08 | 15.7476 |
| 2026-09-15 | 15.9056 |
| 2026-09-22 | 15.8385 |
High
16.2021
Low
14.9284
Average
15.7312
Get this rate via the API
One GET request returns the BBD/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=BBD¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=TWD").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/TWD API questions
How do I get the BBD/TWD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=TWD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/TWD rate in rates.TWD.
How far back does BBD/TWD historical data go?
Daily BBD/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 BBD/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.