Skip to content

TJS to STD exchange rate API

Somoni to Dobra · quoted 2026-09-27

2328.04

▲ +2.70% over 1Y

1 TJS = 2328.04 STD · 1 STD = 0.000430 TJS · Get this rate via the API

1 TJS buys 2328.04 STD as of 2026-09-27, so 1 STD buys 0.000430 TJS. Over the last year, TJS/STD traded between 2180.86 and 2351.06, averaged 2273.07 and rose 2.70%. The API holds daily TJS/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/STD over 1Y

TJS/STD over 1Y: show the values
PointTJS/STD
2025-09-272266.88
2025-10-042271.19
2025-10-112288.56
2025-10-182304.22
2025-10-252292.56
2025-11-012309.50
2025-11-082297.22
2025-11-152305.19
2025-11-222325.94
2025-11-292311.85
2025-12-062316.00
2025-12-142278.51
2025-12-212280.95
2025-12-282262.90
2026-01-042278.32
2026-01-112270.88
2026-01-182278.43
2026-01-252252.81
2026-02-012212.99
2026-02-082228.83
2026-02-152194.28
2026-02-222206.93
2026-03-012194.72
2026-03-082218.75
2026-03-152233.74
2026-03-222225.34
2026-03-292234.29
2026-04-052233.93
2026-04-122180.86
2026-04-192191.19
2026-04-262205.53
2026-05-032206.18
2026-05-102224.36
2026-05-182214.09
2026-05-262292.48
2026-06-022292.84
2026-06-112296.42
2026-06-182310.75
2026-06-252335.06
2026-07-022236.90
2026-07-092330.46
2026-07-162338.67
2026-07-232351.06
2026-07-302350.47
2026-08-062315.15
2026-08-132311.16
2026-08-212284.39
2026-08-282305.64
2026-09-042301.94
2026-09-112298.71
2026-09-182243.97
2026-09-252350.84

High

2351.06

Low

2180.86

Average

2273.07

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/STD API questions

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

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

How far back does TJS/STD historical data go?

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