BBD to THB exchange rate API
Barbados Dollar to Baht · quoted 2026-09-26
16.6983
▼ +1.47% over 5Y
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 5 years, BBD/THB traded between 15.6876 and 17.2285, averaged 16.4788 and fell 1.47%. 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 5Y: show the values
| Point | BBD/THB |
|---|---|
| 2024-08-24 | 16.9478 |
| 2024-10-07 | 16.6950 |
| 2024-11-06 | 17.1599 |
| 2024-12-06 | 16.9974 |
| 2025-01-05 | 17.2285 |
| 2025-02-04 | 16.9023 |
| 2025-03-06 | 16.8576 |
| 2025-04-06 | 17.2003 |
| 2025-05-06 | 16.3174 |
| 2025-06-07 | 16.3455 |
| 2025-07-07 | 16.2926 |
| 2025-08-06 | 16.1901 |
| 2025-09-05 | 16.0875 |
| 2025-10-06 | 16.2125 |
| 2025-11-05 | 16.2600 |
| 2025-12-05 | 15.9274 |
| 2026-01-05 | 15.6876 |
| 2026-02-04 | 15.8164 |
| 2026-03-06 | 15.9874 |
| 2026-04-05 | 16.3293 |
| 2026-05-05 | 16.2037 |
| 2026-06-06 | 16.4067 |
| 2026-07-08 | 16.7226 |
| 2026-08-07 | 16.5275 |
| 2026-09-07 | 16.4477 |
High
17.2285
Low
15.6876
Average
16.4788
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.