Convert CHF to NGN
Swiss Franc → Nigerian Naira
1 CHF = 1,604.8277 NGN(1 NGN = 0.00062312 CHF)
Currency converter
1 CHF =
1,604.8277 NGN
CHF to NGN: last 30 days
Over the last 30 days, 1 CHF traded between 1,601.9263 and 1,669.7396 NGN, averaging 1,627.5481 NGN. The CHF/NGN rate is down 3.89% since 2026-08-29.
- 30-day high
- 1,669.7396
- 2026-08-29
- 30-day low
- 1,601.9263
- 2026-09-25
- 30-day average
- 1,627.5481
- Days with data: 30
- 30-day change
- -3.89%
- since 2026-08-29
1,669.7396
1,601.92632026-08-29 → 2026-09-27
| Date | 1 CHF in NGN | Daily change |
|---|---|---|
| 2026-09-27 | 1,604.8277 | 0.00% |
| 2026-09-26 | 1,604.8277 | +0.18% |
| 2026-09-25 | 1,601.9263 | -0.05% |
| 2026-09-24 | 1,602.7016 | -0.46% |
| 2026-09-23 | 1,610.0701 | -0.53% |
| 2026-09-22 | 1,618.5895 | -0.08% |
| 2026-09-21 | 1,619.9421 | +0.43% |
| 2026-09-20 | 1,613.0739 | -0.00% |
| 2026-09-19 | 1,613.1017 | -0.01% |
| 2026-09-18 | 1,613.3217 | +0.03% |
| 2026-09-17 | 1,612.859 | -0.53% |
| 2026-09-16 | 1,621.5076 | +0.20% |
| 2026-09-15 | 1,618.3412 | -0.30% |
| 2026-09-14 | 1,623.1693 | -0.26% |
| 2026-09-13 | 1,627.4782 | +0.03% |
| Date | 1 CHF in NGN | Daily change |
|---|---|---|
| 2026-09-12 | 1,626.984 | -0.01% |
| 2026-09-11 | 1,627.1149 | -0.15% |
| 2026-09-10 | 1,629.6399 | -0.43% |
| 2026-09-09 | 1,636.7462 | +0.49% |
| 2026-09-08 | 1,628.8216 | -0.29% |
| 2026-09-07 | 1,633.6155 | +0.03% |
| 2026-09-06 | 1,633.128 | -0.04% |
| 2026-09-05 | 1,633.7786 | -0.11% |
| 2026-09-04 | 1,635.6007 | -0.42% |
| 2026-09-03 | 1,642.5345 | +0.30% |
| 2026-09-02 | 1,637.5488 | -0.81% |
| 2026-09-01 | 1,650.96 | -0.87% |
| 2026-08-31 | 1,665.4281 | -0.22% |
| 2026-08-30 | 1,669.0663 | -0.04% |
| 2026-08-29 | 1,669.7396 | — |
CHF to NGN conversion table
1 CHF1,604.8277 NGN
5 CHF8,024.1386 NGN
10 CHF16,048.277 NGN
25 CHF40,120.693 NGN
50 CHF80,241.386 NGN
100 CHF160,482.77 NGN
500 CHF802,413.86 NGN
1,000 CHF1,604,827.7 NGN
5,000 CHF8,024,138.6 NGN
10,000 CHF16,048,277 NGN
Get the CHF/NGN rate in your app
One GET request returns the latest CHF → NGN 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/NGN"fetch('https://rate-api.com/api/v1/pair/CHF/NGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} NGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/NGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} NGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/NGN');
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']} NGN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "NGN"
},
"rate": 1604.8277,
"timestamp": 1790470787,
"date": "2026-09-27"
}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
NGN to CHFNigerian Naira → Swiss Franc0.00062312Convert CHF to other currencies
Convert other currencies to NGN
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.