Convert ILS to CNY
Israeli New Shekel → Chinese Yuan
1 ILS = 2.21284 CNY(1 CNY = 0.451908 ILS)
Currency converter
1 ILS =
2.2128 CNY
ILS to CNY: last 30 days
Over the last 30 days, 1 ILS traded between 2.197 and 2.2608 CNY, averaging 2.2213 CNY. The ILS/CNY rate is down 2.12% since 2026-08-28.
- 30-day high
- 2.2608
- 2026-08-28
- 30-day low
- 2.197
- 2026-09-14
- 30-day average
- 2.2213
- Days with data: 30
- 30-day change
- -2.12%
- since 2026-08-28
2.2608
2.1972026-08-28 → 2026-09-26
| Date | 1 ILS in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 2.2128 | 0.00% |
| 2026-09-25 | 2.2128 | +0.49% |
| 2026-09-24 | 2.2021 | -0.98% |
| 2026-09-23 | 2.2238 | +0.16% |
| 2026-09-22 | 2.2202 | -0.14% |
| 2026-09-21 | 2.2233 | +0.84% |
| 2026-09-20 | 2.2048 | 0.00% |
| 2026-09-19 | 2.2048 | 0.00% |
| 2026-09-18 | 2.2048 | -0.29% |
| 2026-09-17 | 2.2113 | -0.06% |
| 2026-09-16 | 2.2127 | +0.27% |
| 2026-09-15 | 2.2068 | +0.44% |
| 2026-09-14 | 2.197 | -0.26% |
| 2026-09-13 | 2.2028 | 0.00% |
| 2026-09-12 | 2.2028 | 0.00% |
| Date | 1 ILS in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 2.2028 | -0.47% |
| 2026-09-10 | 2.2132 | -0.38% |
| 2026-09-09 | 2.2217 | -0.29% |
| 2026-09-08 | 2.2281 | -0.04% |
| 2026-09-07 | 2.229 | -0.10% |
| 2026-09-06 | 2.2313 | 0.00% |
| 2026-09-05 | 2.2313 | 0.00% |
| 2026-09-04 | 2.2313 | +0.27% |
| 2026-09-03 | 2.2254 | +0.27% |
| 2026-09-02 | 2.2194 | -0.47% |
| 2026-09-01 | 2.23 | -0.85% |
| 2026-08-31 | 2.249 | -0.52% |
| 2026-08-30 | 2.2608 | 0.00% |
| 2026-08-29 | 2.2608 | 0.00% |
| 2026-08-28 | 2.2608 | — |
ILS to CNY conversion table
1 ILS2.2128 CNY
5 ILS11.0642 CNY
10 ILS22.1284 CNY
25 ILS55.321 CNY
50 ILS110.642 CNY
100 ILS221.284 CNY
500 ILS1,106.4202 CNY
1,000 ILS2,212.8404 CNY
5,000 ILS11,064.202 CNY
10,000 ILS22,128.404 CNY
Get the ILS/CNY rate in your app
One GET request returns the latest ILS → 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/ILS/CNY"fetch('https://rate-api.com/api/v1/pair/ILS/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ILS = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ILS/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ILS = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ILS/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ILS = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "ILS",
"to": "CNY"
},
"rate": 2.2128,
"timestamp": 1790432082,
"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 ILSChinese Yuan → Israeli New Shekel0.45191Convert ILS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.