Skip to content

WST to BDT exchange rate API

Tala to Taka · quoted 2026-09-27

44.9567

▲ +0.67% over 6M

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 6 months, WST/BDT traded between 44.6572 and 45.7898, averaged 45.2198 and rose 0.67%. 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 6M

WST/BDT over 6M: show the values
PointWST/BDT
2026-03-3144.6572
2026-04-0744.7694
2026-04-1445.1380
2026-04-2145.2727
2026-04-2845.3647
2026-05-0545.5172
2026-05-1245.7898
2026-05-1945.5008
2026-05-2645.4857
2026-06-0245.6055
2026-06-1045.1298
2026-06-1745.3517
2026-06-2444.8441
2026-07-0144.7266
2026-07-0845.2300
2026-07-1545.0748
2026-07-2245.2570
2026-07-2945.1761
2026-08-0545.4578
2026-08-1245.3252
2026-08-1944.9912
2026-08-2645.5604
2026-09-0245.2946
2026-09-0945.3600
2026-09-1645.1433
2026-09-2344.9533

High

45.7898

Low

44.6572

Average

45.2198

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.