Skip to content

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

WST/BDT over 5Y: show the values
PointWST/BDT
2024-08-2444.5663
2024-10-0742.3868
2024-11-0643.3883
2024-12-0642.9753
2025-01-0540.6819
2025-02-0441.4976
2025-03-0643.1256
2025-04-0643.4743
2025-05-0642.4866
2025-06-0541.6677
2025-07-0547.3154
2025-08-0443.9496
2025-09-0345.3362
2025-10-0344.3598
2025-11-0243.9219
2025-12-0243.7037
2026-01-0144.1506
2026-01-3145.2254
2026-03-0245.0426
2026-04-0144.8857
2026-05-0145.5481
2026-05-3145.5210
2026-07-0144.7266
2026-07-3145.2859
2026-08-3045.5936

High

47.3154

Low

40.6819

Average

44.0682

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.