Skip to content

WST to TJS exchange rate API

Tala to Somoni · quoted 2026-09-27

3.3651

▲ +0.49% over YTD

1 WST = 3.3651 TJS · 1 TJS = 0.29717 WST · Get this rate via the API

1 WST buys 3.3651 TJS as of 2026-09-27, so 1 TJS buys 0.29717 WST. Over the year to date, WST/TJS traded between 3.3452 and 3.5414, averaged 3.4326 and rose 0.49%. The API holds daily WST/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/TJS over YTD

WST/TJS over YTD: show the values
PointWST/TJS
2025-12-313.3486
2026-01-073.3452
2026-01-143.3692
2026-01-213.3852
2026-01-283.4258
2026-02-043.4467
2026-02-113.4826
2026-02-183.5091
2026-02-253.4971
2026-03-043.5290
2026-03-113.5414
2026-03-183.5237
2026-03-253.5041
2026-04-013.5035
2026-04-083.4340
2026-04-153.4987
2026-04-223.4625
2026-04-293.4690
2026-05-063.4620
2026-05-143.4818
2026-05-213.4656
2026-05-293.4355
2026-06-053.4485
2026-06-143.4273
2026-06-213.4098
2026-06-283.3712
2026-07-053.3708
2026-07-123.3780
2026-07-193.3929
2026-07-263.3799
2026-08-023.3888
2026-08-093.3907
2026-08-163.3905
2026-08-243.4163
2026-08-313.4377
2026-09-073.4049
2026-09-143.3966
2026-09-213.3810

High

3.5414

Low

3.3452

Average

3.4326

For developers

Get this rate via the API

One GET request returns the WST/TJS 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=TJS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=TJS");
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=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

WST/TJS API questions

How do I get the WST/TJS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/TJS rate in rates.TJS.

How far back does WST/TJS historical data go?

Daily WST/TJS 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/TJS 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.