Skip to content

TJS to UZS exchange rate API

Somoni to Uzbekistan Sum · quoted 2026-09-27

1279.87

▼ +1.73% over 1Y

1 TJS = 1279.87 UZS · 1 UZS = 0.000781 TJS · Get this rate via the API

1 TJS buys 1279.87 UZS as of 2026-09-27, so 1 UZS buys 0.000781 TJS. Over the last year, TJS/UZS traded between 1259.09 and 1324.50, averaged 1292.27 and fell 1.73%. The API holds daily TJS/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/UZS over 1Y

TJS/UZS over 1Y: show the values
PointTJS/UZS
2025-09-271302.42
2025-10-041300.40
2025-10-111310.46
2025-10-181324.50
2025-10-251299.52
2025-11-011302.08
2025-11-081303.48
2025-11-151306.31
2025-11-221290.04
2025-11-291292.51
2025-12-061310.11
2025-12-141304.26
2025-12-211302.16
2025-12-281303.54
2026-01-041299.42
2026-01-111304.63
2026-01-181282.97
2026-01-251292.08
2026-02-011301.99
2026-02-081313.25
2026-02-151294.60
2026-02-221289.89
2026-03-011279.83
2026-03-081272.17
2026-03-151259.09
2026-03-221272.38
2026-03-291275.38
2026-04-051272.27
2026-04-121279.34
2026-04-191286.89
2026-04-261278.14
2026-05-031273.74
2026-05-101300.12
2026-05-181283.49
2026-05-261298.65
2026-06-021294.71
2026-06-111293.63
2026-06-181301.66
2026-06-251299.89
2026-07-021289.59
2026-07-091295.91
2026-07-161307.21
2026-07-231303.98
2026-07-301308.14
2026-08-061287.70
2026-08-131290.59
2026-08-211280.37
2026-08-281278.48
2026-09-041276.66
2026-09-111275.83
2026-09-181282.01
2026-09-251281.75

High

1324.50

Low

1259.09

Average

1292.27

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/UZS API questions

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

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

How far back does TJS/UZS historical data go?

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