Skip to content

TJS to WST exchange rate API

Somoni to Tala · quoted 2026-09-27

0.29717

▼ +0.82% over 1Y

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

1 TJS buys 0.29717 WST as of 2026-09-27, so 1 WST buys 3.3651 TJS. Over the last year, TJS/WST traded between 0.28210 and 0.30597, averaged 0.29437 and fell 0.82%. The API holds daily TJS/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/WST over 1Y

TJS/WST over 1Y: show the values
PointTJS/WST
2025-09-270.29961
2025-10-040.30007
2025-10-110.30152
2025-10-180.30448
2025-10-250.30152
2025-11-010.30315
2025-11-080.30575
2025-11-150.30449
2025-11-220.30597
2025-11-290.30372
2025-12-060.30394
2025-12-140.29901
2025-12-210.30084
2025-12-280.29820
2026-01-040.29865
2026-01-110.29766
2026-01-180.29869
2026-01-250.29362
2026-02-010.28654
2026-02-080.28932
2026-02-150.28498
2026-02-220.28498
2026-03-010.28300
2026-03-080.28321
2026-03-150.28217
2026-03-220.28210
2026-03-290.28699
2026-04-050.28646
2026-04-120.28667
2026-04-190.28733
2026-04-260.29019
2026-05-030.28683
2026-05-100.28854
2026-05-180.28962
2026-05-260.29191
2026-06-020.29162
2026-06-110.29297
2026-06-180.29253
2026-06-250.29708
2026-07-020.29741
2026-07-090.29629
2026-07-160.29529
2026-07-230.29547
2026-07-300.29707
2026-08-060.29492
2026-08-130.29417
2026-08-210.29230
2026-08-280.29206
2026-09-040.29378
2026-09-110.29434
2026-09-180.29692
2026-09-250.29835

High

0.30597

Low

0.28210

Average

0.29437

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=WST").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/WST API questions

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

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

How far back does TJS/WST historical data go?

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