Convert CHF to ERN
Swiss Franc → Eritrean Nakfa
1 CHF = 18.109582 ERN(1 ERN = 0.0552194 CHF)
Currency converter
1 CHF =
18.1096 ERN
CHF to ERN: last 30 days
Over the last 30 days, 1 CHF traded between 18.1096 and 18.6507 ERN, averaging 18.3908 ERN. The CHF/ERN rate is down 2.90% since 2026-08-28.
- 30-day high
- 18.6507
- 2026-08-28
- 30-day low
- 18.1096
- 2026-09-25
- 30-day average
- 18.3908
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
18.6507
18.10962026-08-28 → 2026-09-26
| Date | 1 CHF in ERN | Daily change |
|---|---|---|
| 2026-09-26 | 18.1096 | 0.00% |
| 2026-09-25 | 18.1096 | -0.07% |
| 2026-09-24 | 18.1215 | -0.59% |
| 2026-09-23 | 18.2284 | -0.42% |
| 2026-09-22 | 18.3056 | +0.24% |
| 2026-09-21 | 18.2613 | +0.52% |
| 2026-09-20 | 18.1675 | 0.00% |
| 2026-09-19 | 18.1675 | +0.00% |
| 2026-09-18 | 18.1675 | -0.14% |
| 2026-09-17 | 18.1931 | -0.66% |
| 2026-09-16 | 18.3146 | -0.10% |
| 2026-09-15 | 18.3334 | -0.21% |
| 2026-09-14 | 18.3718 | -0.14% |
| 2026-09-13 | 18.3981 | 0.00% |
| 2026-09-12 | 18.3981 | 0.00% |
| Date | 1 CHF in ERN | Daily change |
|---|---|---|
| 2026-09-11 | 18.3981 | -0.41% |
| 2026-09-10 | 18.4734 | -0.60% |
| 2026-09-09 | 18.5857 | +0.55% |
| 2026-09-08 | 18.4838 | -0.28% |
| 2026-09-07 | 18.5359 | 0.00% |
| 2026-09-06 | 18.5359 | 0.00% |
| 2026-09-05 | 18.5359 | 0.00% |
| 2026-09-04 | 18.5359 | -0.10% |
| 2026-09-03 | 18.5543 | +0.68% |
| 2026-09-02 | 18.4284 | -0.42% |
| 2026-09-01 | 18.5064 | -0.24% |
| 2026-08-31 | 18.5517 | -0.53% |
| 2026-08-30 | 18.6507 | 0.00% |
| 2026-08-29 | 18.6507 | 0.00% |
| 2026-08-28 | 18.6507 | — |
CHF to ERN conversion table
1 CHF18.1096 ERN
5 CHF90.5479 ERN
10 CHF181.0958 ERN
25 CHF452.7395 ERN
50 CHF905.4791 ERN
100 CHF1,810.9582 ERN
500 CHF9,054.7909 ERN
1,000 CHF18,109.582 ERN
5,000 CHF90,547.909 ERN
10,000 CHF181,095.82 ERN
Get the CHF/ERN rate in your app
One GET request returns the latest CHF → 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/CHF/ERN"fetch('https://rate-api.com/api/v1/pair/CHF/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ERN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ERN"
},
"rate": 18.1096,
"timestamp": 1790429289,
"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 CHFEritrean Nakfa → Swiss Franc0.055219Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.