Skip to content

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

BBD/TWD over 1Y: show the values
PointBBD/TWD
2025-09-2414.9284
2025-10-0114.9533
2025-10-0815.0342
2025-10-1515.3262
2025-10-2215.3672
2025-10-2915.2882
2025-11-0515.4771
2025-11-1215.5282
2025-11-1915.5950
2025-11-2615.6764
2025-12-0315.6525
2025-12-1115.6189
2025-12-1815.7826
2025-12-2515.7206
2026-01-0115.6640
2026-01-0815.7837
2026-01-1515.7835
2026-01-2215.8161
2026-01-2915.6768
2026-02-0515.8248
2026-02-1215.5477
2026-02-1915.7865
2026-02-2615.6167
2026-03-0515.8688
2026-03-1215.9264
2026-03-1915.9733
2026-03-2615.9779
2026-04-0215.9880
2026-04-0915.8006
2026-04-1615.7064
2026-04-2315.6055
2026-04-3015.7017
2026-05-0715.5198
2026-05-1515.5930
2026-05-2315.7313
2026-05-3015.7225
2026-06-0615.7994
2026-06-1515.7610
2026-06-2215.8248
2026-06-2915.9437
2026-07-0616.0341
2026-07-1316.0429
2026-07-2016.1782
2026-07-2716.1762
2026-08-0316.2021
2026-08-1016.1166
2026-08-1715.9319
2026-08-2515.9381
2026-09-0115.8385
2026-09-0815.7476
2026-09-1515.9056
2026-09-2215.8385

High

16.2021

Low

14.9284

Average

15.7312

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=TWD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.