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: show the values
| Point | ILS/AUD |
|---|---|
| 2025-09-24 | 0.45186 |
| 2025-10-01 | 0.45671 |
| 2025-10-08 | 0.46338 |
| 2025-10-15 | 0.46648 |
| 2025-10-22 | 0.46642 |
| 2025-10-29 | 0.46752 |
| 2025-11-05 | 0.47180 |
| 2025-11-12 | 0.47817 |
| 2025-11-19 | 0.47171 |
| 2025-11-26 | 0.46902 |
| 2025-12-03 | 0.47011 |
| 2025-12-10 | 0.46585 |
| 2025-12-17 | 0.46853 |
| 2025-12-24 | 0.46881 |
| 2025-12-31 | 0.46919 |
| 2026-01-07 | 0.46792 |
| 2026-01-14 | 0.47379 |
| 2026-01-21 | 0.46569 |
| 2026-01-28 | 0.46206 |
| 2026-02-04 | 0.46093 |
| 2026-02-11 | 0.45692 |
| 2026-02-18 | 0.45542 |
| 2026-02-25 | 0.45551 |
| 2026-03-04 | 0.46049 |
| 2026-03-11 | 0.45012 |
| 2026-03-18 | 0.45698 |
| 2026-03-25 | 0.46004 |
| 2026-04-01 | 0.45943 |
| 2026-04-08 | 0.46060 |
| 2026-04-15 | 0.46636 |
| 2026-04-22 | 0.46589 |
| 2026-04-29 | 0.47161 |
| 2026-05-06 | 0.47507 |
| 2026-05-13 | 0.47431 |
| 2026-05-20 | 0.47983 |
| 2026-05-27 | 0.49455 |
| 2026-06-03 | 0.48720 |
| 2026-06-10 | 0.47937 |
| 2026-06-17 | 0.48496 |
| 2026-06-24 | 0.48560 |
| 2026-07-01 | 0.48726 |
| 2026-07-08 | 0.47467 |
| 2026-07-15 | 0.47727 |
| 2026-07-22 | 0.46672 |
| 2026-07-29 | 0.47053 |
| 2026-08-05 | 0.47257 |
| 2026-08-12 | 0.47305 |
| 2026-08-19 | 0.47311 |
| 2026-08-26 | 0.46796 |
| 2026-09-02 | 0.46198 |
| 2026-09-09 | 0.45844 |
| 2026-09-16 | 0.46255 |
| 2026-09-23 | 0.46913 |
High
0.49455
Low
0.45012
Average
0.46851
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=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¤cies=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.