BBD to TWD exchange rate API
Barbados Dollar to New Taiwan Dollar · quoted 2026-09-24
15.9129
▲ +0.05% over 5Y
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 5 years, BBD/TWD traded between 14.2737 and 16.4020, averaged 15.6563 and rose 0.05%. 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 5Y: show the values
| Point | BBD/TWD |
|---|---|
| 2024-08-24 | 15.9053 |
| 2024-10-07 | 15.8305 |
| 2024-11-06 | 15.8432 |
| 2024-12-06 | 15.9311 |
| 2025-01-05 | 16.2734 |
| 2025-02-04 | 16.1889 |
| 2025-03-06 | 16.1625 |
| 2025-04-06 | 16.4020 |
| 2025-05-06 | 14.7085 |
| 2025-06-07 | 14.9667 |
| 2025-07-07 | 14.2737 |
| 2025-08-06 | 14.7027 |
| 2025-09-05 | 15.0307 |
| 2025-10-06 | 14.9871 |
| 2025-11-05 | 15.4771 |
| 2025-12-05 | 15.6605 |
| 2026-01-05 | 15.7224 |
| 2026-02-04 | 15.7942 |
| 2026-03-06 | 15.8721 |
| 2026-04-05 | 16.0003 |
| 2026-05-05 | 15.6921 |
| 2026-06-06 | 15.7994 |
| 2026-07-08 | 16.0159 |
| 2026-08-07 | 16.1173 |
| 2026-09-07 | 15.7925 |
High
16.4020
Low
14.2737
Average
15.6563
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.