WST to BDT exchange rate API
Tala to Taka · quoted 2026-09-27
44.9567
▲ +3.05% over 1Y
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 year, WST/BDT traded between 43.3536 and 45.5936, averaged 44.6276 and rose 3.05%. 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 1Y: show the values
| Point | WST/BDT |
|---|---|
| 2025-09-27 | 43.6253 |
| 2025-10-04 | 43.7321 |
| 2025-10-11 | 43.9049 |
| 2025-10-18 | 43.4184 |
| 2025-10-25 | 43.6998 |
| 2025-11-01 | 43.7124 |
| 2025-11-08 | 43.3536 |
| 2025-11-15 | 43.4187 |
| 2025-11-22 | 43.3549 |
| 2025-11-29 | 43.6382 |
| 2025-12-06 | 43.8621 |
| 2025-12-13 | 44.0361 |
| 2025-12-20 | 43.8659 |
| 2025-12-27 | 44.1038 |
| 2026-01-03 | 44.1783 |
| 2026-01-10 | 43.8956 |
| 2026-01-17 | 43.8532 |
| 2026-01-24 | 44.4086 |
| 2026-01-31 | 45.2254 |
| 2026-02-07 | 44.7834 |
| 2026-02-14 | 45.0896 |
| 2026-02-21 | 45.0752 |
| 2026-02-28 | 45.0471 |
| 2026-03-07 | 44.6294 |
| 2026-03-14 | 44.8937 |
| 2026-03-21 | 44.9746 |
| 2026-03-28 | 44.5445 |
| 2026-04-04 | 44.4458 |
| 2026-04-11 | 44.7409 |
| 2026-04-18 | 45.2531 |
| 2026-04-25 | 45.2290 |
| 2026-05-02 | 44.8558 |
| 2026-05-09 | 45.3717 |
| 2026-05-16 | 45.3625 |
| 2026-05-23 | 45.1142 |
| 2026-05-30 | 45.2597 |
| 2026-06-06 | 45.0715 |
| 2026-06-14 | 45.1707 |
| 2026-06-21 | 44.9877 |
| 2026-06-28 | 44.7790 |
| 2026-07-05 | 44.6761 |
| 2026-07-12 | 44.9806 |
| 2026-07-19 | 45.1882 |
| 2026-07-26 | 45.0474 |
| 2026-08-02 | 45.1944 |
| 2026-08-09 | 45.4244 |
| 2026-08-16 | 45.1502 |
| 2026-08-23 | 45.2516 |
| 2026-08-30 | 45.5936 |
| 2026-09-06 | 45.4673 |
| 2026-09-13 | 45.0805 |
| 2026-09-20 | 44.9545 |
| 2026-09-27 | 44.9567 |
High
45.5936
Low
43.3536
Average
44.6276
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.