Convert TRY to CNY
Turkish Lira → Chinese Yuan
1 TRY = 0.137194 CNY(1 CNY = 7.288932 TRY)
Currency converter
1 TRY =
0.13719 CNY
TRY to CNY: last 30 days
Over the last 30 days, 1 TRY traded between 0.13719 and 0.13931 CNY, averaging 0.13817 CNY. The TRY/CNY rate is down 1.52% since 2026-08-28.
- 30-day high
- 0.13931
- 2026-08-28
- 30-day low
- 0.13719
- 2026-09-25
- 30-day average
- 0.13817
- Days with data: 30
- 30-day change
- -1.52%
- since 2026-08-28
0.13931
0.137192026-08-28 → 2026-09-26
| Date | 1 TRY in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.13719 | 0.00% |
| 2026-09-25 | 0.13719 | -0.15% |
| 2026-09-24 | 0.1374 | +0.04% |
| 2026-09-23 | 0.13734 | +0.05% |
| 2026-09-22 | 0.13727 | +0.05% |
| 2026-09-21 | 0.1372 | -0.06% |
| 2026-09-20 | 0.13729 | 0.00% |
| 2026-09-19 | 0.13729 | 0.00% |
| 2026-09-18 | 0.13729 | -0.37% |
| 2026-09-17 | 0.1378 | -0.03% |
| 2026-09-16 | 0.13784 | -0.10% |
| 2026-09-15 | 0.13798 | +0.01% |
| 2026-09-14 | 0.13797 | -0.05% |
| 2026-09-13 | 0.13804 | 0.00% |
| 2026-09-12 | 0.13804 | 0.00% |
| Date | 1 TRY in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.13804 | -0.18% |
| 2026-09-10 | 0.13829 | -0.06% |
| 2026-09-09 | 0.13837 | -0.08% |
| 2026-09-08 | 0.13848 | -0.06% |
| 2026-09-07 | 0.13856 | +0.02% |
| 2026-09-06 | 0.13853 | 0.00% |
| 2026-09-05 | 0.13853 | 0.00% |
| 2026-09-04 | 0.13853 | -0.39% |
| 2026-09-03 | 0.13907 | -0.08% |
| 2026-09-02 | 0.13918 | -0.05% |
| 2026-09-01 | 0.13925 | +0.01% |
| 2026-08-31 | 0.13923 | -0.05% |
| 2026-08-30 | 0.13931 | 0.00% |
| 2026-08-29 | 0.13931 | 0.00% |
| 2026-08-28 | 0.13931 | — |
TRY to CNY conversion table
1 TRY0.13719 CNY
5 TRY0.68597 CNY
10 TRY1.3719 CNY
25 TRY3.4299 CNY
50 TRY6.8597 CNY
100 TRY13.7194 CNY
500 TRY68.5972 CNY
1,000 TRY137.1943 CNY
5,000 TRY685.9716 CNY
10,000 TRY1,371.9432 CNY
Get the TRY/CNY rate in your app
One GET request returns the latest TRY → CNY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/TRY/CNY"fetch('https://rate-api.com/api/v1/pair/TRY/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TRY = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TRY/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TRY = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TRY/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TRY = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "TRY",
"to": "CNY"
},
"rate": 0.1372,
"timestamp": 1790432034,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CNY to TRYChinese Yuan → Turkish Lira7.2889Convert TRY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.