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: show the values
| Point | TJS/CNY |
|---|---|
| 2025-09-26 | 0.76139 |
| 2025-10-03 | 0.76331 |
| 2025-10-10 | 0.76436 |
| 2025-10-17 | 0.77473 |
| 2025-10-24 | 0.76921 |
| 2025-10-31 | 0.77249 |
| 2025-11-07 | 0.77173 |
| 2025-11-14 | 0.76882 |
| 2025-11-21 | 0.76695 |
| 2025-11-28 | 0.76617 |
| 2025-12-05 | 0.76853 |
| 2025-12-13 | 0.76356 |
| 2025-12-20 | 0.76616 |
| 2025-12-27 | 0.75708 |
| 2026-01-03 | 0.75836 |
| 2026-01-10 | 0.75175 |
| 2026-01-17 | 0.74775 |
| 2026-01-24 | 0.74491 |
| 2026-01-31 | 0.73892 |
| 2026-02-07 | 0.74053 |
| 2026-02-14 | 0.73220 |
| 2026-02-21 | 0.72906 |
| 2026-02-28 | 0.72112 |
| 2026-03-07 | 0.72042 |
| 2026-03-14 | 0.71886 |
| 2026-03-21 | 0.71882 |
| 2026-03-28 | 0.72329 |
| 2026-04-04 | 0.72057 |
| 2026-04-11 | 0.71871 |
| 2026-04-18 | 0.72305 |
| 2026-04-25 | 0.72846 |
| 2026-05-02 | 0.72782 |
| 2026-05-09 | 0.72893 |
| 2026-05-17 | 0.72961 |
| 2026-05-25 | 0.73289 |
| 2026-06-01 | 0.73229 |
| 2026-06-10 | 0.72526 |
| 2026-06-17 | 0.72905 |
| 2026-06-24 | 0.73384 |
| 2026-07-01 | 0.73488 |
| 2026-07-08 | 0.73332 |
| 2026-07-15 | 0.73521 |
| 2026-07-22 | 0.73259 |
| 2026-07-29 | 0.73430 |
| 2026-08-05 | 0.73245 |
| 2026-08-12 | 0.73172 |
| 2026-08-20 | 0.73302 |
| 2026-08-27 | 0.72790 |
| 2026-09-03 | 0.72809 |
| 2026-09-10 | 0.72605 |
| 2026-09-17 | 0.72418 |
| 2026-09-24 | 0.72504 |
High
0.77473
Low
0.71871
Average
0.74034
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.