CHF to PEN exchange rate API
Swiss Franc to Sol · quoted 2026-09-24
4.0935
▼ +11.61% over 1Y
1 CHF = 4.0935 PEN · 1 PEN = 0.24429 CHF · Get this rate via the API
1 CHF buys 4.0935 PEN as of 2026-09-24, so 1 PEN buys 0.24429 CHF. Over the last year, CHF/PEN traded between 4.0885 and 4.6313, averaged 4.2468 and fell 11.61%. The API holds daily CHF/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/PEN over 1Y: show the values
| Point | CHF/PEN |
|---|---|
| 2025-09-24 | 4.6313 |
| 2025-10-01 | 4.3207 |
| 2025-10-08 | 4.2811 |
| 2025-10-15 | 4.2351 |
| 2025-10-22 | 4.2482 |
| 2025-10-29 | 4.2272 |
| 2025-11-05 | 4.1400 |
| 2025-11-12 | 4.1915 |
| 2025-11-19 | 4.1948 |
| 2025-11-26 | 4.1460 |
| 2025-12-03 | 4.1803 |
| 2025-12-10 | 4.1706 |
| 2025-12-17 | 4.2072 |
| 2025-12-24 | 4.2489 |
| 2025-12-31 | 4.2177 |
| 2026-01-07 | 4.1982 |
| 2026-01-14 | 4.1699 |
| 2026-01-21 | 4.2252 |
| 2026-01-28 | 4.3285 |
| 2026-02-04 | 4.3081 |
| 2026-02-11 | 4.3419 |
| 2026-02-18 | 4.3240 |
| 2026-02-25 | 4.3075 |
| 2026-03-04 | 4.3522 |
| 2026-03-11 | 4.3796 |
| 2026-03-18 | 4.3290 |
| 2026-03-25 | 4.3627 |
| 2026-04-01 | 4.3446 |
| 2026-04-08 | 4.2717 |
| 2026-04-15 | 4.3677 |
| 2026-04-22 | 4.3793 |
| 2026-04-29 | 4.4469 |
| 2026-05-06 | 4.4218 |
| 2026-05-13 | 4.3506 |
| 2026-05-20 | 4.2936 |
| 2026-05-27 | 4.3220 |
| 2026-06-03 | 4.3065 |
| 2026-06-10 | 4.2445 |
| 2026-06-17 | 4.2378 |
| 2026-06-24 | 4.1862 |
| 2026-07-01 | 4.1882 |
| 2026-07-08 | 4.1979 |
| 2026-07-15 | 4.1475 |
| 2026-07-22 | 4.1626 |
| 2026-07-29 | 4.1299 |
| 2026-08-05 | 4.1674 |
| 2026-08-12 | 4.1198 |
| 2026-08-19 | 4.1208 |
| 2026-08-26 | 4.1367 |
| 2026-09-02 | 4.1019 |
| 2026-09-09 | 4.1366 |
| 2026-09-16 | 4.0885 |
| 2026-09-23 | 4.0945 |
High
4.6313
Low
4.0885
Average
4.2468
Get this rate via the API
One GET request returns the CHF/PEN 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=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PEN").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/PEN API questions
How do I get the CHF/PEN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/PEN rate in rates.PEN.
How far back does CHF/PEN historical data go?
Daily CHF/PEN 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/PEN 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.