Skip to content

CHF to CLP exchange rate API

Swiss Franc to Chilean Peso · quoted 2026-09-25

1162.03

▲ +8.41% over 5Y

1 CHF = 1162.03 CLP · 1 CLP = 0.000861 CHF · Get this rate via the API

1 CHF buys 1162.03 CLP as of 2026-09-25, so 1 CLP buys 0.000861 CHF. Over the last 5 years, CHF/CLP traded between 1059.26 and 1211.10, averaged 1137.65 and rose 8.41%. The API holds daily CHF/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/CLP over 5Y

CHF/CLP over 5Y: show the values
PointCHF/CLP
2024-08-241071.85
2024-10-071081.50
2024-11-061092.05
2024-12-061105.78
2025-01-051119.59
2025-02-041084.48
2025-03-061059.26
2025-04-061141.05
2025-05-061139.39
2025-06-071136.72
2025-07-071166.78
2025-08-061196.33
2025-09-051211.10
2025-10-061207.13
2025-11-051169.16
2025-12-051141.08
2026-01-051134.89
2026-02-041109.29
2026-03-061158.25
2026-04-051149.56
2026-05-051164.23
2026-06-061148.13
2026-07-081146.82
2026-08-071130.37
2026-09-071152.02

High

1211.10

Low

1059.26

Average

1137.65

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/CLP API questions

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

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

How far back does CHF/CLP historical data go?

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