Skip to content

BBD to THB exchange rate API

Barbados Dollar to Baht · quoted 2026-09-26

16.6983

▲ +1.65% over 6M

1 BBD = 16.6983 THB · 1 THB = 0.05989 BBD · Get this rate via the API

1 BBD buys 16.6983 THB as of 2026-09-26, so 1 THB buys 0.05989 BBD. Over the last 6 months, BBD/THB traded between 15.8723 and 16.8450, averaged 16.4418 and rose 1.65%. The API holds daily BBD/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/THB over 6M

BBD/THB over 6M: show the values
PointBBD/THB
2026-03-3016.4276
2026-04-0616.2770
2026-04-1316.0562
2026-04-2015.8723
2026-04-2716.0616
2026-05-0416.1947
2026-05-1116.1369
2026-05-1916.3300
2026-05-2716.3100
2026-06-0316.3626
2026-06-1216.3724
2026-06-1916.4302
2026-06-2616.6876
2026-07-0316.5675
2026-07-1016.6575
2026-07-1716.8177
2026-07-2416.8450
2026-07-3116.7327
2026-08-0716.5275
2026-08-1416.5626
2026-08-2216.3250
2026-08-2916.5753
2026-09-0516.4596
2026-09-1216.5371
2026-09-1916.6616

High

16.8450

Low

15.8723

Average

16.4418

For developers

Get this rate via the API

One GET request returns the BBD/THB 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=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=THB");
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=THB").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/THB API questions

How do I get the BBD/THB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/THB rate in rates.THB.

How far back does BBD/THB historical data go?

Daily BBD/THB 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/THB 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.