Skip to content

TJS to CNY exchange rate API

Somoni to Yuan Renminbi · quoted 2026-09-26

0.72829

▼ +4.35% over 1Y

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 year, TJS/CNY traded between 0.71871 and 0.77473, averaged 0.74034 and fell 4.35%. 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 1Y

TJS/CNY over 1Y: show the values
PointTJS/CNY
2025-09-260.76139
2025-10-030.76331
2025-10-100.76436
2025-10-170.77473
2025-10-240.76921
2025-10-310.77249
2025-11-070.77173
2025-11-140.76882
2025-11-210.76695
2025-11-280.76617
2025-12-050.76853
2025-12-130.76356
2025-12-200.76616
2025-12-270.75708
2026-01-030.75836
2026-01-100.75175
2026-01-170.74775
2026-01-240.74491
2026-01-310.73892
2026-02-070.74053
2026-02-140.73220
2026-02-210.72906
2026-02-280.72112
2026-03-070.72042
2026-03-140.71886
2026-03-210.71882
2026-03-280.72329
2026-04-040.72057
2026-04-110.71871
2026-04-180.72305
2026-04-250.72846
2026-05-020.72782
2026-05-090.72893
2026-05-170.72961
2026-05-250.73289
2026-06-010.73229
2026-06-100.72526
2026-06-170.72905
2026-06-240.73384
2026-07-010.73488
2026-07-080.73332
2026-07-150.73521
2026-07-220.73259
2026-07-290.73430
2026-08-050.73245
2026-08-120.73172
2026-08-200.73302
2026-08-270.72790
2026-09-030.72809
2026-09-100.72605
2026-09-170.72418
2026-09-240.72504

High

0.77473

Low

0.71871

Average

0.74034

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.