Convert KES to CNY
Kenyan Shilling → Chinese Yuan
1 KES = 0.0518248 CNY(1 CNY = 19.295774 KES)
Currency converter
1 KES =
0.051825 CNY
KES to CNY: last 30 days
Over the last 30 days, 1 KES traded between 0.051635 and 0.051928 CNY, averaging 0.051821 CNY. The KES/CNY rate is down 0.19% since 2026-08-28.
- 30-day high
- 0.051928
- 2026-09-02
- 30-day low
- 0.051635
- 2026-09-18
- 30-day average
- 0.051821
- Days with data: 30
- 30-day change
- -0.19%
- since 2026-08-28
0.051928
0.0516352026-08-28 → 2026-09-26
| Date | 1 KES in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.051825 | 0.00% |
| 2026-09-25 | 0.051825 | -0.01% |
| 2026-09-24 | 0.051832 | +0.04% |
| 2026-09-23 | 0.051811 | +0.16% |
| 2026-09-22 | 0.051729 | +0.04% |
| 2026-09-21 | 0.051711 | -0.00% |
| 2026-09-20 | 0.051712 | -0.02% |
| 2026-09-19 | 0.051722 | +0.17% |
| 2026-09-18 | 0.051635 | -0.26% |
| 2026-09-17 | 0.051768 | +0.07% |
| 2026-09-16 | 0.051734 | -0.21% |
| 2026-09-15 | 0.051842 | +0.03% |
| 2026-09-14 | 0.051825 | -0.01% |
| 2026-09-13 | 0.051831 | +0.01% |
| 2026-09-12 | 0.051825 | -0.02% |
| Date | 1 KES in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.051834 | +0.04% |
| 2026-09-10 | 0.051814 | -0.02% |
| 2026-09-09 | 0.051827 | -0.04% |
| 2026-09-08 | 0.051847 | -0.01% |
| 2026-09-07 | 0.051851 | -0.01% |
| 2026-09-06 | 0.051854 | +0.01% |
| 2026-09-05 | 0.051847 | -0.00% |
| 2026-09-04 | 0.051847 | -0.13% |
| 2026-09-03 | 0.051914 | -0.03% |
| 2026-09-02 | 0.051928 | +0.05% |
| 2026-09-01 | 0.051904 | +0.24% |
| 2026-08-31 | 0.051779 | -0.28% |
| 2026-08-30 | 0.051923 | -0.00% |
| 2026-08-29 | 0.051924 | -0.00% |
| 2026-08-28 | 0.051925 | — |
KES to CNY conversion table
1 KES0.051825 CNY
5 KES0.25912 CNY
10 KES0.51825 CNY
25 KES1.2956 CNY
50 KES2.5912 CNY
100 KES5.1825 CNY
500 KES25.9124 CNY
1,000 KES51.8248 CNY
5,000 KES259.1241 CNY
10,000 KES518.2482 CNY
Get the KES/CNY rate in your app
One GET request returns the latest KES → 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/KES/CNY"fetch('https://rate-api.com/api/v1/pair/KES/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KES = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KES/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KES = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KES/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KES = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "KES",
"to": "CNY"
},
"rate": 0.0518,
"timestamp": 1790435145,
"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 KESChinese Yuan → Kenyan Shilling19.2958Convert KES to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.