Convert CNH to CNY
Chinese Yuan (Offshore) → Chinese Yuan
1 CNH = 0.999036 CNY(1 CNY = 1.000965 CNH)
Currency converter
1 CNH =
0.99904 CNY
CNH to CNY: last 30 days
Over the last 30 days, 1 CNH traded between 0.9939 and 1.0006 CNY, averaging 0.99957 CNY. The CNH/CNY rate is down 0.08% since 2026-08-28.
- 30-day high
- 1.0006
- 2026-09-22
- 30-day low
- 0.9939
- 2026-08-29
- 30-day average
- 0.99957
- Days with data: 30
- 30-day change
- -0.08%
- since 2026-08-28
1.0006
0.99392026-08-28 → 2026-09-26
| Date | 1 CNH in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.99904 | 0.00% |
| 2026-09-25 | 0.99904 | -0.04% |
| 2026-09-24 | 0.99947 | -0.08% |
| 2026-09-23 | 1.0003 | -0.04% |
| 2026-09-22 | 1.0006 | +0.06% |
| 2026-09-21 | 1.0001 | +0.04% |
| 2026-09-20 | 0.99964 | +0.11% |
| 2026-09-19 | 0.99856 | -0.19% |
| 2026-09-18 | 1.0005 | +0.06% |
| 2026-09-17 | 0.9999 | +0.04% |
| 2026-09-16 | 0.99954 | -0.05% |
| 2026-09-15 | 1 | -0.01% |
| 2026-09-14 | 1.0002 | -0.00% |
| 2026-09-13 | 1.0002 | +0.01% |
| 2026-09-12 | 1.0001 | +0.11% |
| Date | 1 CNH in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.99903 | -0.09% |
| 2026-09-10 | 0.99992 | -0.02% |
| 2026-09-09 | 1.0001 | +0.05% |
| 2026-09-08 | 0.99966 | -0.01% |
| 2026-09-07 | 0.99978 | -0.06% |
| 2026-09-06 | 1.0004 | +0.00% |
| 2026-09-05 | 1.0004 | +0.13% |
| 2026-09-04 | 0.99906 | -0.12% |
| 2026-09-03 | 1.0002 | +0.06% |
| 2026-09-02 | 0.99966 | -0.06% |
| 2026-09-01 | 1.0002 | +0.09% |
| 2026-08-31 | 0.99931 | +0.08% |
| 2026-08-30 | 0.9985 | +0.46% |
| 2026-08-29 | 0.9939 | -0.59% |
| 2026-08-28 | 0.99985 | — |
CNH to CNY conversion table
1 CNH0.99904 CNY
5 CNH4.9952 CNY
10 CNH9.9904 CNY
25 CNH24.9759 CNY
50 CNH49.9518 CNY
100 CNH99.9036 CNY
500 CNH499.5182 CNY
1,000 CNH999.0363 CNY
5,000 CNH4,995.1816 CNY
10,000 CNH9,990.3631 CNY
Get the CNH/CNY rate in your app
One GET request returns the latest CNH → 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/CNH/CNY"fetch('https://rate-api.com/api/v1/pair/CNH/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNH = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNH/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNH = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNH/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNH = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "CNH",
"to": "CNY"
},
"rate": 0.999,
"timestamp": 1790432144,
"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 CNHChinese Yuan → Chinese Yuan (Offshore)1.001Convert CNH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.