Convert CNY to UGX
Chinese Yuan → Ugandan Shilling
1 CNY = 585.1685 UGX(1 UGX = 0.00170891 CNY)
Currency converter
1 CNY =
585.1685 UGX
CNY to UGX: last 30 days
Over the last 30 days, 1 CNY traded between 560.3576 and 587.9529 UGX, averaging 573.1393 UGX. The CNY/UGX rate is up 4.43% since 2026-08-28.
- 30-day high
- 587.9529
- 2026-09-21
- 30-day low
- 560.3576
- 2026-08-28
- 30-day average
- 573.1393
- Days with data: 30
- 30-day change
- +4.43%
- since 2026-08-28
587.9529
560.35762026-08-28 → 2026-09-26
| Date | 1 CNY in UGX | Daily change |
|---|---|---|
| 2026-09-26 | 585.1685 | 0.00% |
| 2026-09-25 | 585.1685 | +0.57% |
| 2026-09-24 | 581.8646 | -0.08% |
| 2026-09-23 | 582.3307 | -0.67% |
| 2026-09-22 | 586.2334 | -0.29% |
| 2026-09-21 | 587.9529 | +0.06% |
| 2026-09-20 | 587.5732 | +0.06% |
| 2026-09-19 | 587.232 | +0.09% |
| 2026-09-18 | 586.6965 | +0.29% |
| 2026-09-17 | 585.0053 | +0.37% |
| 2026-09-16 | 582.8459 | +0.47% |
| 2026-09-15 | 580.1356 | +0.61% |
| 2026-09-14 | 576.6466 | -0.01% |
| 2026-09-13 | 576.6851 | +0.04% |
| 2026-09-12 | 576.4406 | +0.93% |
| Date | 1 CNY in UGX | Daily change |
|---|---|---|
| 2026-09-11 | 571.1051 | +1.04% |
| 2026-09-10 | 565.2342 | +0.13% |
| 2026-09-09 | 564.4956 | +0.26% |
| 2026-09-08 | 563.0582 | +0.07% |
| 2026-09-07 | 562.6638 | -0.09% |
| 2026-09-06 | 563.1732 | +0.07% |
| 2026-09-05 | 562.7997 | -0.03% |
| 2026-09-04 | 562.9686 | +0.09% |
| 2026-09-03 | 562.4882 | +0.11% |
| 2026-09-02 | 561.8688 | -0.21% |
| 2026-09-01 | 563.0255 | +0.29% |
| 2026-08-31 | 561.3948 | +0.10% |
| 2026-08-30 | 560.8328 | +0.02% |
| 2026-08-29 | 560.7343 | +0.07% |
| 2026-08-28 | 560.3576 | — |
CNY to UGX conversion table
1 CNY585.1685 UGX
5 CNY2,925.8425 UGX
10 CNY5,851.685 UGX
25 CNY14,629.213 UGX
50 CNY29,258.425 UGX
100 CNY58,516.85 UGX
500 CNY292,584.25 UGX
1,000 CNY585,168.5 UGX
5,000 CNY2,925,842.5 UGX
10,000 CNY5,851,685 UGX
Get the CNY/UGX rate in your app
One GET request returns the latest CNY → UGX 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/UGX"fetch('https://rate-api.com/api/v1/pair/CNY/UGX', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} UGX`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/UGX",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} UGX")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/UGX');
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']} UGX\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "UGX"
},
"rate": 585.1685,
"timestamp": 1790429389,
"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
UGX to CNYUgandan Shilling → Chinese Yuan0.0017089Convert CNY to other currencies
Convert other currencies to UGX
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.