WST to BDT exchange rate API
Tala to Taka · quoted 2026-09-27
44.9567
▲ +1.53% over YTD
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 year to date, WST/BDT traded between 44.1076 and 45.7671, averaged 45.1070 and rose 1.53%. 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 YTD: show the values
| Point | WST/BDT |
|---|---|
| 2025-12-31 | 44.2803 |
| 2026-01-07 | 44.1812 |
| 2026-01-14 | 44.1076 |
| 2026-01-21 | 44.3941 |
| 2026-01-28 | 44.9892 |
| 2026-02-04 | 45.1596 |
| 2026-02-11 | 45.3782 |
| 2026-02-18 | 45.3646 |
| 2026-02-25 | 45.2072 |
| 2026-03-04 | 45.1968 |
| 2026-03-11 | 45.2952 |
| 2026-03-18 | 45.1771 |
| 2026-03-25 | 44.9173 |
| 2026-04-01 | 44.8857 |
| 2026-04-08 | 44.7064 |
| 2026-04-15 | 45.4093 |
| 2026-04-22 | 45.2316 |
| 2026-04-29 | 45.4411 |
| 2026-05-06 | 45.5133 |
| 2026-05-13 | 45.5726 |
| 2026-05-20 | 45.4058 |
| 2026-05-27 | 45.5854 |
| 2026-06-03 | 45.7671 |
| 2026-06-11 | 44.9860 |
| 2026-06-18 | 45.2724 |
| 2026-06-25 | 44.6610 |
| 2026-07-02 | 44.7985 |
| 2026-07-09 | 44.8743 |
| 2026-07-16 | 45.2625 |
| 2026-07-23 | 45.2044 |
| 2026-07-30 | 45.2084 |
| 2026-08-06 | 45.4883 |
| 2026-08-13 | 45.1690 |
| 2026-08-20 | 45.0079 |
| 2026-08-27 | 45.6234 |
| 2026-09-03 | 45.2333 |
| 2026-09-10 | 45.4207 |
| 2026-09-17 | 45.1065 |
| 2026-09-24 | 44.8390 |
High
45.7671
Low
44.1076
Average
45.1070
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.