Skip to content

CHF to ILS exchange rate API

Swiss Franc to New Israeli Sheqel · quoted 2026-09-24

3.6849

▼ +6.22% over 6M

1 CHF = 3.6849 ILS · 1 ILS = 0.27138 CHF · Get this rate via the API

1 CHF buys 3.6849 ILS as of 2026-09-24, so 1 ILS buys 0.27138 CHF. Over the last 6 months, CHF/ILS traded between 3.5912 and 3.9293, averaged 3.7345 and fell 6.22%. The API holds daily CHF/ILS rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.

CHF/ILS over 6M

CHF/ILS over 6M: show the values
PointCHF/ILS
2026-03-283.9293
2026-04-043.9128
2026-04-113.8445
2026-04-183.7866
2026-04-253.7935
2026-05-023.7613
2026-05-093.7342
2026-05-163.7098
2026-05-233.6830
2026-05-303.5912
2026-06-063.7229
2026-06-133.6625
2026-06-203.6637
2026-06-273.7087
2026-07-043.7341
2026-07-113.7245
2026-07-183.7595
2026-07-253.7338
2026-08-013.7896
2026-08-083.7158
2026-08-153.6340
2026-08-223.7287
2026-08-293.7047
2026-09-053.7206
2026-09-123.7075
2026-09-193.6901

High

3.9293

Low

3.5912

Average

3.7345

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/ILS API questions

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

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

How far back does CHF/ILS historical data go?

Daily CHF/ILS rates are available from 2011-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/ILS 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.