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: show the values
| Point | CHF/NPR |
|---|---|
| 2025-12-31 | 181.3348 |
| 2026-01-07 | 181.2353 |
| 2026-01-14 | 180.3565 |
| 2026-01-21 | 184.6928 |
| 2026-01-28 | 190.9567 |
| 2026-02-04 | 186.5531 |
| 2026-02-11 | 188.6179 |
| 2026-02-18 | 188.3460 |
| 2026-02-25 | 187.7767 |
| 2026-03-04 | 189.1066 |
| 2026-03-11 | 188.6115 |
| 2026-03-18 | 187.4145 |
| 2026-03-25 | 190.3481 |
| 2026-04-01 | 189.1740 |
| 2026-04-08 | 187.8260 |
| 2026-04-15 | 190.3600 |
| 2026-04-22 | 191.4582 |
| 2026-04-29 | 191.5791 |
| 2026-05-06 | 195.1391 |
| 2026-05-14 | 195.9406 |
| 2026-05-21 | 195.6759 |
| 2026-05-29 | 195.5385 |
| 2026-06-05 | 194.3141 |
| 2026-06-14 | 191.6685 |
| 2026-06-21 | 187.2498 |
| 2026-06-28 | 186.8129 |
| 2026-07-05 | 190.0760 |
| 2026-07-12 | 188.9253 |
| 2026-07-19 | 190.9277 |
| 2026-07-26 | 189.1312 |
| 2026-08-02 | 189.2759 |
| 2026-08-09 | 188.7459 |
| 2026-08-16 | 188.0909 |
| 2026-08-24 | 190.8637 |
| 2026-08-31 | 188.9406 |
| 2026-09-07 | 186.8479 |
| 2026-09-14 | 187.5766 |
| 2026-09-21 | 186.6369 |
High
195.9406
Low
180.3565
Average
188.9550
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.