Convert CNY to KWD
Chinese Yuan → Kuwaiti Dinar
1 CNY = 0.046003 KWD(1 KWD = 21.737708 CNY)
Currency converter
1 CNY =
0.046003 KWD
CNY to KWD: last 30 days
Over the last 30 days, 1 CNY traded between 0.045909 and 0.046061 KWD, averaging 0.046005 KWD. The CNY/KWD rate is up 0.12% since 2026-08-28.
- 30-day high
- 0.046061
- 2026-09-24
- 30-day low
- 0.045909
- 2026-09-13
- 30-day average
- 0.046005
- Days with data: 30
- 30-day change
- +0.12%
- since 2026-08-28
0.046061
0.0459092026-08-28 → 2026-09-26
| Date | 1 CNY in KWD | Daily change |
|---|---|---|
| 2026-09-26 | 0.046003 | 0.00% |
| 2026-09-25 | 0.046003 | -0.13% |
| 2026-09-24 | 0.046061 | +0.09% |
| 2026-09-23 | 0.046021 | -0.06% |
| 2026-09-22 | 0.046048 | +0.02% |
| 2026-09-21 | 0.046039 | +0.00% |
| 2026-09-20 | 0.046038 | +0.04% |
| 2026-09-19 | 0.046018 | +0.17% |
| 2026-09-18 | 0.045941 | -0.20% |
| 2026-09-17 | 0.046035 | +0.01% |
| 2026-09-16 | 0.046033 | +0.06% |
| 2026-09-15 | 0.046005 | +0.01% |
| 2026-09-14 | 0.046003 | +0.20% |
| 2026-09-13 | 0.045909 | -0.13% |
| 2026-09-12 | 0.045968 | -0.03% |
| Date | 1 CNY in KWD | Daily change |
|---|---|---|
| 2026-09-11 | 0.045982 | -0.09% |
| 2026-09-10 | 0.046023 | -0.04% |
| 2026-09-09 | 0.046043 | +0.05% |
| 2026-09-08 | 0.046018 | -0.06% |
| 2026-09-07 | 0.046047 | +0.03% |
| 2026-09-06 | 0.046036 | -0.02% |
| 2026-09-05 | 0.046044 | +0.02% |
| 2026-09-04 | 0.046036 | +0.10% |
| 2026-09-03 | 0.045992 | -0.05% |
| 2026-09-02 | 0.046012 | +0.09% |
| 2026-09-01 | 0.045969 | +0.00% |
| 2026-08-31 | 0.045967 | +0.01% |
| 2026-08-30 | 0.045961 | +0.00% |
| 2026-08-29 | 0.04596 | +0.03% |
| 2026-08-28 | 0.045948 | — |
CNY to KWD conversion table
1 CNY0.046003 KWD
5 CNY0.23002 KWD
10 CNY0.46003 KWD
25 CNY1.1501 KWD
50 CNY2.3002 KWD
100 CNY4.6003 KWD
500 CNY23.0015 KWD
1,000 CNY46.003 KWD
5,000 CNY230.0151 KWD
10,000 CNY460.0301 KWD
Get the CNY/KWD rate in your app
One GET request returns the latest CNY → KWD 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/KWD"fetch('https://rate-api.com/api/v1/pair/CNY/KWD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KWD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KWD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KWD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KWD');
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']} KWD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KWD"
},
"rate": 0.046,
"timestamp": 1790429425,
"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
KWD to CNYKuwaiti Dinar → Chinese Yuan21.7377Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.