Skip to content

CHF to NPR exchange rate API

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

185.1204

▲ +3.44% over 1Y

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 last year, CHF/NPR traded between 175.3757 and 195.8521, averaged 185.9663 and rose 3.44%. 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 1Y

CHF/NPR over 1Y: show the values
PointCHF/NPR
2025-09-24178.9574
2025-10-01178.0085
2025-10-08177.5544
2025-10-15177.4409
2025-10-22176.6188
2025-10-29177.1209
2025-11-05175.3757
2025-11-12177.4670
2025-11-19176.8974
2025-11-26176.9423
2025-12-03179.8773
2025-12-11181.4240
2025-12-18182.0428
2025-12-25182.4643
2026-01-01181.5106
2026-01-08180.4800
2026-01-15180.3078
2026-01-22184.7243
2026-01-29191.9696
2026-02-05186.4841
2026-02-12188.7617
2026-02-19187.2426
2026-02-26188.0491
2026-03-05189.0735
2026-03-12188.7860
2026-03-19187.4393
2026-03-26189.6855
2026-04-02186.1703
2026-04-09186.6812
2026-04-16190.2705
2026-04-23191.7904
2026-04-30193.1956
2026-05-07195.2619
2026-05-15195.8521
2026-05-23195.1827
2026-05-30194.6459
2026-06-06191.1398
2026-06-15190.7391
2026-06-22187.0378
2026-06-29186.8194
2026-07-06189.2095
2026-07-13189.0330
2026-07-20190.9267
2026-07-27188.8999
2026-08-03188.5380
2026-08-10188.4159
2026-08-17188.9126
2026-08-25190.9374
2026-09-01187.4400
2026-09-08186.7206
2026-09-15187.5046
2026-09-22187.0606

High

195.8521

Low

175.3757

Average

185.9663

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.