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: show the values
| Point | BBD/THB |
|---|---|
| 2025-12-31 | 15.8374 |
| 2026-01-07 | 15.6650 |
| 2026-01-14 | 15.7377 |
| 2026-01-21 | 15.5337 |
| 2026-01-28 | 15.5550 |
| 2026-02-04 | 15.8164 |
| 2026-02-11 | 15.5502 |
| 2026-02-18 | 15.6252 |
| 2026-02-25 | 15.5474 |
| 2026-03-04 | 15.7400 |
| 2026-03-11 | 15.8825 |
| 2026-03-18 | 16.3326 |
| 2026-03-25 | 16.2949 |
| 2026-04-01 | 16.2551 |
| 2026-04-08 | 15.9376 |
| 2026-04-15 | 15.9271 |
| 2026-04-22 | 15.9691 |
| 2026-04-29 | 16.2164 |
| 2026-05-06 | 16.0131 |
| 2026-05-14 | 16.1575 |
| 2026-05-21 | 16.3424 |
| 2026-05-29 | 16.2599 |
| 2026-06-05 | 16.3174 |
| 2026-06-14 | 16.3455 |
| 2026-06-21 | 16.4458 |
| 2026-06-28 | 16.6872 |
| 2026-07-05 | 16.5843 |
| 2026-07-12 | 16.6640 |
| 2026-07-19 | 16.8182 |
| 2026-07-26 | 16.8579 |
| 2026-08-02 | 16.7172 |
| 2026-08-09 | 16.5042 |
| 2026-08-16 | 16.5743 |
| 2026-08-24 | 16.3426 |
| 2026-08-31 | 16.5824 |
| 2026-09-07 | 16.4477 |
| 2026-09-14 | 16.6250 |
| 2026-09-21 | 16.6175 |
High
16.8579
Low
15.5337
Average
16.2058
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.