Convert CHF to NPR
Swiss Franc → Nepalese Rupee
1 CHF = 185.08925 NPR(1 NPR = 0.0054028 CHF)
Currency converter
1 CHF =
185.0893 NPR
CHF to NPR: last 30 days
Over the last 30 days, 1 CHF traded between 185.0893 and 190.0826 NPR, averaging 187.1877 NPR. The CHF/NPR rate is down 2.54% since 2026-08-28.
- 30-day high
- 190.0826
- 2026-08-29
- 30-day low
- 185.0893
- 2026-09-25
- 30-day average
- 187.1877
- Days with data: 30
- 30-day change
- -2.54%
- since 2026-08-28
190.0826
185.08932026-08-28 → 2026-09-26
| Date | 1 CHF in NPR | Daily change |
|---|---|---|
| 2026-09-26 | 185.0893 | 0.00% |
| 2026-09-25 | 185.0893 | -0.21% |
| 2026-09-24 | 185.4862 | -0.36% |
| 2026-09-23 | 186.1555 | -0.48% |
| 2026-09-22 | 187.0604 | +0.23% |
| 2026-09-21 | 186.6366 | +0.32% |
| 2026-09-20 | 186.0345 | -0.05% |
| 2026-09-19 | 186.1231 | +0.18% |
| 2026-09-18 | 185.7832 | -0.17% |
| 2026-09-17 | 186.0996 | -0.70% |
| 2026-09-16 | 187.4166 | -0.05% |
| 2026-09-15 | 187.5048 | -0.04% |
| 2026-09-14 | 187.5757 | -0.04% |
| 2026-09-13 | 187.649 | -0.03% |
| 2026-09-12 | 187.7039 | -0.13% |
| Date | 1 CHF in NPR | Daily change |
|---|---|---|
| 2026-09-11 | 187.948 | +0.07% |
| 2026-09-10 | 187.8149 | -0.28% |
| 2026-09-09 | 188.3502 | +0.87% |
| 2026-09-08 | 186.7206 | -0.07% |
| 2026-09-07 | 186.8481 | -0.04% |
| 2026-09-06 | 186.9279 | +0.07% |
| 2026-09-05 | 186.7959 | -0.05% |
| 2026-09-04 | 186.88 | -0.02% |
| 2026-09-03 | 186.9221 | +0.11% |
| 2026-09-02 | 186.7245 | -0.38% |
| 2026-09-01 | 187.4391 | -0.80% |
| 2026-08-31 | 188.9416 | -0.52% |
| 2026-08-30 | 189.9211 | -0.08% |
| 2026-08-29 | 190.0826 | +0.09% |
| 2026-08-28 | 189.9069 | — |
CHF to NPR conversion table
1 CHF185.0893 NPR
5 CHF925.4463 NPR
10 CHF1,850.8925 NPR
25 CHF4,627.2313 NPR
50 CHF9,254.4627 NPR
100 CHF18,508.925 NPR
500 CHF92,544.627 NPR
1,000 CHF185,089.25 NPR
5,000 CHF925,446.27 NPR
10,000 CHF1,850,892.5 NPR
Get the CHF/NPR rate in your app
One GET request returns the latest CHF → NPR 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/NPR"fetch('https://rate-api.com/api/v1/pair/CHF/NPR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} NPR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/NPR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} NPR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/NPR');
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']} NPR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "NPR"
},
"rate": 185.0893,
"timestamp": 1790429332,
"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
NPR to CHFNepalese Rupee → Swiss Franc0.0054028Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.