Convert ERN to CNY
Eritrean Nakfa → Chinese Yuan
1 ERN = 0.447549 CNY(1 CNY = 2.234393 ERN)
Currency converter
1 ERN =
0.44755 CNY
ERN to CNY: last 30 days
Over the last 30 days, 1 ERN traded between 0.44636 and 0.44815 CNY, averaging 0.44735 CNY. The ERN/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 0.44815
- 2026-09-01
- 30-day low
- 0.44636
- 2026-09-21
- 30-day average
- 0.44735
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
0.44815
0.446362026-08-28 → 2026-09-26
| Date | 1 ERN in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.44755 | 0.00% |
| 2026-09-25 | 0.44755 | +0.01% |
| 2026-09-24 | 0.44751 | +0.08% |
| 2026-09-23 | 0.44716 | +0.11% |
| 2026-09-22 | 0.44667 | +0.07% |
| 2026-09-21 | 0.44636 | -0.03% |
| 2026-09-20 | 0.44651 | 0.00% |
| 2026-09-19 | 0.44651 | -0.00% |
| 2026-09-18 | 0.44651 | -0.15% |
| 2026-09-17 | 0.44717 | +0.01% |
| 2026-09-16 | 0.44714 | -0.07% |
| 2026-09-15 | 0.44743 | +0.05% |
| 2026-09-14 | 0.44723 | +0.00% |
| 2026-09-13 | 0.44721 | 0.00% |
| 2026-09-12 | 0.44721 | 0.00% |
| Date | 1 ERN in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.44721 | +0.03% |
| 2026-09-10 | 0.44709 | -0.02% |
| 2026-09-09 | 0.44719 | -0.04% |
| 2026-09-08 | 0.44737 | -0.01% |
| 2026-09-07 | 0.4474 | +0.00% |
| 2026-09-06 | 0.44739 | 0.00% |
| 2026-09-05 | 0.44739 | 0.00% |
| 2026-09-04 | 0.44739 | -0.12% |
| 2026-09-03 | 0.44794 | -0.04% |
| 2026-09-02 | 0.4481 | -0.01% |
| 2026-09-01 | 0.44815 | +0.04% |
| 2026-08-31 | 0.44798 | -0.02% |
| 2026-08-30 | 0.44806 | 0.00% |
| 2026-08-29 | 0.44806 | 0.00% |
| 2026-08-28 | 0.44806 | — |
ERN to CNY conversion table
1 ERN0.44755 CNY
5 ERN2.2377 CNY
10 ERN4.4755 CNY
25 ERN11.1887 CNY
50 ERN22.3774 CNY
100 ERN44.7549 CNY
500 ERN223.7745 CNY
1,000 ERN447.5489 CNY
5,000 ERN2,237.7445 CNY
10,000 ERN4,475.4889 CNY
Get the ERN/CNY rate in your app
One GET request returns the latest ERN → 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/ERN/CNY"fetch('https://rate-api.com/api/v1/pair/ERN/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ERN = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ERN/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ERN = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ERN/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ERN = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "ERN",
"to": "CNY"
},
"rate": 0.4475,
"timestamp": 1790437573,
"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 ERNChinese Yuan → Eritrean Nakfa2.2344Convert ERN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.