Convert CNY to ISK
Chinese Yuan → Icelandic Króna
1 CNY = 17.844313 ISK(1 ISK = 0.0560403 CNY)
Currency converter
1 CNY =
17.8443 ISK
CNY to ISK: last 30 days
Over the last 30 days, 1 CNY traded between 17.8443 and 18.1617 ISK, averaging 18.0305 ISK. The CNY/ISK rate is down 0.83% since 2026-08-28.
- 30-day high
- 18.1617
- 2026-09-18
- 30-day low
- 17.8443
- 2026-09-25
- 30-day average
- 18.0305
- Days with data: 30
- 30-day change
- -0.83%
- since 2026-08-28
18.1617
17.84432026-08-28 → 2026-09-26
| Date | 1 CNY in ISK | Daily change |
|---|---|---|
| 2026-09-26 | 17.8443 | 0.00% |
| 2026-09-25 | 17.8443 | -1.34% |
| 2026-09-24 | 18.086 | +0.31% |
| 2026-09-23 | 18.0303 | +0.05% |
| 2026-09-22 | 18.0206 | -0.12% |
| 2026-09-21 | 18.0422 | -0.66% |
| 2026-09-20 | 18.1617 | 0.00% |
| 2026-09-19 | 18.1617 | 0.00% |
| 2026-09-18 | 18.1617 | +0.04% |
| 2026-09-17 | 18.1543 | +0.48% |
| 2026-09-16 | 18.0674 | -0.06% |
| 2026-09-15 | 18.0779 | +0.20% |
| 2026-09-14 | 18.0416 | +0.50% |
| 2026-09-13 | 17.9527 | 0.00% |
| 2026-09-12 | 17.9527 | 0.00% |
| Date | 1 CNY in ISK | Daily change |
|---|---|---|
| 2026-09-11 | 17.9527 | -0.10% |
| 2026-09-10 | 17.9712 | +0.05% |
| 2026-09-09 | 17.9627 | -0.29% |
| 2026-09-08 | 18.0151 | -0.21% |
| 2026-09-07 | 18.0525 | -0.00% |
| 2026-09-06 | 18.0527 | 0.00% |
| 2026-09-05 | 18.0527 | 0.00% |
| 2026-09-04 | 18.0527 | +0.20% |
| 2026-09-03 | 18.0158 | -0.29% |
| 2026-09-02 | 18.0674 | -0.02% |
| 2026-09-01 | 18.0712 | +0.01% |
| 2026-08-31 | 18.0693 | +0.42% |
| 2026-08-30 | 17.9931 | 0.00% |
| 2026-08-29 | 17.9931 | 0.00% |
| 2026-08-28 | 17.9931 | — |
CNY to ISK conversion table
1 CNY17.8443 ISK
5 CNY89.2216 ISK
10 CNY178.4431 ISK
25 CNY446.1078 ISK
50 CNY892.2157 ISK
100 CNY1,784.4313 ISK
500 CNY8,922.1565 ISK
1,000 CNY17,844.313 ISK
5,000 CNY89,221.565 ISK
10,000 CNY178,443.13 ISK
Get the CNY/ISK rate in your app
One GET request returns the latest CNY → ISK 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/ISK"fetch('https://rate-api.com/api/v1/pair/CNY/ISK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} ISK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/ISK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} ISK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/ISK');
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']} ISK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "ISK"
},
"rate": 17.8443,
"timestamp": 1790437898,
"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
ISK to CNYIcelandic Króna → Chinese Yuan0.05604Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.