Skip to content

BBD to THB exchange rate API

Barbados Dollar to Baht · quoted 2026-09-26

16.6983

▲ +5.44% over YTD

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 year to date, BBD/THB traded between 15.5337 and 16.8579, averaged 16.2058 and rose 5.44%. 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 YTD

BBD/THB over YTD: show the values
PointBBD/THB
2025-12-3115.8374
2026-01-0715.6650
2026-01-1415.7377
2026-01-2115.5337
2026-01-2815.5550
2026-02-0415.8164
2026-02-1115.5502
2026-02-1815.6252
2026-02-2515.5474
2026-03-0415.7400
2026-03-1115.8825
2026-03-1816.3326
2026-03-2516.2949
2026-04-0116.2551
2026-04-0815.9376
2026-04-1515.9271
2026-04-2215.9691
2026-04-2916.2164
2026-05-0616.0131
2026-05-1416.1575
2026-05-2116.3424
2026-05-2916.2599
2026-06-0516.3174
2026-06-1416.3455
2026-06-2116.4458
2026-06-2816.6872
2026-07-0516.5843
2026-07-1216.6640
2026-07-1916.8182
2026-07-2616.8579
2026-08-0216.7172
2026-08-0916.5042
2026-08-1616.5743
2026-08-2416.3426
2026-08-3116.5824
2026-09-0716.4477
2026-09-1416.6250
2026-09-2116.6175

High

16.8579

Low

15.5337

Average

16.2058

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.