Convert CNY to KID
Chinese Yuan → Kiribati Dollar
1 CNY = 0.211885 KID(1 KID = 4.719544 CNY)
Currency converter
1 CNY =
0.21188 KID
CNY to KID: last 30 days
Over the last 30 days, 1 CNY traded between 0.20645 and 0.21201 KID, averaging 0.20851 KID. The CNY/KID rate is up 2.41% since 2026-08-28.
- 30-day high
- 0.21201
- 2026-09-24
- 30-day low
- 0.20645
- 2026-09-08
- 30-day average
- 0.20851
- Days with data: 30
- 30-day change
- +2.41%
- since 2026-08-28
0.21201
0.206452026-08-28 → 2026-09-26
| Date | 1 CNY in KID | Daily change |
|---|---|---|
| 2026-09-26 | 0.21188 | 0.00% |
| 2026-09-25 | 0.21188 | -0.06% |
| 2026-09-24 | 0.21201 | +0.50% |
| 2026-09-23 | 0.21095 | +0.67% |
| 2026-09-22 | 0.20955 | -0.11% |
| 2026-09-21 | 0.20977 | +0.04% |
| 2026-09-20 | 0.20969 | +0.01% |
| 2026-09-19 | 0.20967 | -0.13% |
| 2026-09-18 | 0.20994 | +0.11% |
| 2026-09-17 | 0.20972 | +0.25% |
| 2026-09-16 | 0.2092 | +0.21% |
| 2026-09-15 | 0.20876 | +0.30% |
| 2026-09-14 | 0.20814 | +0.08% |
| 2026-09-13 | 0.20798 | +0.04% |
| 2026-09-12 | 0.20791 | -0.03% |
| Date | 1 CNY in KID | Daily change |
|---|---|---|
| 2026-09-11 | 0.20797 | +0.72% |
| 2026-09-10 | 0.20649 | -0.02% |
| 2026-09-09 | 0.20654 | +0.04% |
| 2026-09-08 | 0.20645 | -0.16% |
| 2026-09-07 | 0.20678 | -0.04% |
| 2026-09-06 | 0.20687 | +0.01% |
| 2026-09-05 | 0.20686 | -0.11% |
| 2026-09-04 | 0.20708 | -0.37% |
| 2026-09-03 | 0.20786 | -0.15% |
| 2026-09-02 | 0.20817 | +0.25% |
| 2026-09-01 | 0.20765 | +0.00% |
| 2026-08-31 | 0.20764 | +0.08% |
| 2026-08-30 | 0.20749 | +0.03% |
| 2026-08-29 | 0.20743 | +0.26% |
| 2026-08-28 | 0.20689 | — |
CNY to KID conversion table
1 CNY0.21188 KID
5 CNY1.0594 KID
10 CNY2.1188 KID
25 CNY5.2971 KID
50 CNY10.5942 KID
100 CNY21.1885 KID
500 CNY105.9424 KID
1,000 CNY211.8849 KID
5,000 CNY1,059.4244 KID
10,000 CNY2,118.8489 KID
Get the CNY/KID rate in your app
One GET request returns the latest CNY → KID 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/KID"fetch('https://rate-api.com/api/v1/pair/CNY/KID', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KID`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KID",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KID")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KID');
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']} KID\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KID"
},
"rate": 0.2119,
"timestamp": 1790429363,
"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
KID to CNYKiribati Dollar → Chinese Yuan4.7195Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.