CHF to PEN exchange rate API
Swiss Franc to Sol · quoted 2026-09-24
4.0935
▼ +5.51% over 6M
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 6 months, CHF/PEN traded between 4.0935 and 4.4815, averaged 4.2544 and fell 5.51%. 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 6M: show the values
| Point | CHF/PEN |
|---|---|
| 2026-03-28 | 4.3324 |
| 2026-04-04 | 4.3166 |
| 2026-04-11 | 4.2929 |
| 2026-04-18 | 4.3965 |
| 2026-04-25 | 4.4299 |
| 2026-05-02 | 4.4815 |
| 2026-05-09 | 4.4205 |
| 2026-05-16 | 4.3604 |
| 2026-05-23 | 4.3586 |
| 2026-05-30 | 4.3525 |
| 2026-06-06 | 4.3611 |
| 2026-06-13 | 4.2669 |
| 2026-06-20 | 4.1906 |
| 2026-06-27 | 4.2266 |
| 2026-07-04 | 4.2360 |
| 2026-07-11 | 4.1970 |
| 2026-07-18 | 4.1971 |
| 2026-07-25 | 4.1591 |
| 2026-08-01 | 4.1960 |
| 2026-08-08 | 4.1742 |
| 2026-08-15 | 4.1447 |
| 2026-08-22 | 4.1868 |
| 2026-08-29 | 4.1480 |
| 2026-09-05 | 4.1409 |
| 2026-09-12 | 4.1088 |
| 2026-09-19 | 4.1001 |
High
4.4815
Low
4.0935
Average
4.2544
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.