Skip to content

SZL to ILS exchange rate API

Lilangeni to New Israeli Sheqel · quoted 2026-09-26

0.18677

▼ +3.10% over 1Y

1 SZL = 0.18677 ILS · 1 ILS = 5.3543 SZL · Get this rate via the API

1 SZL buys 0.18677 ILS as of 2026-09-26, so 1 ILS buys 5.3543 SZL. Over the last year, SZL/ILS traded between 0.17345 and 0.19684, averaged 0.18661 and fell 3.10%. The API holds daily SZL/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/ILS over 1Y

SZL/ILS over 1Y: show the values
PointSZL/ILS
2025-09-260.19274
2025-10-030.19112
2025-10-100.18932
2025-10-170.19046
2025-10-240.18977
2025-10-310.18812
2025-11-070.18771
2025-11-140.19019
2025-11-210.19053
2025-11-280.19007
2025-12-050.19026
2025-12-130.19080
2025-12-200.19125
2025-12-270.19159
2026-01-030.19318
2026-01-100.19101
2026-01-170.19161
2026-01-240.19437
2026-01-310.19263
2026-02-070.19465
2026-02-140.19363
2026-02-210.19441
2026-02-280.19684
2026-03-070.18689
2026-03-140.18571
2026-03-210.18162
2026-03-280.18284
2026-04-040.18441
2026-04-110.18462
2026-04-180.18119
2026-04-250.17994
2026-05-020.17670
2026-05-090.17723
2026-05-170.17509
2026-05-250.17684
2026-06-010.17345
2026-06-100.18002
2026-06-170.18046
2026-06-240.17999
2026-07-010.18129
2026-07-080.18716
2026-07-150.18357
2026-07-220.18625
2026-07-290.18310
2026-08-050.18353
2026-08-120.18458
2026-08-200.18583
2026-08-270.18623
2026-09-030.18818
2026-09-100.18890
2026-09-170.18560
2026-09-240.18609

High

0.19684

Low

0.17345

Average

0.18661

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/ILS API questions

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

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

How far back does SZL/ILS historical data go?

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