Skip to content

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

CHF/PEN over 5Y: show the values
PointCHF/PEN
2024-08-244.4154
2024-10-034.3762
2024-11-024.3567
2024-12-024.2202
2025-01-014.1468
2025-01-314.0900
2025-03-024.1257
2025-04-014.1565
2025-05-014.4191
2025-05-314.4338
2025-06-304.4454
2025-07-304.3993
2025-08-294.4103
2025-09-284.3831
2025-10-284.2385
2025-11-274.1529
2025-12-274.2621
2026-01-264.2749
2026-02-254.3075
2026-03-274.3572
2026-04-264.4050
2026-05-264.3330
2026-06-254.1711
2026-07-254.1591
2026-08-244.1460
2026-09-234.0945

High

4.4454

Low

4.0900

Average

4.2731

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=PEN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=PEN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.