WST to BBD exchange rate API
Tala to Barbados Dollar · quoted 2026-09-25
0.72717
▲ +2.51% over 1Y
1 WST = 0.72717 BBD · 1 BBD = 1.3752 WST · Get this rate via the API
1 WST buys 0.72717 BBD as of 2026-09-25, so 1 BBD buys 1.3752 WST. Over the last year, WST/BBD traded between 0.70934 and 0.75255, averaged 0.73163 and rose 2.51%. The API holds daily WST/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/BBD over 1Y: show the values
| Point | WST/BBD |
|---|---|
| 2025-09-25 | 0.70934 |
| 2025-10-02 | 0.72932 |
| 2025-10-09 | 0.72630 |
| 2025-10-16 | 0.72449 |
| 2025-10-23 | 0.72495 |
| 2025-10-30 | 0.72694 |
| 2025-11-06 | 0.71918 |
| 2025-11-13 | 0.71628 |
| 2025-11-20 | 0.71543 |
| 2025-11-27 | 0.71451 |
| 2025-12-04 | 0.71826 |
| 2025-12-12 | 0.72375 |
| 2025-12-19 | 0.72356 |
| 2025-12-26 | 0.71720 |
| 2026-01-02 | 0.72215 |
| 2026-01-09 | 0.72194 |
| 2026-01-16 | 0.72160 |
| 2026-01-23 | 0.72899 |
| 2026-01-30 | 0.74213 |
| 2026-02-06 | 0.73755 |
| 2026-02-13 | 0.74232 |
| 2026-02-20 | 0.74142 |
| 2026-02-27 | 0.74223 |
| 2026-03-06 | 0.73561 |
| 2026-03-13 | 0.73643 |
| 2026-03-20 | 0.73889 |
| 2026-03-27 | 0.73656 |
| 2026-04-03 | 0.72100 |
| 2026-04-10 | 0.73945 |
| 2026-04-17 | 0.74301 |
| 2026-04-24 | 0.73908 |
| 2026-05-01 | 0.74767 |
| 2026-05-08 | 0.75255 |
| 2026-05-16 | 0.73899 |
| 2026-05-24 | 0.74096 |
| 2026-05-31 | 0.74140 |
| 2026-06-09 | 0.73503 |
| 2026-06-16 | 0.73813 |
| 2026-06-23 | 0.72989 |
| 2026-06-30 | 0.72565 |
| 2026-07-07 | 0.72840 |
| 2026-07-14 | 0.72972 |
| 2026-07-21 | 0.73459 |
| 2026-07-28 | 0.73325 |
| 2026-08-04 | 0.73749 |
| 2026-08-11 | 0.73553 |
| 2026-08-18 | 0.73749 |
| 2026-08-26 | 0.74190 |
| 2026-09-02 | 0.73823 |
| 2026-09-09 | 0.73807 |
| 2026-09-16 | 0.73318 |
| 2026-09-23 | 0.73139 |
High
0.75255
Low
0.70934
Average
0.73163
Get this rate via the API
One GET request returns the WST/BBD 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=WST¤cies=BBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BBD").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/BBD API questions
How do I get the WST/BBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/BBD rate in rates.BBD.
How far back does WST/BBD historical data go?
Daily WST/BBD 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 WST/BBD 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.