BBD to TWD exchange rate API
Barbados Dollar to New Taiwan Dollar · quoted 2026-09-24
15.9129
▼ +0.16% over 30D
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 30 days, BBD/TWD traded between 15.7323 and 15.9407, averaged 15.8508 and fell 0.16%. 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 30D: show the values
| Point | BBD/TWD |
|---|---|
| 2026-08-25 | 15.9381 |
| 2026-08-26 | 15.9235 |
| 2026-08-27 | 15.8601 |
| 2026-08-28 | 15.8110 |
| 2026-08-29 | 15.8248 |
| 2026-08-30 | 15.8238 |
| 2026-08-31 | 15.8420 |
| 2026-09-01 | 15.8385 |
| 2026-09-02 | 15.8848 |
| 2026-09-03 | 15.8527 |
| 2026-09-04 | 15.8467 |
| 2026-09-05 | 15.8431 |
| 2026-09-06 | 15.8290 |
| 2026-09-07 | 15.7925 |
| 2026-09-08 | 15.7476 |
| 2026-09-09 | 15.7323 |
| 2026-09-10 | 15.7878 |
| 2026-09-11 | 15.8245 |
| 2026-09-12 | 15.7919 |
| 2026-09-13 | 15.8235 |
| 2026-09-14 | 15.8692 |
| 2026-09-15 | 15.9056 |
| 2026-09-16 | 15.8874 |
| 2026-09-17 | 15.9407 |
| 2026-09-18 | 15.7993 |
| 2026-09-19 | 15.8990 |
| 2026-09-20 | 15.9136 |
| 2026-09-21 | 15.8767 |
| 2026-09-22 | 15.8385 |
| 2026-09-23 | 15.8512 |
| 2026-09-24 | 15.9129 |
High
15.9407
Low
15.7323
Average
15.8508
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.