Skip to content

PEN to CHF exchange rate API

Sol to Swiss Franc · quoted 2026-09-25

0.24360

▲ +7.07% over 1Y

1 PEN = 0.24360 CHF · 1 CHF = 4.1051 PEN · Get this rate via the API

1 PEN buys 0.24360 CHF as of 2026-09-25, so 1 CHF buys 4.1051 PEN. Over the last year, PEN/CHF traded between 0.22432 and 0.24659, averaged 0.23584 and rose 7.07%. The API holds daily PEN/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PEN/CHF over 1Y

PEN/CHF over 1Y: show the values
PointPEN/CHF
2025-09-250.22751
2025-10-020.22973
2025-10-090.23473
2025-10-160.23689
2025-10-230.23604
2025-10-300.23810
2025-11-060.24068
2025-11-130.23766
2025-11-200.23966
2025-11-270.24080
2025-12-040.23968
2025-12-110.23797
2025-12-180.23750
2025-12-250.23409
2026-01-010.23583
2026-01-080.23853
2026-01-150.23977
2026-01-220.23772
2026-01-290.23090
2026-02-050.23186
2026-02-120.23088
2026-02-190.23194
2026-02-260.23184
2026-03-050.22811
2026-03-120.22797
2026-03-190.23107
2026-03-260.22977
2026-04-020.23212
2026-04-090.23472
2026-04-160.22922
2026-04-230.22767
2026-04-300.22432
2026-05-070.22618
2026-05-140.23002
2026-05-210.23230
2026-05-280.23249
2026-06-040.23200
2026-06-110.23720
2026-06-180.23886
2026-06-250.23974
2026-07-020.23837
2026-07-090.23858
2026-07-160.23877
2026-07-230.24130
2026-07-300.24079
2026-08-060.24057
2026-08-130.24292
2026-08-200.23952
2026-08-270.24145
2026-09-030.24195
2026-09-100.24232
2026-09-170.24659
2026-09-240.24432

High

0.24659

Low

0.22432

Average

0.23584

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PEN/CHF API questions

How do I get the PEN/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PEN/CHF rate in rates.CHF.

How far back does PEN/CHF historical data go?

Daily PEN/CHF 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 PEN/CHF 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.