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: show the values
| Point | TJS/UZS |
|---|---|
| 2025-09-27 | 1302.42 |
| 2025-10-04 | 1300.40 |
| 2025-10-11 | 1310.46 |
| 2025-10-18 | 1324.50 |
| 2025-10-25 | 1299.52 |
| 2025-11-01 | 1302.08 |
| 2025-11-08 | 1303.48 |
| 2025-11-15 | 1306.31 |
| 2025-11-22 | 1290.04 |
| 2025-11-29 | 1292.51 |
| 2025-12-06 | 1310.11 |
| 2025-12-14 | 1304.26 |
| 2025-12-21 | 1302.16 |
| 2025-12-28 | 1303.54 |
| 2026-01-04 | 1299.42 |
| 2026-01-11 | 1304.63 |
| 2026-01-18 | 1282.97 |
| 2026-01-25 | 1292.08 |
| 2026-02-01 | 1301.99 |
| 2026-02-08 | 1313.25 |
| 2026-02-15 | 1294.60 |
| 2026-02-22 | 1289.89 |
| 2026-03-01 | 1279.83 |
| 2026-03-08 | 1272.17 |
| 2026-03-15 | 1259.09 |
| 2026-03-22 | 1272.38 |
| 2026-03-29 | 1275.38 |
| 2026-04-05 | 1272.27 |
| 2026-04-12 | 1279.34 |
| 2026-04-19 | 1286.89 |
| 2026-04-26 | 1278.14 |
| 2026-05-03 | 1273.74 |
| 2026-05-10 | 1300.12 |
| 2026-05-18 | 1283.49 |
| 2026-05-26 | 1298.65 |
| 2026-06-02 | 1294.71 |
| 2026-06-11 | 1293.63 |
| 2026-06-18 | 1301.66 |
| 2026-06-25 | 1299.89 |
| 2026-07-02 | 1289.59 |
| 2026-07-09 | 1295.91 |
| 2026-07-16 | 1307.21 |
| 2026-07-23 | 1303.98 |
| 2026-07-30 | 1308.14 |
| 2026-08-06 | 1287.70 |
| 2026-08-13 | 1290.59 |
| 2026-08-21 | 1280.37 |
| 2026-08-28 | 1278.48 |
| 2026-09-04 | 1276.66 |
| 2026-09-11 | 1275.83 |
| 2026-09-18 | 1282.01 |
| 2026-09-25 | 1281.75 |
High
1324.50
Low
1259.09
Average
1292.27
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.