Convert CNH to JPY
Chinese Yuan (Offshore) → Japanese Yen
1 CNH = 23.451924 JPY(1 JPY = 0.0426404 CNH)
Currency converter
1 CNH =
23.4519 JPY
CNH to JPY: last 30 days
Over the last 30 days, 1 CNH traded between 22.8529 and 23.8307 JPY, averaging 23.3485 JPY. The CNH/JPY rate is down 1.28% since 2026-08-28.
- 30-day high
- 23.8307
- 2026-09-01
- 30-day low
- 22.8529
- 2026-09-09
- 30-day average
- 23.3485
- Days with data: 30
- 30-day change
- -1.28%
- since 2026-08-28
23.8307
22.85292026-08-28 → 2026-09-26
| Date | 1 CNH in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 23.4519 | 0.00% |
| 2026-09-25 | 23.4519 | -0.85% |
| 2026-09-24 | 23.6527 | +0.43% |
| 2026-09-23 | 23.5506 | +0.32% |
| 2026-09-22 | 23.4746 | -0.07% |
| 2026-09-21 | 23.491 | -0.32% |
| 2026-09-20 | 23.5657 | +0.11% |
| 2026-09-19 | 23.5402 | -0.19% |
| 2026-09-18 | 23.5856 | +1.62% |
| 2026-09-17 | 23.2089 | +0.44% |
| 2026-09-16 | 23.1067 | +0.05% |
| 2026-09-15 | 23.0956 | +0.23% |
| 2026-09-14 | 23.0419 | +0.33% |
| 2026-09-13 | 22.967 | +0.01% |
| 2026-09-12 | 22.9651 | +0.11% |
| Date | 1 CNH in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 22.9407 | -0.21% |
| 2026-09-10 | 22.9884 | +0.59% |
| 2026-09-09 | 22.8529 | -0.58% |
| 2026-09-08 | 22.9861 | -0.29% |
| 2026-09-07 | 23.054 | -1.02% |
| 2026-09-06 | 23.292 | +0.00% |
| 2026-09-05 | 23.292 | +0.13% |
| 2026-09-04 | 23.2612 | +0.16% |
| 2026-09-03 | 23.2241 | -2.16% |
| 2026-09-02 | 23.7367 | -0.39% |
| 2026-09-01 | 23.8307 | +0.32% |
| 2026-08-31 | 23.7539 | +0.13% |
| 2026-08-30 | 23.7231 | +0.46% |
| 2026-08-29 | 23.6139 | -0.59% |
| 2026-08-28 | 23.7551 | — |
CNH to JPY conversion table
1 CNH23.4519 JPY
5 CNH117.2596 JPY
10 CNH234.5192 JPY
25 CNH586.2981 JPY
50 CNH1,172.5962 JPY
100 CNH2,345.1924 JPY
500 CNH11,725.962 JPY
1,000 CNH23,451.924 JPY
5,000 CNH117,259.62 JPY
10,000 CNH234,519.24 JPY
Get the CNH/JPY rate in your app
One GET request returns the latest CNH → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/CNH/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNH = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNH/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNH = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNH/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CNH",
"to": "JPY"
},
"rate": 23.4519,
"timestamp": 1790435209,
"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
JPY to CNHJapanese Yen → Chinese Yuan (Offshore)0.04264Convert CNH to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.