Convert KGS to CNY
Kyrgystani Som → Chinese Yuan
1 KGS = 0.0767588 CNY(1 CNY = 13.027816 KGS)
Currency converter
1 KGS =
0.076759 CNY
KGS to CNY: last 30 days
Over the last 30 days, 1 KGS traded between 0.076557 and 0.076787 CNY, averaging 0.076677 CNY. The KGS/CNY rate is down 0.01% since 2026-08-28.
- 30-day high
- 0.076787
- 2026-09-01
- 30-day low
- 0.076557
- 2026-09-21
- 30-day average
- 0.076677
- Days with data: 30
- 30-day change
- -0.01%
- since 2026-08-28
0.076787
0.0765572026-08-28 → 2026-09-26
| Date | 1 KGS in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.076759 | 0.00% |
| 2026-09-25 | 0.076759 | +0.01% |
| 2026-09-24 | 0.07675 | +0.08% |
| 2026-09-23 | 0.076692 | +0.11% |
| 2026-09-22 | 0.076611 | +0.07% |
| 2026-09-21 | 0.076557 | -0.03% |
| 2026-09-20 | 0.076581 | 0.00% |
| 2026-09-19 | 0.076581 | -0.01% |
| 2026-09-18 | 0.076588 | -0.14% |
| 2026-09-17 | 0.076693 | +0.01% |
| 2026-09-16 | 0.076685 | +0.03% |
| 2026-09-15 | 0.07666 | +0.04% |
| 2026-09-14 | 0.076629 | +0.00% |
| 2026-09-13 | 0.076626 | 0.00% |
| 2026-09-12 | 0.076626 | +0.00% |
| Date | 1 KGS in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.076625 | +0.03% |
| 2026-09-10 | 0.076605 | -0.04% |
| 2026-09-09 | 0.076632 | -0.03% |
| 2026-09-08 | 0.076653 | -0.01% |
| 2026-09-07 | 0.076658 | +0.01% |
| 2026-09-06 | 0.076647 | 0.00% |
| 2026-09-05 | 0.076647 | -0.01% |
| 2026-09-04 | 0.076656 | -0.12% |
| 2026-09-03 | 0.076752 | -0.03% |
| 2026-09-02 | 0.076778 | -0.01% |
| 2026-09-01 | 0.076787 | +0.04% |
| 2026-08-31 | 0.076755 | -0.03% |
| 2026-08-30 | 0.076777 | 0.00% |
| 2026-08-29 | 0.076777 | +0.01% |
| 2026-08-28 | 0.076768 | — |
KGS to CNY conversion table
1 KGS0.076759 CNY
5 KGS0.38379 CNY
10 KGS0.76759 CNY
25 KGS1.919 CNY
50 KGS3.8379 CNY
100 KGS7.6759 CNY
500 KGS38.3794 CNY
1,000 KGS76.7588 CNY
5,000 KGS383.7942 CNY
10,000 KGS767.5884 CNY
Get the KGS/CNY rate in your app
One GET request returns the latest KGS → 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/KGS/CNY"fetch('https://rate-api.com/api/v1/pair/KGS/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KGS = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KGS/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KGS = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KGS/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KGS = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "KGS",
"to": "CNY"
},
"rate": 0.0768,
"timestamp": 1790435240,
"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 KGSChinese Yuan → Kyrgystani Som13.0278Convert KGS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.