Skip to content

CHF to NPR exchange rate API

Swiss Franc to Nepalese Rupee · quoted 2026-09-24

185.1204

▲ +2.09% over YTD

1 CHF = 185.1204 NPR · 1 NPR = 0.005402 CHF · Get this rate via the API

1 CHF buys 185.1204 NPR as of 2026-09-24, so 1 NPR buys 0.005402 CHF. Over the year to date, CHF/NPR traded between 180.3565 and 195.9406, averaged 188.9550 and rose 2.09%. The API holds daily CHF/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/NPR over YTD

CHF/NPR over YTD: show the values
PointCHF/NPR
2025-12-31181.3348
2026-01-07181.2353
2026-01-14180.3565
2026-01-21184.6928
2026-01-28190.9567
2026-02-04186.5531
2026-02-11188.6179
2026-02-18188.3460
2026-02-25187.7767
2026-03-04189.1066
2026-03-11188.6115
2026-03-18187.4145
2026-03-25190.3481
2026-04-01189.1740
2026-04-08187.8260
2026-04-15190.3600
2026-04-22191.4582
2026-04-29191.5791
2026-05-06195.1391
2026-05-14195.9406
2026-05-21195.6759
2026-05-29195.5385
2026-06-05194.3141
2026-06-14191.6685
2026-06-21187.2498
2026-06-28186.8129
2026-07-05190.0760
2026-07-12188.9253
2026-07-19190.9277
2026-07-26189.1312
2026-08-02189.2759
2026-08-09188.7459
2026-08-16188.0909
2026-08-24190.8637
2026-08-31188.9406
2026-09-07186.8479
2026-09-14187.5766
2026-09-21186.6369

High

195.9406

Low

180.3565

Average

188.9550

For developers

Get this rate via the API

One GET request returns the CHF/NPR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=NPR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=NPR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/NPR API questions

How do I get the CHF/NPR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/NPR rate in rates.NPR.

How far back does CHF/NPR historical data go?

Daily CHF/NPR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/NPR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.