Convert UYU to CNY
Uruguayan Peso → Chinese Yuan
1 UYU = 0.167577 CNY(1 CNY = 5.967388 UYU)
Currency converter
1 UYU =
0.16758 CNY
UYU to CNY: last 30 days
Over the last 30 days, 1 UYU traded between 0.16586 and 0.16758 CNY, averaging 0.16681 CNY. The UYU/CNY rate is up 0.11% since 2026-08-28.
- 30-day high
- 0.16758
- 2026-09-25
- 30-day low
- 0.16586
- 2026-09-17
- 30-day average
- 0.16681
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
0.16758
0.165862026-08-28 → 2026-09-26
| Date | 1 UYU in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.16758 | 0.00% |
| 2026-09-25 | 0.16758 | +0.42% |
| 2026-09-24 | 0.16688 | +0.07% |
| 2026-09-23 | 0.16676 | +0.10% |
| 2026-09-22 | 0.1666 | -0.02% |
| 2026-09-21 | 0.16663 | -0.12% |
| 2026-09-20 | 0.16684 | +0.15% |
| 2026-09-19 | 0.16659 | -0.01% |
| 2026-09-18 | 0.1666 | +0.45% |
| 2026-09-17 | 0.16586 | -0.67% |
| 2026-09-16 | 0.16697 | -0.04% |
| 2026-09-15 | 0.16704 | +0.03% |
| 2026-09-14 | 0.16699 | +0.33% |
| 2026-09-13 | 0.16643 | -0.25% |
| 2026-09-12 | 0.16685 | +0.17% |
| Date | 1 UYU in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.16656 | -0.07% |
| 2026-09-10 | 0.16668 | -0.11% |
| 2026-09-09 | 0.16686 | +0.06% |
| 2026-09-08 | 0.16676 | +0.02% |
| 2026-09-07 | 0.16672 | -0.05% |
| 2026-09-06 | 0.1668 | +0.03% |
| 2026-09-05 | 0.16675 | -0.19% |
| 2026-09-04 | 0.16706 | -0.02% |
| 2026-09-03 | 0.1671 | +0.26% |
| 2026-09-02 | 0.16667 | -0.22% |
| 2026-09-01 | 0.16704 | +0.60% |
| 2026-08-31 | 0.16604 | -0.49% |
| 2026-08-30 | 0.16686 | -0.01% |
| 2026-08-29 | 0.16687 | -0.31% |
| 2026-08-28 | 0.16739 | — |
UYU to CNY conversion table
1 UYU0.16758 CNY
5 UYU0.83789 CNY
10 UYU1.6758 CNY
25 UYU4.1894 CNY
50 UYU8.3789 CNY
100 UYU16.7577 CNY
500 UYU83.7887 CNY
1,000 UYU167.5775 CNY
5,000 UYU837.8875 CNY
10,000 UYU1,675.7749 CNY
Get the UYU/CNY rate in your app
One GET request returns the latest UYU → 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/UYU/CNY"fetch('https://rate-api.com/api/v1/pair/UYU/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 UYU = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/UYU/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 UYU = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/UYU/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 UYU = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "UYU",
"to": "CNY"
},
"rate": 0.1676,
"timestamp": 1790435215,
"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 UYUChinese Yuan → Uruguayan Peso5.9674Convert UYU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.