Skip to content

ILS to CHF exchange rate API

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

0.27277

▲ +9.74% over YTD

1 ILS = 0.27277 CHF · 1 CHF = 3.6661 ILS · Get this rate via the API

1 ILS buys 0.27277 CHF as of 2026-09-24, so 1 CHF buys 3.6661 ILS. Over the year to date, ILS/CHF traded between 0.24810 and 0.27735, averaged 0.26264 and rose 9.74%. The API holds daily ILS/CHF rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.

ILS/CHF over YTD

ILS/CHF over YTD: show the values
PointILS/CHF
2025-12-310.24857
2026-01-070.25068
2026-01-140.25340
2026-01-210.24890
2026-01-280.24817
2026-02-040.25133
2026-02-110.24985
2026-02-180.24810
2026-02-250.25027
2026-03-040.25342
2026-03-110.25101
2026-03-180.25429
2026-03-250.25294
2026-04-010.25302
2026-04-080.25608
2026-04-150.26049
2026-04-220.26058
2026-04-290.26650
2026-05-060.26814
2026-05-130.26874
2026-05-200.27027
2026-05-270.27735
2026-06-030.27538
2026-06-100.26833
2026-06-170.27155
2026-06-240.27228
2026-07-010.27239
2026-07-080.26576
2026-07-150.27044
2026-07-220.26518
2026-07-290.26779
2026-08-050.26953
2026-08-120.27137
2026-08-190.27122
2026-08-260.27027
2026-09-020.26876
2026-09-090.26731
2026-09-160.27020
2026-09-230.27283

High

0.27735

Low

0.24810

Average

0.26264

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ILS/CHF API questions

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

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

How far back does ILS/CHF historical data go?

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