CHF to PEN exchange rate API
Swiss Franc to Sol · quoted 2026-09-24
4.0935
▼ +7.29% over 5Y
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 5 years, CHF/PEN traded between 4.0900 and 4.4454, averaged 4.2731 and fell 7.29%. 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 5Y: show the values
| Point | CHF/PEN |
|---|---|
| 2024-08-24 | 4.4154 |
| 2024-10-03 | 4.3762 |
| 2024-11-02 | 4.3567 |
| 2024-12-02 | 4.2202 |
| 2025-01-01 | 4.1468 |
| 2025-01-31 | 4.0900 |
| 2025-03-02 | 4.1257 |
| 2025-04-01 | 4.1565 |
| 2025-05-01 | 4.4191 |
| 2025-05-31 | 4.4338 |
| 2025-06-30 | 4.4454 |
| 2025-07-30 | 4.3993 |
| 2025-08-29 | 4.4103 |
| 2025-09-28 | 4.3831 |
| 2025-10-28 | 4.2385 |
| 2025-11-27 | 4.1529 |
| 2025-12-27 | 4.2621 |
| 2026-01-26 | 4.2749 |
| 2026-02-25 | 4.3075 |
| 2026-03-27 | 4.3572 |
| 2026-04-26 | 4.4050 |
| 2026-05-26 | 4.3330 |
| 2026-06-25 | 4.1711 |
| 2026-07-25 | 4.1591 |
| 2026-08-24 | 4.1460 |
| 2026-09-23 | 4.0945 |
High
4.4454
Low
4.0900
Average
4.2731
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.