Skip to content

TJS to CNY exchange rate API

Somoni to Yuan Renminbi · quoted 2026-09-26

0.72829

▲ +0.05% over 30D

1 TJS = 0.72829 CNY · 1 CNY = 1.3731 TJS · Get this rate via the API

1 TJS buys 0.72829 CNY as of 2026-09-26, so 1 CNY buys 1.3731 TJS. Over the last 30 days, TJS/CNY traded between 0.72418 and 0.72862, averaged 0.72665 and rose 0.05%. The API holds daily TJS/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/CNY over 30D

TJS/CNY over 30D: show the values
PointTJS/CNY
2026-08-270.72790
2026-08-280.72776
2026-08-290.72783
2026-08-300.72746
2026-08-310.72477
2026-09-010.72862
2026-09-020.72759
2026-09-030.72809
2026-09-040.72732
2026-09-050.72704
2026-09-060.72565
2026-09-070.72760
2026-09-080.72701
2026-09-090.72637
2026-09-100.72605
2026-09-110.72612
2026-09-120.72532
2026-09-130.72577
2026-09-140.72574
2026-09-150.72667
2026-09-160.72694
2026-09-170.72418
2026-09-180.72612
2026-09-190.72620
2026-09-200.72561
2026-09-210.72564
2026-09-220.72537
2026-09-230.72606
2026-09-240.72504
2026-09-250.72824
2026-09-260.72829

High

0.72862

Low

0.72418

Average

0.72665

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/CNY API questions

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

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

How far back does TJS/CNY historical data go?

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