USD to ILS exchange rate API
US Dollar to New Israeli Sheqel · quoted 2026-09-25
3.0467
▼ +8.91% over 1Y
1 USD = 3.0467 ILS · 1 ILS = 0.32822 USD · Get this rate via the API
1 USD buys 3.0467 ILS as of 2026-09-25, so 1 ILS buys 0.32822 USD. Over the last year, USD/ILS traded between 2.8368 and 3.3448, averaged 3.0934 and fell 8.91%. 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 1Y: show the values
| Point | USD/ILS |
|---|---|
| 2025-09-25 | 3.3448 |
| 2025-10-02 | 3.3138 |
| 2025-10-09 | 3.2455 |
| 2025-10-16 | 3.3016 |
| 2025-10-23 | 3.3090 |
| 2025-10-30 | 3.2564 |
| 2025-11-06 | 3.2560 |
| 2025-11-13 | 3.2111 |
| 2025-11-20 | 3.2568 |
| 2025-11-27 | 3.2748 |
| 2025-12-04 | 3.2362 |
| 2025-12-11 | 3.2125 |
| 2025-12-18 | 3.2173 |
| 2025-12-25 | 3.1868 |
| 2026-01-01 | 3.1775 |
| 2026-01-08 | 3.1694 |
| 2026-01-15 | 3.1561 |
| 2026-01-22 | 3.1398 |
| 2026-01-29 | 3.0775 |
| 2026-02-05 | 3.1151 |
| 2026-02-12 | 3.0617 |
| 2026-02-19 | 3.1386 |
| 2026-02-26 | 3.1099 |
| 2026-03-05 | 3.0734 |
| 2026-03-12 | 3.1135 |
| 2026-03-19 | 3.1332 |
| 2026-03-26 | 3.1284 |
| 2026-04-02 | 3.1533 |
| 2026-04-09 | 3.0834 |
| 2026-04-16 | 2.9930 |
| 2026-04-23 | 2.9962 |
| 2026-04-30 | 2.9527 |
| 2026-05-07 | 2.9076 |
| 2026-05-14 | 2.9053 |
| 2026-05-21 | 2.9159 |
| 2026-05-28 | 2.8368 |
| 2026-06-04 | 2.8917 |
| 2026-06-11 | 2.9589 |
| 2026-06-18 | 2.9434 |
| 2026-06-25 | 2.9759 |
| 2026-07-02 | 3.0012 |
| 2026-07-09 | 3.0247 |
| 2026-07-16 | 3.0085 |
| 2026-07-23 | 3.0727 |
| 2026-07-30 | 3.0695 |
| 2026-08-06 | 3.0128 |
| 2026-08-13 | 2.9810 |
| 2026-08-20 | 2.9920 |
| 2026-08-27 | 2.9742 |
| 2026-09-03 | 3.0193 |
| 2026-09-10 | 3.0301 |
| 2026-09-17 | 3.0333 |
| 2026-09-24 | 3.0482 |
High
3.3448
Low
2.8368
Average
3.0934
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.