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: show the values
| Point | BBD/THB |
|---|---|
| 2025-09-26 | 16.1326 |
| 2025-10-03 | 16.1974 |
| 2025-10-10 | 16.3524 |
| 2025-10-17 | 16.3826 |
| 2025-10-24 | 16.3775 |
| 2025-10-31 | 16.1624 |
| 2025-11-07 | 16.1699 |
| 2025-11-14 | 16.2002 |
| 2025-11-21 | 16.2248 |
| 2025-11-28 | 16.0976 |
| 2025-12-05 | 15.9274 |
| 2025-12-13 | 15.7544 |
| 2025-12-20 | 15.7332 |
| 2025-12-27 | 15.5216 |
| 2026-01-03 | 15.7604 |
| 2026-01-10 | 15.6910 |
| 2026-01-17 | 15.7189 |
| 2026-01-24 | 15.5476 |
| 2026-01-31 | 15.7702 |
| 2026-02-07 | 15.7575 |
| 2026-02-14 | 15.5350 |
| 2026-02-21 | 15.5350 |
| 2026-02-28 | 15.5404 |
| 2026-03-07 | 15.9255 |
| 2026-03-14 | 16.2011 |
| 2026-03-21 | 16.4450 |
| 2026-03-28 | 16.3134 |
| 2026-04-04 | 16.3450 |
| 2026-04-11 | 15.9451 |
| 2026-04-18 | 15.9489 |
| 2026-04-25 | 16.0804 |
| 2026-05-02 | 16.1345 |
| 2026-05-09 | 15.9908 |
| 2026-05-17 | 16.3215 |
| 2026-05-25 | 16.2398 |
| 2026-06-01 | 16.2777 |
| 2026-06-10 | 16.4776 |
| 2026-06-17 | 16.3075 |
| 2026-06-24 | 16.7152 |
| 2026-07-01 | 16.6924 |
| 2026-07-08 | 16.7226 |
| 2026-07-15 | 16.8223 |
| 2026-07-22 | 16.9048 |
| 2026-07-29 | 16.7649 |
| 2026-08-05 | 16.5700 |
| 2026-08-12 | 16.5301 |
| 2026-08-20 | 16.4575 |
| 2026-08-27 | 16.4277 |
| 2026-09-03 | 16.4925 |
| 2026-09-10 | 16.4975 |
| 2026-09-17 | 16.6523 |
| 2026-09-24 | 16.7401 |
High
16.9048
Low
15.5216
Average
16.2025
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.