CHF to NPR exchange rate API
Swiss Franc to Nepalese Rupee · quoted 2026-09-24
185.1059
▲ +3.44% over 1Y
1 CHF = 185.1059 NPR · 1 NPR = 0.005402 CHF · Get this rate via the API
1 CHF buys 185.1059 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.9660 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: show the values
| Point | CHF/NPR |
|---|---|
| 2025-09-24 | 178.9574 |
| 2025-10-01 | 178.0085 |
| 2025-10-08 | 177.5544 |
| 2025-10-15 | 177.4409 |
| 2025-10-22 | 176.6188 |
| 2025-10-29 | 177.1209 |
| 2025-11-05 | 175.3757 |
| 2025-11-12 | 177.4670 |
| 2025-11-19 | 176.8974 |
| 2025-11-26 | 176.9423 |
| 2025-12-03 | 179.8773 |
| 2025-12-11 | 181.4240 |
| 2025-12-18 | 182.0428 |
| 2025-12-25 | 182.4643 |
| 2026-01-01 | 181.5106 |
| 2026-01-08 | 180.4800 |
| 2026-01-15 | 180.3078 |
| 2026-01-22 | 184.7243 |
| 2026-01-29 | 191.9696 |
| 2026-02-05 | 186.4841 |
| 2026-02-12 | 188.7617 |
| 2026-02-19 | 187.2426 |
| 2026-02-26 | 188.0491 |
| 2026-03-05 | 189.0735 |
| 2026-03-12 | 188.7860 |
| 2026-03-19 | 187.4393 |
| 2026-03-26 | 189.6855 |
| 2026-04-02 | 186.1703 |
| 2026-04-09 | 186.6812 |
| 2026-04-16 | 190.2705 |
| 2026-04-23 | 191.7904 |
| 2026-04-30 | 193.1956 |
| 2026-05-07 | 195.2619 |
| 2026-05-15 | 195.8521 |
| 2026-05-23 | 195.1827 |
| 2026-05-30 | 194.6459 |
| 2026-06-06 | 191.1398 |
| 2026-06-15 | 190.7391 |
| 2026-06-22 | 187.0378 |
| 2026-06-29 | 186.8194 |
| 2026-07-06 | 189.2095 |
| 2026-07-13 | 189.0330 |
| 2026-07-20 | 190.9267 |
| 2026-07-27 | 188.8999 |
| 2026-08-03 | 188.5380 |
| 2026-08-10 | 188.4159 |
| 2026-08-17 | 188.9126 |
| 2026-08-25 | 190.9374 |
| 2026-09-01 | 187.4400 |
| 2026-09-08 | 186.7206 |
| 2026-09-15 | 187.5046 |
| 2026-09-22 | 187.0606 |
High
195.8521
Low
175.3757
Average
185.9660
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.