Convert NOK to CNY
Norwegian Krone → Chinese Yuan
1 NOK = 0.70619 CNY(1 CNY = 1.416049 NOK)
Currency converter
1 NOK =
0.70619 CNY
NOK to CNY: last 30 days
Over the last 30 days, 1 NOK traded between 0.70619 and 0.73063 CNY, averaging 0.71748 CNY. The NOK/CNY rate is down 2.00% since 2026-08-28.
- 30-day high
- 0.73063
- 2026-09-09
- 30-day low
- 0.70619
- 2026-09-25
- 30-day average
- 0.71748
- Days with data: 30
- 30-day change
- -2.00%
- since 2026-08-28
0.73063
0.706192026-08-28 → 2026-09-26
| Date | 1 NOK in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.70619 | 0.00% |
| 2026-09-25 | 0.70619 | -0.14% |
| 2026-09-24 | 0.70719 | -0.22% |
| 2026-09-23 | 0.70875 | -0.33% |
| 2026-09-22 | 0.71107 | -0.05% |
| 2026-09-21 | 0.71146 | +0.20% |
| 2026-09-20 | 0.71006 | 0.00% |
| 2026-09-19 | 0.71006 | 0.00% |
| 2026-09-18 | 0.71006 | -0.19% |
| 2026-09-17 | 0.7114 | -0.81% |
| 2026-09-16 | 0.71724 | -0.11% |
| 2026-09-15 | 0.71807 | -0.22% |
| 2026-09-14 | 0.71969 | -0.23% |
| 2026-09-13 | 0.72132 | 0.00% |
| 2026-09-12 | 0.72132 | 0.00% |
| Date | 1 NOK in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.72132 | -0.34% |
| 2026-09-10 | 0.72375 | -0.94% |
| 2026-09-09 | 0.73063 | +0.73% |
| 2026-09-08 | 0.72532 | +0.19% |
| 2026-09-07 | 0.72392 | +0.28% |
| 2026-09-06 | 0.72194 | 0.00% |
| 2026-09-05 | 0.72194 | 0.00% |
| 2026-09-04 | 0.72194 | -0.04% |
| 2026-09-03 | 0.7222 | +0.31% |
| 2026-09-02 | 0.71997 | -0.03% |
| 2026-09-01 | 0.72017 | +0.11% |
| 2026-08-31 | 0.71936 | -0.17% |
| 2026-08-30 | 0.72058 | 0.00% |
| 2026-08-29 | 0.72058 | 0.00% |
| 2026-08-28 | 0.72058 | — |
NOK to CNY conversion table
1 NOK0.70619 CNY
5 NOK3.531 CNY
10 NOK7.0619 CNY
25 NOK17.6548 CNY
50 NOK35.3095 CNY
100 NOK70.619 CNY
500 NOK353.095 CNY
1,000 NOK706.19 CNY
5,000 NOK3,530.9502 CNY
10,000 NOK7,061.9004 CNY
Get the NOK/CNY rate in your app
One GET request returns the latest NOK → 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/NOK/CNY"fetch('https://rate-api.com/api/v1/pair/NOK/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NOK = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NOK/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NOK = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NOK/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NOK = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "NOK",
"to": "CNY"
},
"rate": 0.7062,
"timestamp": 1790432139,
"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 NOKChinese Yuan → Norwegian Krone1.416Convert NOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.