WST to BDT exchange rate API
Tala to Taka · quoted 2026-09-27
44.9567
▲ +0.88% over 5Y
1 WST = 44.9567 BDT · 1 BDT = 0.02224 WST · Get this rate via the API
1 WST buys 44.9567 BDT as of 2026-09-27, so 1 BDT buys 0.02224 WST. Over the last 5 years, WST/BDT traded between 40.6819 and 47.3154, averaged 44.0682 and rose 0.88%. The API holds daily WST/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/BDT over 5Y: show the values
| Point | WST/BDT |
|---|---|
| 2024-08-24 | 44.5663 |
| 2024-10-07 | 42.3868 |
| 2024-11-06 | 43.3883 |
| 2024-12-06 | 42.9753 |
| 2025-01-05 | 40.6819 |
| 2025-02-04 | 41.4976 |
| 2025-03-06 | 43.1256 |
| 2025-04-06 | 43.4743 |
| 2025-05-06 | 42.4866 |
| 2025-06-05 | 41.6677 |
| 2025-07-05 | 47.3154 |
| 2025-08-04 | 43.9496 |
| 2025-09-03 | 45.3362 |
| 2025-10-03 | 44.3598 |
| 2025-11-02 | 43.9219 |
| 2025-12-02 | 43.7037 |
| 2026-01-01 | 44.1506 |
| 2026-01-31 | 45.2254 |
| 2026-03-02 | 45.0426 |
| 2026-04-01 | 44.8857 |
| 2026-05-01 | 45.5481 |
| 2026-05-31 | 45.5210 |
| 2026-07-01 | 44.7266 |
| 2026-07-31 | 45.2859 |
| 2026-08-30 | 45.5936 |
High
47.3154
Low
40.6819
Average
44.0682
Get this rate via the API
One GET request returns the WST/BDT 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=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BDT").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/BDT API questions
How do I get the WST/BDT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BDT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/BDT rate in rates.BDT.
How far back does WST/BDT historical data go?
Daily WST/BDT 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/BDT 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.