Skip to content

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

USD/ILS over 5Y: show the values
PointUSD/ILS
2021-09-273.1994
2021-11-083.0954
2021-12-203.1587
2022-01-313.1947
2022-03-143.2719
2022-04-273.3240
2022-06-083.3381
2022-07-203.4461
2022-08-313.3399
2022-10-123.5672
2022-11-233.4558
2023-01-053.5280
2023-02-163.5427
2023-03-303.5876
2023-05-163.6628
2023-06-273.6371
2023-08-083.7052
2023-09-193.8015
2023-10-314.0264
2023-12-123.7064
2024-01-263.6848
2024-03-083.5751
2024-04-233.7870
2024-06-053.7070
2024-07-173.6311
2024-08-273.6853
2024-10-013.7173
2024-10-313.7163
2024-11-303.6350
2024-12-303.6499
2025-01-293.5997
2025-02-283.5978
2025-03-303.6989
2025-04-293.6216
2025-05-293.5078
2025-06-283.3838
2025-07-283.3546
2025-08-273.3431
2025-09-263.3663
2025-10-263.2763
2025-11-253.2728
2025-12-253.1868
2026-01-243.1361
2026-02-233.1202
2026-03-253.1216
2026-04-242.9798
2026-05-242.8947
2026-06-232.9969
2026-07-233.0727
2026-08-222.9869
2026-09-213.0115

High

4.0264

Low

2.8947

Average

3.4222

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.