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: show the values
| Point | TJS/STD |
|---|---|
| 2025-09-27 | 2266.88 |
| 2025-10-04 | 2271.19 |
| 2025-10-11 | 2288.56 |
| 2025-10-18 | 2304.22 |
| 2025-10-25 | 2292.56 |
| 2025-11-01 | 2309.50 |
| 2025-11-08 | 2297.22 |
| 2025-11-15 | 2305.19 |
| 2025-11-22 | 2325.94 |
| 2025-11-29 | 2311.85 |
| 2025-12-06 | 2316.00 |
| 2025-12-14 | 2278.51 |
| 2025-12-21 | 2280.95 |
| 2025-12-28 | 2262.90 |
| 2026-01-04 | 2278.32 |
| 2026-01-11 | 2270.88 |
| 2026-01-18 | 2278.43 |
| 2026-01-25 | 2252.81 |
| 2026-02-01 | 2212.99 |
| 2026-02-08 | 2228.83 |
| 2026-02-15 | 2194.28 |
| 2026-02-22 | 2206.93 |
| 2026-03-01 | 2194.72 |
| 2026-03-08 | 2218.75 |
| 2026-03-15 | 2233.74 |
| 2026-03-22 | 2225.34 |
| 2026-03-29 | 2234.29 |
| 2026-04-05 | 2233.93 |
| 2026-04-12 | 2180.86 |
| 2026-04-19 | 2191.19 |
| 2026-04-26 | 2205.53 |
| 2026-05-03 | 2206.18 |
| 2026-05-10 | 2224.36 |
| 2026-05-18 | 2214.09 |
| 2026-05-26 | 2292.48 |
| 2026-06-02 | 2292.84 |
| 2026-06-11 | 2296.42 |
| 2026-06-18 | 2310.75 |
| 2026-06-25 | 2335.06 |
| 2026-07-02 | 2236.90 |
| 2026-07-09 | 2330.46 |
| 2026-07-16 | 2338.67 |
| 2026-07-23 | 2351.06 |
| 2026-07-30 | 2350.47 |
| 2026-08-06 | 2315.15 |
| 2026-08-13 | 2311.16 |
| 2026-08-21 | 2284.39 |
| 2026-08-28 | 2305.64 |
| 2026-09-04 | 2301.94 |
| 2026-09-11 | 2298.71 |
| 2026-09-18 | 2243.97 |
| 2026-09-25 | 2350.84 |
High
2351.06
Low
2180.86
Average
2273.07
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.