Convert CNY to KGS
Chinese Yuan → Kyrgystani Som
1 CNY = 13.027816 KGS(1 KGS = 0.0767588 CNY)
Currency converter
1 CNY =
13.0278 KGS
CNY to KGS: last 30 days
Over the last 30 days, 1 CNY traded between 13.0231 and 13.0622 KGS, averaging 13.0417 KGS. The CNY/KGS rate is up 0.01% since 2026-08-28.
- 30-day high
- 13.0622
- 2026-09-21
- 30-day low
- 13.0231
- 2026-09-01
- 30-day average
- 13.0417
- Days with data: 30
- 30-day change
- +0.01%
- since 2026-08-28
13.0622
13.02312026-08-28 → 2026-09-26
| Date | 1 CNY in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 13.0278 | 0.00% |
| 2026-09-25 | 13.0278 | -0.01% |
| 2026-09-24 | 13.0294 | -0.08% |
| 2026-09-23 | 13.0392 | -0.11% |
| 2026-09-22 | 13.053 | -0.07% |
| 2026-09-21 | 13.0622 | +0.03% |
| 2026-09-20 | 13.0581 | 0.00% |
| 2026-09-19 | 13.0581 | +0.01% |
| 2026-09-18 | 13.0569 | +0.14% |
| 2026-09-17 | 13.039 | -0.01% |
| 2026-09-16 | 13.0404 | -0.03% |
| 2026-09-15 | 13.0446 | -0.04% |
| 2026-09-14 | 13.0498 | -0.00% |
| 2026-09-13 | 13.0504 | 0.00% |
| 2026-09-12 | 13.0504 | -0.00% |
| Date | 1 CNY in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 13.0505 | -0.03% |
| 2026-09-10 | 13.0539 | +0.04% |
| 2026-09-09 | 13.0493 | +0.03% |
| 2026-09-08 | 13.0458 | +0.01% |
| 2026-09-07 | 13.0449 | -0.01% |
| 2026-09-06 | 13.0469 | 0.00% |
| 2026-09-05 | 13.0469 | +0.01% |
| 2026-09-04 | 13.0452 | +0.12% |
| 2026-09-03 | 13.029 | +0.03% |
| 2026-09-02 | 13.0245 | +0.01% |
| 2026-09-01 | 13.0231 | -0.04% |
| 2026-08-31 | 13.0284 | +0.03% |
| 2026-08-30 | 13.0248 | 0.00% |
| 2026-08-29 | 13.0248 | -0.01% |
| 2026-08-28 | 13.0262 | — |
CNY to KGS conversion table
1 CNY13.0278 KGS
5 CNY65.1391 KGS
10 CNY130.2782 KGS
25 CNY325.6954 KGS
50 CNY651.3908 KGS
100 CNY1,302.7816 KGS
500 CNY6,513.9078 KGS
1,000 CNY13,027.816 KGS
5,000 CNY65,139.078 KGS
10,000 CNY130,278.16 KGS
Get the CNY/KGS rate in your app
One GET request returns the latest CNY → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/CNY/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KGS"
},
"rate": 13.0278,
"timestamp": 1790429438,
"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
KGS to CNYKyrgystani Som → Chinese Yuan0.076759Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.