Skip to content

BBD to THB exchange rate API

Barbados Dollar to Baht · quoted 2026-09-26

16.6983

▲ +3.51% over 1Y

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 year, BBD/THB traded between 15.5216 and 16.9048, averaged 16.2025 and rose 3.51%. 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 1Y

BBD/THB over 1Y: show the values
PointBBD/THB
2025-09-2616.1326
2025-10-0316.1974
2025-10-1016.3524
2025-10-1716.3826
2025-10-2416.3775
2025-10-3116.1624
2025-11-0716.1699
2025-11-1416.2002
2025-11-2116.2248
2025-11-2816.0976
2025-12-0515.9274
2025-12-1315.7544
2025-12-2015.7332
2025-12-2715.5216
2026-01-0315.7604
2026-01-1015.6910
2026-01-1715.7189
2026-01-2415.5476
2026-01-3115.7702
2026-02-0715.7575
2026-02-1415.5350
2026-02-2115.5350
2026-02-2815.5404
2026-03-0715.9255
2026-03-1416.2011
2026-03-2116.4450
2026-03-2816.3134
2026-04-0416.3450
2026-04-1115.9451
2026-04-1815.9489
2026-04-2516.0804
2026-05-0216.1345
2026-05-0915.9908
2026-05-1716.3215
2026-05-2516.2398
2026-06-0116.2777
2026-06-1016.4776
2026-06-1716.3075
2026-06-2416.7152
2026-07-0116.6924
2026-07-0816.7226
2026-07-1516.8223
2026-07-2216.9048
2026-07-2916.7649
2026-08-0516.5700
2026-08-1216.5301
2026-08-2016.4575
2026-08-2716.4277
2026-09-0316.4925
2026-09-1016.4975
2026-09-1716.6523
2026-09-2416.7401

High

16.9048

Low

15.5216

Average

16.2025

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.