WST to BDT exchange rate API
Tala to Taka · quoted 2026-09-27
44.9567
▼ +1.56% over 30D
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 30 days, WST/BDT traded between 44.6592 and 45.7160, averaged 45.1865 and fell 1.56%. 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 30D: show the values
| Point | WST/BDT |
|---|---|
| 2026-08-28 | 45.6708 |
| 2026-08-29 | 45.5283 |
| 2026-08-30 | 45.5936 |
| 2026-08-31 | 45.7160 |
| 2026-09-01 | 45.4920 |
| 2026-09-02 | 45.2946 |
| 2026-09-03 | 45.2333 |
| 2026-09-04 | 45.3450 |
| 2026-09-05 | 45.2132 |
| 2026-09-06 | 45.4673 |
| 2026-09-07 | 45.3592 |
| 2026-09-08 | 45.3998 |
| 2026-09-09 | 45.3600 |
| 2026-09-10 | 45.4207 |
| 2026-09-11 | 45.3859 |
| 2026-09-12 | 45.0901 |
| 2026-09-13 | 45.0805 |
| 2026-09-14 | 45.2907 |
| 2026-09-15 | 45.1607 |
| 2026-09-16 | 45.1433 |
| 2026-09-17 | 45.1065 |
| 2026-09-18 | 44.8394 |
| 2026-09-19 | 44.6592 |
| 2026-09-20 | 44.9545 |
| 2026-09-21 | 44.9795 |
| 2026-09-22 | 44.9400 |
| 2026-09-23 | 44.9533 |
| 2026-09-24 | 44.8390 |
| 2026-09-25 | 44.7473 |
| 2026-09-26 | 44.7921 |
| 2026-09-27 | 44.9567 |
High
45.7160
Low
44.6592
Average
45.1865
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.