Skip to content

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

WST/BBD over 1Y: show the values
PointWST/BBD
2025-09-250.70934
2025-10-020.72932
2025-10-090.72630
2025-10-160.72449
2025-10-230.72495
2025-10-300.72694
2025-11-060.71918
2025-11-130.71628
2025-11-200.71543
2025-11-270.71451
2025-12-040.71826
2025-12-120.72375
2025-12-190.72356
2025-12-260.71720
2026-01-020.72215
2026-01-090.72194
2026-01-160.72160
2026-01-230.72899
2026-01-300.74213
2026-02-060.73755
2026-02-130.74232
2026-02-200.74142
2026-02-270.74223
2026-03-060.73561
2026-03-130.73643
2026-03-200.73889
2026-03-270.73656
2026-04-030.72100
2026-04-100.73945
2026-04-170.74301
2026-04-240.73908
2026-05-010.74767
2026-05-080.75255
2026-05-160.73899
2026-05-240.74096
2026-05-310.74140
2026-06-090.73503
2026-06-160.73813
2026-06-230.72989
2026-06-300.72565
2026-07-070.72840
2026-07-140.72972
2026-07-210.73459
2026-07-280.73325
2026-08-040.73749
2026-08-110.73553
2026-08-180.73749
2026-08-260.74190
2026-09-020.73823
2026-09-090.73807
2026-09-160.73318
2026-09-230.73139

High

0.75255

Low

0.70934

Average

0.73163

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=BBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=BBD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=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&currencies=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.