Convert CNY to KES
Chinese Yuan → Kenyan Shilling
1 CNY = 19.295774 KES(1 KES = 0.0518248 CNY)
Currency converter
1 CNY =
19.2958 KES
CNY to KES: last 30 days
Over the last 30 days, 1 CNY traded between 19.2576 and 19.3666 KES, averaging 19.2971 KES. The CNY/KES rate is up 0.19% since 2026-08-28.
- 30-day high
- 19.3666
- 2026-09-18
- 30-day low
- 19.2576
- 2026-09-02
- 30-day average
- 19.2971
- Days with data: 30
- 30-day change
- +0.19%
- since 2026-08-28
19.3666
19.25762026-08-28 → 2026-09-26
| Date | 1 CNY in KES | Daily change |
|---|---|---|
| 2026-09-26 | 19.2958 | 0.00% |
| 2026-09-25 | 19.2958 | +0.01% |
| 2026-09-24 | 19.293 | -0.04% |
| 2026-09-23 | 19.3011 | -0.16% |
| 2026-09-22 | 19.3314 | -0.04% |
| 2026-09-21 | 19.3384 | +0.00% |
| 2026-09-20 | 19.338 | +0.02% |
| 2026-09-19 | 19.3341 | -0.17% |
| 2026-09-18 | 19.3666 | +0.26% |
| 2026-09-17 | 19.317 | -0.07% |
| 2026-09-16 | 19.3296 | +0.21% |
| 2026-09-15 | 19.2895 | -0.03% |
| 2026-09-14 | 19.2958 | +0.01% |
| 2026-09-13 | 19.2933 | -0.01% |
| 2026-09-12 | 19.2959 | +0.02% |
| Date | 1 CNY in KES | Daily change |
|---|---|---|
| 2026-09-11 | 19.2924 | -0.04% |
| 2026-09-10 | 19.2998 | +0.02% |
| 2026-09-09 | 19.2951 | +0.04% |
| 2026-09-08 | 19.2877 | +0.01% |
| 2026-09-07 | 19.2861 | +0.01% |
| 2026-09-06 | 19.285 | -0.01% |
| 2026-09-05 | 19.2876 | +0.00% |
| 2026-09-04 | 19.2875 | +0.13% |
| 2026-09-03 | 19.2628 | +0.03% |
| 2026-09-02 | 19.2576 | -0.05% |
| 2026-09-01 | 19.2665 | -0.24% |
| 2026-08-31 | 19.3129 | +0.28% |
| 2026-08-30 | 19.2591 | +0.00% |
| 2026-08-29 | 19.2588 | +0.00% |
| 2026-08-28 | 19.2585 | — |
CNY to KES conversion table
1 CNY19.2958 KES
5 CNY96.4789 KES
10 CNY192.9577 KES
25 CNY482.3943 KES
50 CNY964.7887 KES
100 CNY1,929.5774 KES
500 CNY9,647.8869 KES
1,000 CNY19,295.774 KES
5,000 CNY96,478.869 KES
10,000 CNY192,957.74 KES
Get the CNY/KES rate in your app
One GET request returns the latest CNY → KES 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/KES"fetch('https://rate-api.com/api/v1/pair/CNY/KES', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KES`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KES",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KES")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KES');
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']} KES\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KES"
},
"rate": 19.2958,
"timestamp": 1790429435,
"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
KES to CNYKenyan Shilling → Chinese Yuan0.051825Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.