USD to ILS exchange rate API
US Dollar to New Israeli Sheqel · quoted 2026-09-25
3.0474
▼ +4.75% over 5Y
1 USD = 3.0474 ILS · 1 ILS = 0.32814 USD · Get this rate via the API
1 USD buys 3.0474 ILS as of 2026-09-25, so 1 ILS buys 0.32814 USD. Over the last 5 years, USD/ILS traded between 2.8947 and 4.0264, averaged 3.4222 and fell 4.75%. The API holds daily USD/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/ILS over 5Y: show the values
| Point | USD/ILS |
|---|---|
| 2021-09-27 | 3.1994 |
| 2021-11-08 | 3.0954 |
| 2021-12-20 | 3.1587 |
| 2022-01-31 | 3.1947 |
| 2022-03-14 | 3.2719 |
| 2022-04-27 | 3.3240 |
| 2022-06-08 | 3.3381 |
| 2022-07-20 | 3.4461 |
| 2022-08-31 | 3.3399 |
| 2022-10-12 | 3.5672 |
| 2022-11-23 | 3.4558 |
| 2023-01-05 | 3.5280 |
| 2023-02-16 | 3.5427 |
| 2023-03-30 | 3.5876 |
| 2023-05-16 | 3.6628 |
| 2023-06-27 | 3.6371 |
| 2023-08-08 | 3.7052 |
| 2023-09-19 | 3.8015 |
| 2023-10-31 | 4.0264 |
| 2023-12-12 | 3.7064 |
| 2024-01-26 | 3.6848 |
| 2024-03-08 | 3.5751 |
| 2024-04-23 | 3.7870 |
| 2024-06-05 | 3.7070 |
| 2024-07-17 | 3.6311 |
| 2024-08-27 | 3.6853 |
| 2024-10-01 | 3.7173 |
| 2024-10-31 | 3.7163 |
| 2024-11-30 | 3.6350 |
| 2024-12-30 | 3.6499 |
| 2025-01-29 | 3.5997 |
| 2025-02-28 | 3.5978 |
| 2025-03-30 | 3.6989 |
| 2025-04-29 | 3.6216 |
| 2025-05-29 | 3.5078 |
| 2025-06-28 | 3.3838 |
| 2025-07-28 | 3.3546 |
| 2025-08-27 | 3.3431 |
| 2025-09-26 | 3.3663 |
| 2025-10-26 | 3.2763 |
| 2025-11-25 | 3.2728 |
| 2025-12-25 | 3.1868 |
| 2026-01-24 | 3.1361 |
| 2026-02-23 | 3.1202 |
| 2026-03-25 | 3.1216 |
| 2026-04-24 | 2.9798 |
| 2026-05-24 | 2.8947 |
| 2026-06-23 | 2.9969 |
| 2026-07-23 | 3.0727 |
| 2026-08-22 | 2.9869 |
| 2026-09-21 | 3.0115 |
High
4.0264
Low
2.8947
Average
3.4222
Get this rate via the API
One GET request returns the USD/ILS 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=USD¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/ILS API questions
How do I get the USD/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/ILS rate in rates.ILS.
How far back does USD/ILS historical data go?
Daily USD/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 USD/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.