Convert CNY to CNH
Chinese Yuan → Chinese Yuan (Offshore)
1 CNY = 1.000965 CNH(1 CNH = 0.999036 CNY)
Currency converter
1 CNY =
1.001 CNH
CNY to CNH: last 30 days
Over the last 30 days, 1 CNY traded between 0.99935 and 1.0061 CNH, averaging 1.0004 CNH. The CNY/CNH rate is up 0.08% since 2026-08-28.
- 30-day high
- 1.0061
- 2026-08-29
- 30-day low
- 0.99935
- 2026-09-22
- 30-day average
- 1.0004
- Days with data: 30
- 30-day change
- +0.08%
- since 2026-08-28
1.0061
0.999352026-08-28 → 2026-09-26
| Date | 1 CNY in CNH | Daily change |
|---|---|---|
| 2026-09-26 | 1.001 | 0.00% |
| 2026-09-25 | 1.001 | +0.04% |
| 2026-09-24 | 1.0005 | +0.08% |
| 2026-09-23 | 0.99971 | +0.04% |
| 2026-09-22 | 0.99935 | -0.06% |
| 2026-09-21 | 0.99993 | -0.04% |
| 2026-09-20 | 1.0004 | -0.11% |
| 2026-09-19 | 1.0014 | +0.19% |
| 2026-09-18 | 0.99951 | -0.06% |
| 2026-09-17 | 1.0001 | -0.04% |
| 2026-09-16 | 1.0005 | +0.05% |
| 2026-09-15 | 0.99996 | +0.01% |
| 2026-09-14 | 0.99984 | +0.00% |
| 2026-09-13 | 0.99982 | -0.01% |
| 2026-09-12 | 0.99991 | -0.11% |
| Date | 1 CNY in CNH | Daily change |
|---|---|---|
| 2026-09-11 | 1.001 | +0.09% |
| 2026-09-10 | 1.0001 | +0.02% |
| 2026-09-09 | 0.99985 | -0.05% |
| 2026-09-08 | 1.0003 | +0.01% |
| 2026-09-07 | 1.0002 | +0.06% |
| 2026-09-06 | 0.99961 | -0.00% |
| 2026-09-05 | 0.99961 | -0.13% |
| 2026-09-04 | 1.0009 | +0.12% |
| 2026-09-03 | 0.99978 | -0.06% |
| 2026-09-02 | 1.0003 | +0.06% |
| 2026-09-01 | 0.99977 | -0.09% |
| 2026-08-31 | 1.0007 | -0.08% |
| 2026-08-30 | 1.0015 | -0.46% |
| 2026-08-29 | 1.0061 | +0.60% |
| 2026-08-28 | 1.0002 | — |
CNY to CNH conversion table
1 CNY1.001 CNH
5 CNY5.0048 CNH
10 CNY10.0096 CNH
25 CNY25.0241 CNH
50 CNY50.0482 CNH
100 CNY100.0965 CNH
500 CNY500.4823 CNH
1,000 CNY1,000.9646 CNH
5,000 CNY5,004.8231 CNH
10,000 CNY10,009.646 CNH
Get the CNY/CNH rate in your app
One GET request returns the latest CNY → CNH 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/CNH"fetch('https://rate-api.com/api/v1/pair/CNY/CNH', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} CNH`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/CNH",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} CNH")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/CNH');
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']} CNH\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "CNH"
},
"rate": 1.001,
"timestamp": 1790429420,
"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
CNH to CNYChinese Yuan (Offshore) → Chinese Yuan0.99904Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.