Convert CNY to NOK
Chinese Yuan → Norwegian Krone
1 CNY = 1.416049 NOK(1 NOK = 0.70619 CNY)
Currency converter
1 CNY =
1.416 NOK
CNY to NOK: last 30 days
Over the last 30 days, 1 CNY traded between 1.3687 and 1.416 NOK, averaging 1.3939 NOK. The CNY/NOK rate is up 2.04% since 2026-08-28.
- 30-day high
- 1.416
- 2026-09-25
- 30-day low
- 1.3687
- 2026-09-09
- 30-day average
- 1.3939
- Days with data: 30
- 30-day change
- +2.04%
- since 2026-08-28
1.416
1.36872026-08-28 → 2026-09-26
| Date | 1 CNY in NOK | Daily change |
|---|---|---|
| 2026-09-26 | 1.416 | 0.00% |
| 2026-09-25 | 1.416 | +0.14% |
| 2026-09-24 | 1.4141 | +0.22% |
| 2026-09-23 | 1.4109 | +0.33% |
| 2026-09-22 | 1.4063 | +0.05% |
| 2026-09-21 | 1.4056 | -0.20% |
| 2026-09-20 | 1.4083 | 0.00% |
| 2026-09-19 | 1.4083 | 0.00% |
| 2026-09-18 | 1.4083 | +0.19% |
| 2026-09-17 | 1.4057 | +0.82% |
| 2026-09-16 | 1.3942 | +0.11% |
| 2026-09-15 | 1.3926 | +0.23% |
| 2026-09-14 | 1.3895 | +0.23% |
| 2026-09-13 | 1.3863 | 0.00% |
| 2026-09-12 | 1.3863 | 0.00% |
| Date | 1 CNY in NOK | Daily change |
|---|---|---|
| 2026-09-11 | 1.3863 | +0.34% |
| 2026-09-10 | 1.3817 | +0.95% |
| 2026-09-09 | 1.3687 | -0.73% |
| 2026-09-08 | 1.3787 | -0.19% |
| 2026-09-07 | 1.3814 | -0.27% |
| 2026-09-06 | 1.3852 | 0.00% |
| 2026-09-05 | 1.3852 | 0.00% |
| 2026-09-04 | 1.3852 | +0.04% |
| 2026-09-03 | 1.3847 | -0.31% |
| 2026-09-02 | 1.3889 | +0.03% |
| 2026-09-01 | 1.3886 | -0.11% |
| 2026-08-31 | 1.3901 | +0.17% |
| 2026-08-30 | 1.3878 | 0.00% |
| 2026-08-29 | 1.3878 | 0.00% |
| 2026-08-28 | 1.3878 | — |
CNY to NOK conversion table
1 CNY1.416 NOK
5 CNY7.0802 NOK
10 CNY14.1605 NOK
25 CNY35.4012 NOK
50 CNY70.8025 NOK
100 CNY141.6049 NOK
500 CNY708.0247 NOK
1,000 CNY1,416.0494 NOK
5,000 CNY7,080.2472 NOK
10,000 CNY14,160.494 NOK
Get the CNY/NOK rate in your app
One GET request returns the latest CNY → NOK 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/NOK"fetch('https://rate-api.com/api/v1/pair/CNY/NOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} NOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/NOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} NOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/NOK');
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']} NOK\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "NOK"
},
"rate": 1.416,
"timestamp": 1790429419,
"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
NOK to CNYNorwegian Krone → Chinese Yuan0.70619Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.