BBD to TWD exchange rate API
Barbados Dollar to New Taiwan Dollar · quoted 2026-09-24
15.9129
▲ +1.43% over YTD
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 year to date, BBD/TWD traded between 15.6184 and 16.2098, averaged 15.8533 and rose 1.43%. 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 YTD: show the values
| Point | BBD/TWD |
|---|---|
| 2025-12-31 | 15.6888 |
| 2026-01-07 | 15.7349 |
| 2026-01-14 | 15.8246 |
| 2026-01-21 | 15.8211 |
| 2026-01-28 | 15.6712 |
| 2026-02-04 | 15.7942 |
| 2026-02-11 | 15.7504 |
| 2026-02-18 | 15.7095 |
| 2026-02-25 | 15.6548 |
| 2026-03-04 | 15.8584 |
| 2026-03-11 | 15.9029 |
| 2026-03-18 | 15.9489 |
| 2026-03-25 | 15.9609 |
| 2026-04-01 | 15.9720 |
| 2026-04-08 | 15.8796 |
| 2026-04-15 | 15.6995 |
| 2026-04-22 | 15.6184 |
| 2026-04-29 | 15.6853 |
| 2026-05-06 | 15.6629 |
| 2026-05-14 | 15.7647 |
| 2026-05-21 | 15.7887 |
| 2026-05-29 | 15.6960 |
| 2026-06-05 | 15.7553 |
| 2026-06-14 | 15.8097 |
| 2026-06-21 | 15.8480 |
| 2026-06-28 | 15.9299 |
| 2026-07-05 | 15.9706 |
| 2026-07-12 | 16.0392 |
| 2026-07-19 | 16.2098 |
| 2026-07-26 | 16.1706 |
| 2026-08-02 | 16.1479 |
| 2026-08-09 | 16.1057 |
| 2026-08-16 | 16.0005 |
| 2026-08-24 | 15.9097 |
| 2026-08-31 | 15.8420 |
| 2026-09-07 | 15.7925 |
| 2026-09-14 | 15.8692 |
| 2026-09-21 | 15.8767 |
High
16.2098
Low
15.6184
Average
15.8533
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.