Skip to content

BBD to TWD exchange rate API

Barbados Dollar to New Taiwan Dollar · quoted 2026-09-24

15.9129

▲ +0.03% over 6M

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 6 months, BBD/TWD traded between 15.5503 and 16.2228, averaged 15.8810 and rose 0.03%. 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 6M

BBD/TWD over 6M: show the values
PointBBD/TWD
2026-03-2815.9083
2026-04-0415.9976
2026-04-1115.7654
2026-04-1815.6311
2026-04-2515.6569
2026-05-0215.7006
2026-05-0915.5503
2026-05-1715.7936
2026-05-2515.6961
2026-06-0115.6667
2026-06-1015.8196
2026-06-1715.7932
2026-06-2415.8713
2026-07-0115.9362
2026-07-0816.0159
2026-07-1516.1028
2026-07-2216.2018
2026-07-2916.2228
2026-08-0516.1469
2026-08-1216.1034
2026-08-2015.9382
2026-08-2715.8601
2026-09-0315.8527
2026-09-1015.7878
2026-09-1715.9407
2026-09-2415.9129

High

16.2228

Low

15.5503

Average

15.8810

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.