Convert UZS to CNY
Uzbekistani Som → Chinese Yuan
1 UZS = 0.00056816 CNY(1 CNY = 1,760.0667 UZS)
Currency converter
1 UZS =
0.00056816 CNY
UZS to CNY: last 30 days
Over the last 30 days, 1 UZS traded between 0.00056545 and 0.00057205 CNY, averaging 0.00056869 CNY. The UZS/CNY rate is down 0.19% since 2026-08-28.
- 30-day high
- 0.00057205
- 2026-09-15
- 30-day low
- 0.00056545
- 2026-09-19
- 30-day average
- 0.00056869
- Days with data: 30
- 30-day change
- -0.19%
- since 2026-08-28
0.00057205
0.000565452026-08-28 → 2026-09-26
| Date | 1 UZS in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.00056816 | 0.00% |
| 2026-09-25 | 0.00056816 | +0.06% |
| 2026-09-24 | 0.00056783 | -0.21% |
| 2026-09-23 | 0.00056904 | +0.19% |
| 2026-09-22 | 0.00056795 | +0.40% |
| 2026-09-21 | 0.0005657 | +0.00% |
| 2026-09-20 | 0.0005657 | +0.04% |
| 2026-09-19 | 0.00056545 | -0.17% |
| 2026-09-18 | 0.00056639 | -0.49% |
| 2026-09-17 | 0.00056916 | -0.11% |
| 2026-09-16 | 0.00056979 | -0.40% |
| 2026-09-15 | 0.00057205 | +0.11% |
| 2026-09-14 | 0.00057141 | +0.23% |
| 2026-09-13 | 0.0005701 | +0.18% |
| 2026-09-12 | 0.00056909 | -0.01% |
| Date | 1 UZS in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.00056913 | +0.22% |
| 2026-09-10 | 0.00056791 | -0.02% |
| 2026-09-09 | 0.00056802 | -0.36% |
| 2026-09-08 | 0.00057006 | +0.06% |
| 2026-09-07 | 0.00056974 | +0.07% |
| 2026-09-06 | 0.00056935 | +0.05% |
| 2026-09-05 | 0.00056904 | -0.12% |
| 2026-09-04 | 0.00056971 | -0.01% |
| 2026-09-03 | 0.00056977 | +0.15% |
| 2026-09-02 | 0.00056888 | -0.04% |
| 2026-09-01 | 0.00056912 | +0.22% |
| 2026-08-31 | 0.00056786 | -0.10% |
| 2026-08-30 | 0.0005684 | +0.01% |
| 2026-08-29 | 0.00056836 | -0.16% |
| 2026-08-28 | 0.00056924 | — |
UZS to CNY conversion table
1 UZS0.00056816 CNY
5 UZS0.0028408 CNY
10 UZS0.0056816 CNY
25 UZS0.014204 CNY
50 UZS0.028408 CNY
100 UZS0.056816 CNY
500 UZS0.28408 CNY
1,000 UZS0.56816 CNY
5,000 UZS2.8408 CNY
10,000 UZS5.6816 CNY
Get the UZS/CNY rate in your app
One GET request returns the latest UZS → 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/UZS/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/UZS/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UZS = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UZS/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UZS = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UZS/CNY?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UZS = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "UZS",
"to": "CNY"
},
"rate": 0.000568,
"timestamp": 1790432136,
"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 UZSChinese Yuan → Uzbekistani Som1,760.0667Convert UZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.