Skip to content

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

WST/BDT over 30D: show the values
PointWST/BDT
2026-08-2845.6708
2026-08-2945.5283
2026-08-3045.5936
2026-08-3145.7160
2026-09-0145.4920
2026-09-0245.2946
2026-09-0345.2333
2026-09-0445.3450
2026-09-0545.2132
2026-09-0645.4673
2026-09-0745.3592
2026-09-0845.3998
2026-09-0945.3600
2026-09-1045.4207
2026-09-1145.3859
2026-09-1245.0901
2026-09-1345.0805
2026-09-1445.2907
2026-09-1545.1607
2026-09-1645.1433
2026-09-1745.1065
2026-09-1844.8394
2026-09-1944.6592
2026-09-2044.9545
2026-09-2144.9795
2026-09-2244.9400
2026-09-2344.9533
2026-09-2444.8390
2026-09-2544.7473
2026-09-2644.7921
2026-09-2744.9567

High

45.7160

Low

44.6592

Average

45.1865

For developers

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