Skip to content

ILS to AUD exchange rate API

New Israeli Sheqel to Australian Dollar · quoted 2026-09-24

0.46789

▲ +3.55% over 1Y

1 ILS = 0.46789 AUD · 1 AUD = 2.1372 ILS · Get this rate via the API

1 ILS buys 0.46789 AUD as of 2026-09-24, so 1 AUD buys 2.1372 ILS. Over the last year, ILS/AUD traded between 0.45012 and 0.49455, averaged 0.46851 and rose 3.55%. The API holds daily ILS/AUD rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.

ILS/AUD over 1Y

ILS/AUD over 1Y: show the values
PointILS/AUD
2025-09-240.45186
2025-10-010.45671
2025-10-080.46338
2025-10-150.46648
2025-10-220.46642
2025-10-290.46752
2025-11-050.47180
2025-11-120.47817
2025-11-190.47171
2025-11-260.46902
2025-12-030.47011
2025-12-100.46585
2025-12-170.46853
2025-12-240.46881
2025-12-310.46919
2026-01-070.46792
2026-01-140.47379
2026-01-210.46569
2026-01-280.46206
2026-02-040.46093
2026-02-110.45692
2026-02-180.45542
2026-02-250.45551
2026-03-040.46049
2026-03-110.45012
2026-03-180.45698
2026-03-250.46004
2026-04-010.45943
2026-04-080.46060
2026-04-150.46636
2026-04-220.46589
2026-04-290.47161
2026-05-060.47507
2026-05-130.47431
2026-05-200.47983
2026-05-270.49455
2026-06-030.48720
2026-06-100.47937
2026-06-170.48496
2026-06-240.48560
2026-07-010.48726
2026-07-080.47467
2026-07-150.47727
2026-07-220.46672
2026-07-290.47053
2026-08-050.47257
2026-08-120.47305
2026-08-190.47311
2026-08-260.46796
2026-09-020.46198
2026-09-090.45844
2026-09-160.46255
2026-09-230.46913

High

0.49455

Low

0.45012

Average

0.46851

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ILS/AUD API questions

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

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

How far back does ILS/AUD historical data go?

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