WST to TJS exchange rate API
Tala to Somoni · quoted 2026-09-27
3.3651
▲ +0.82% over 1Y
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 last year, WST/TJS traded between 3.2683 and 3.5449, averaged 3.3988 and rose 0.82%. 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 1Y: show the values
| Point | WST/TJS |
|---|---|
| 2025-09-27 | 3.3376 |
| 2025-10-04 | 3.3325 |
| 2025-10-11 | 3.3166 |
| 2025-10-18 | 3.2843 |
| 2025-10-25 | 3.3165 |
| 2025-11-01 | 3.2987 |
| 2025-11-08 | 3.2707 |
| 2025-11-15 | 3.2842 |
| 2025-11-22 | 3.2683 |
| 2025-11-29 | 3.2925 |
| 2025-12-06 | 3.2902 |
| 2025-12-14 | 3.3444 |
| 2025-12-21 | 3.3240 |
| 2025-12-28 | 3.3535 |
| 2026-01-04 | 3.3484 |
| 2026-01-11 | 3.3596 |
| 2026-01-18 | 3.3479 |
| 2026-01-25 | 3.4058 |
| 2026-02-01 | 3.4899 |
| 2026-02-08 | 3.4564 |
| 2026-02-15 | 3.5090 |
| 2026-02-22 | 3.5090 |
| 2026-03-01 | 3.5336 |
| 2026-03-08 | 3.5309 |
| 2026-03-15 | 3.5439 |
| 2026-03-22 | 3.5449 |
| 2026-03-29 | 3.4844 |
| 2026-04-05 | 3.4909 |
| 2026-04-12 | 3.4883 |
| 2026-04-19 | 3.4804 |
| 2026-04-26 | 3.4460 |
| 2026-05-03 | 3.4864 |
| 2026-05-10 | 3.4657 |
| 2026-05-18 | 3.4528 |
| 2026-05-26 | 3.4257 |
| 2026-06-02 | 3.4292 |
| 2026-06-11 | 3.4133 |
| 2026-06-18 | 3.4185 |
| 2026-06-25 | 3.3661 |
| 2026-07-02 | 3.3623 |
| 2026-07-09 | 3.3750 |
| 2026-07-16 | 3.3865 |
| 2026-07-23 | 3.3845 |
| 2026-07-30 | 3.3662 |
| 2026-08-06 | 3.3908 |
| 2026-08-13 | 3.3994 |
| 2026-08-21 | 3.4211 |
| 2026-08-28 | 3.4239 |
| 2026-09-04 | 3.4040 |
| 2026-09-11 | 3.3974 |
| 2026-09-18 | 3.3679 |
| 2026-09-25 | 3.3518 |
High
3.5449
Low
3.2683
Average
3.3988
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=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¤cies=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.