Skip to content

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

CHF/PEN over 6M: show the values
PointCHF/PEN
2026-03-284.3324
2026-04-044.3166
2026-04-114.2929
2026-04-184.3965
2026-04-254.4299
2026-05-024.4815
2026-05-094.4205
2026-05-164.3604
2026-05-234.3586
2026-05-304.3525
2026-06-064.3611
2026-06-134.2669
2026-06-204.1906
2026-06-274.2266
2026-07-044.2360
2026-07-114.1970
2026-07-184.1971
2026-07-254.1591
2026-08-014.1960
2026-08-084.1742
2026-08-154.1447
2026-08-224.1868
2026-08-294.1480
2026-09-054.1409
2026-09-124.1088
2026-09-194.1001

High

4.4815

Low

4.0935

Average

4.2544

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.