Convert CNY to UZS
Chinese Yuan → Uzbekistani Som
1 CNY = 1,760.0667 UZS(1 UZS = 0.00056816 CNY)
Currency converter
1 CNY =
1,760.0667 UZS
CNY to UZS: last 30 days
Over the last 30 days, 1 CNY traded between 1,748.0947 and 1,768.5008 UZS, averaging 1,758.453 UZS. The CNY/UZS rate is up 0.19% since 2026-08-28.
- 30-day high
- 1,768.5008
- 2026-09-19
- 30-day low
- 1,748.0947
- 2026-09-15
- 30-day average
- 1,758.453
- Days with data: 30
- 30-day change
- +0.19%
- since 2026-08-28
1,768.5008
1,748.09472026-08-28 → 2026-09-26
| Date | 1 CNY in UZS | Daily change |
|---|---|---|
| 2026-09-26 | 1,760.0667 | 0.00% |
| 2026-09-25 | 1,760.0667 | -0.06% |
| 2026-09-24 | 1,761.0784 | +0.21% |
| 2026-09-23 | 1,757.3486 | -0.19% |
| 2026-09-22 | 1,760.7316 | -0.39% |
| 2026-09-21 | 1,767.711 | -0.00% |
| 2026-09-20 | 1,767.7157 | -0.04% |
| 2026-09-19 | 1,768.5008 | +0.17% |
| 2026-09-18 | 1,765.5572 | +0.49% |
| 2026-09-17 | 1,756.9866 | +0.11% |
| 2026-09-16 | 1,755.0379 | +0.40% |
| 2026-09-15 | 1,748.0947 | -0.11% |
| 2026-09-14 | 1,750.0471 | -0.23% |
| 2026-09-13 | 1,754.0905 | -0.18% |
| 2026-09-12 | 1,757.1935 | +0.01% |
| Date | 1 CNY in UZS | Daily change |
|---|---|---|
| 2026-09-11 | 1,757.0588 | -0.22% |
| 2026-09-10 | 1,760.8524 | +0.02% |
| 2026-09-09 | 1,760.5133 | +0.36% |
| 2026-09-08 | 1,754.1908 | -0.06% |
| 2026-09-07 | 1,755.1871 | -0.07% |
| 2026-09-06 | 1,756.3962 | -0.05% |
| 2026-09-05 | 1,757.3594 | +0.12% |
| 2026-09-04 | 1,755.2875 | +0.01% |
| 2026-09-03 | 1,755.1079 | -0.15% |
| 2026-09-02 | 1,757.8269 | +0.04% |
| 2026-09-01 | 1,757.0896 | -0.22% |
| 2026-08-31 | 1,761.0081 | +0.10% |
| 2026-08-30 | 1,759.3178 | -0.01% |
| 2026-08-29 | 1,759.4524 | +0.16% |
| 2026-08-28 | 1,756.7158 | — |
CNY to UZS conversion table
1 CNY1,760.0667 UZS
5 CNY8,800.3336 UZS
10 CNY17,600.667 UZS
25 CNY44,001.668 UZS
50 CNY88,003.336 UZS
100 CNY176,006.67 UZS
500 CNY880,033.36 UZS
1,000 CNY1,760,066.7 UZS
5,000 CNY8,800,333.6 UZS
10,000 CNY17,600,667 UZS
Get the CNY/UZS rate in your app
One GET request returns the latest CNY → UZS 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/CNY/UZS"fetch('https://rate-api.com/api/v1/pair/CNY/UZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} UZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/UZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} UZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/UZS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} UZS\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "UZS"
},
"rate": 1760.0667,
"timestamp": 1790429404,
"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
UZS to CNYUzbekistani Som → Chinese Yuan0.00056816Convert CNY to other currencies
Convert other currencies to UZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.