Convert CNY to NPR
Chinese Yuan → Nepalese Rupee
1 CNY = 22.836645 NPR(1 NPR = 0.0437893 CNY)
Currency converter
1 CNY =
22.8366 NPR
CNY to NPR: last 30 days
Over the last 30 days, 1 CNY traded between 22.4904 and 22.9444 NPR, averaging 22.7534 NPR. The CNY/NPR rate is up 0.49% since 2026-08-28.
- 30-day high
- 22.9444
- 2026-09-19
- 30-day low
- 22.4904
- 2026-09-03
- 30-day average
- 22.7534
- Days with data: 30
- 30-day change
- +0.49%
- since 2026-08-28
22.9444
22.49042026-08-28 → 2026-09-26
| Date | 1 CNY in NPR | Daily change |
|---|---|---|
| 2026-09-26 | 22.8366 | 0.00% |
| 2026-09-25 | 22.8366 | -0.16% |
| 2026-09-24 | 22.8728 | +0.15% |
| 2026-09-23 | 22.8383 | -0.17% |
| 2026-09-22 | 22.8774 | -0.09% |
| 2026-09-21 | 22.8971 | -0.16% |
| 2026-09-20 | 22.9335 | -0.05% |
| 2026-09-19 | 22.9444 | +0.18% |
| 2026-09-18 | 22.9025 | +0.12% |
| 2026-09-17 | 22.8755 | -0.05% |
| 2026-09-16 | 22.8859 | +0.12% |
| 2026-09-15 | 22.8582 | +0.13% |
| 2026-09-14 | 22.8296 | +0.10% |
| 2026-09-13 | 22.8065 | -0.03% |
| 2026-09-12 | 22.8131 | -0.13% |
| Date | 1 CNY in NPR | Daily change |
|---|---|---|
| 2026-09-11 | 22.8428 | +0.45% |
| 2026-09-10 | 22.7401 | +0.34% |
| 2026-09-09 | 22.6619 | +0.36% |
| 2026-09-08 | 22.5807 | +0.22% |
| 2026-09-07 | 22.5309 | -0.04% |
| 2026-09-06 | 22.5409 | +0.07% |
| 2026-09-05 | 22.5249 | -0.05% |
| 2026-09-04 | 22.5351 | +0.20% |
| 2026-09-03 | 22.4904 | -0.54% |
| 2026-09-02 | 22.612 | +0.05% |
| 2026-09-01 | 22.6002 | -0.59% |
| 2026-08-31 | 22.7345 | +0.03% |
| 2026-08-30 | 22.727 | -0.08% |
| 2026-08-29 | 22.7463 | +0.09% |
| 2026-08-28 | 22.7253 | — |
CNY to NPR conversion table
1 CNY22.8366 NPR
5 CNY114.1832 NPR
10 CNY228.3665 NPR
25 CNY570.9161 NPR
50 CNY1,141.8322 NPR
100 CNY2,283.6645 NPR
500 CNY11,418.322 NPR
1,000 CNY22,836.645 NPR
5,000 CNY114,183.22 NPR
10,000 CNY228,366.45 NPR
Get the CNY/NPR rate in your app
One GET request returns the latest CNY → NPR 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/NPR"fetch('https://rate-api.com/api/v1/pair/CNY/NPR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} NPR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/NPR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} NPR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/NPR');
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']} NPR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "NPR"
},
"rate": 22.8366,
"timestamp": 1790429372,
"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
NPR to CNYNepalese Rupee → Chinese Yuan0.043789Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.