Convert CNY to UYU
Chinese Yuan → Uruguayan Peso
1 CNY = 5.967388 UYU(1 UYU = 0.167577 CNY)
Currency converter
1 CNY =
5.9674 UYU
CNY to UYU: last 30 days
Over the last 30 days, 1 CNY traded between 5.9674 and 6.0291 UYU, averaging 5.9948 UYU. The CNY/UYU rate is down 0.11% since 2026-08-28.
- 30-day high
- 6.0291
- 2026-09-17
- 30-day low
- 5.9674
- 2026-09-25
- 30-day average
- 5.9948
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
6.0291
5.96742026-08-28 → 2026-09-26
| Date | 1 CNY in UYU | Daily change |
|---|---|---|
| 2026-09-26 | 5.9674 | 0.00% |
| 2026-09-25 | 5.9674 | -0.42% |
| 2026-09-24 | 5.9924 | -0.07% |
| 2026-09-23 | 5.9967 | -0.10% |
| 2026-09-22 | 6.0026 | +0.02% |
| 2026-09-21 | 6.0014 | +0.13% |
| 2026-09-20 | 5.9939 | -0.15% |
| 2026-09-19 | 6.0028 | +0.01% |
| 2026-09-18 | 6.0022 | -0.45% |
| 2026-09-17 | 6.0291 | +0.67% |
| 2026-09-16 | 5.9889 | +0.04% |
| 2026-09-15 | 5.9867 | -0.03% |
| 2026-09-14 | 5.9885 | -0.33% |
| 2026-09-13 | 6.0084 | +0.25% |
| 2026-09-12 | 5.9935 | -0.17% |
| Date | 1 CNY in UYU | Daily change |
|---|---|---|
| 2026-09-11 | 6.0038 | +0.07% |
| 2026-09-10 | 5.9997 | +0.11% |
| 2026-09-09 | 5.9931 | -0.06% |
| 2026-09-08 | 5.9968 | -0.02% |
| 2026-09-07 | 5.998 | +0.05% |
| 2026-09-06 | 5.9953 | -0.03% |
| 2026-09-05 | 5.9971 | +0.19% |
| 2026-09-04 | 5.986 | +0.02% |
| 2026-09-03 | 5.9846 | -0.26% |
| 2026-09-02 | 6 | +0.22% |
| 2026-09-01 | 5.9866 | -0.60% |
| 2026-08-31 | 6.0226 | +0.49% |
| 2026-08-30 | 5.9931 | +0.01% |
| 2026-08-29 | 5.9925 | +0.31% |
| 2026-08-28 | 5.974 | — |
CNY to UYU conversion table
1 CNY5.9674 UYU
5 CNY29.8369 UYU
10 CNY59.6739 UYU
25 CNY149.1847 UYU
50 CNY298.3694 UYU
100 CNY596.7388 UYU
500 CNY2,983.6942 UYU
1,000 CNY5,967.3884 UYU
5,000 CNY29,836.942 UYU
10,000 CNY59,673.884 UYU
Get the CNY/UYU rate in your app
One GET request returns the latest CNY → UYU 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/UYU"fetch('https://rate-api.com/api/v1/pair/CNY/UYU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} UYU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/UYU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} UYU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/UYU');
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']} UYU\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "UYU"
},
"rate": 5.9674,
"timestamp": 1790438208,
"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
UYU to CNYUruguayan Peso → Chinese Yuan0.16758Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.