Skip to content

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

WST/BDT over 1Y: show the values
PointWST/BDT
2025-09-2743.6253
2025-10-0443.7321
2025-10-1143.9049
2025-10-1843.4184
2025-10-2543.6998
2025-11-0143.7124
2025-11-0843.3536
2025-11-1543.4187
2025-11-2243.3549
2025-11-2943.6382
2025-12-0643.8621
2025-12-1344.0361
2025-12-2043.8659
2025-12-2744.1038
2026-01-0344.1783
2026-01-1043.8956
2026-01-1743.8532
2026-01-2444.4086
2026-01-3145.2254
2026-02-0744.7834
2026-02-1445.0896
2026-02-2145.0752
2026-02-2845.0471
2026-03-0744.6294
2026-03-1444.8937
2026-03-2144.9746
2026-03-2844.5445
2026-04-0444.4458
2026-04-1144.7409
2026-04-1845.2531
2026-04-2545.2290
2026-05-0244.8558
2026-05-0945.3717
2026-05-1645.3625
2026-05-2345.1142
2026-05-3045.2597
2026-06-0645.0715
2026-06-1445.1707
2026-06-2144.9877
2026-06-2844.7790
2026-07-0544.6761
2026-07-1244.9806
2026-07-1945.1882
2026-07-2645.0474
2026-08-0245.1944
2026-08-0945.4244
2026-08-1645.1502
2026-08-2345.2516
2026-08-3045.5936
2026-09-0645.4673
2026-09-1345.0805
2026-09-2044.9545
2026-09-2744.9567

High

45.5936

Low

43.3536

Average

44.6276

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.