Convert CNY to ERN
Chinese Yuan → Eritrean Nakfa
1 CNY = 2.234393 ERN(1 ERN = 0.447549 CNY)
Currency converter
1 CNY =
2.2344 ERN
CNY to ERN: last 30 days
Over the last 30 days, 1 CNY traded between 2.2314 and 2.2403 ERN, averaging 2.2354 ERN. The CNY/ERN rate is up 0.11% since 2026-08-28.
- 30-day high
- 2.2403
- 2026-09-21
- 30-day low
- 2.2314
- 2026-09-01
- 30-day average
- 2.2354
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
2.2403
2.23142026-08-28 → 2026-09-26
| Date | 1 CNY in ERN | Daily change |
|---|---|---|
| 2026-09-26 | 2.2344 | 0.00% |
| 2026-09-25 | 2.2344 | -0.01% |
| 2026-09-24 | 2.2346 | -0.08% |
| 2026-09-23 | 2.2363 | -0.11% |
| 2026-09-22 | 2.2388 | -0.07% |
| 2026-09-21 | 2.2403 | +0.03% |
| 2026-09-20 | 2.2396 | 0.00% |
| 2026-09-19 | 2.2396 | +0.00% |
| 2026-09-18 | 2.2396 | +0.15% |
| 2026-09-17 | 2.2363 | -0.01% |
| 2026-09-16 | 2.2364 | +0.07% |
| 2026-09-15 | 2.235 | -0.05% |
| 2026-09-14 | 2.236 | -0.00% |
| 2026-09-13 | 2.2361 | 0.00% |
| 2026-09-12 | 2.2361 | 0.00% |
| Date | 1 CNY in ERN | Daily change |
|---|---|---|
| 2026-09-11 | 2.2361 | -0.03% |
| 2026-09-10 | 2.2367 | +0.02% |
| 2026-09-09 | 2.2362 | +0.04% |
| 2026-09-08 | 2.2353 | +0.01% |
| 2026-09-07 | 2.2351 | -0.00% |
| 2026-09-06 | 2.2352 | 0.00% |
| 2026-09-05 | 2.2352 | 0.00% |
| 2026-09-04 | 2.2352 | +0.12% |
| 2026-09-03 | 2.2324 | +0.04% |
| 2026-09-02 | 2.2316 | +0.01% |
| 2026-09-01 | 2.2314 | -0.04% |
| 2026-08-31 | 2.2322 | +0.02% |
| 2026-08-30 | 2.2318 | 0.00% |
| 2026-08-29 | 2.2318 | 0.00% |
| 2026-08-28 | 2.2318 | — |
CNY to ERN conversion table
1 CNY2.2344 ERN
5 CNY11.172 ERN
10 CNY22.3439 ERN
25 CNY55.8598 ERN
50 CNY111.7196 ERN
100 CNY223.4393 ERN
500 CNY1,117.1964 ERN
1,000 CNY2,234.3928 ERN
5,000 CNY11,171.964 ERN
10,000 CNY22,343.928 ERN
Get the CNY/ERN rate in your app
One GET request returns the latest CNY → ERN 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/ERN"fetch('https://rate-api.com/api/v1/pair/CNY/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/ERN');
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']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "ERN"
},
"rate": 2.2344,
"timestamp": 1790429338,
"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
ERN to CNYEritrean Nakfa → Chinese Yuan0.44755Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.