Skip to content

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

USD/ILS over 1Y: show the values
PointUSD/ILS
2025-09-253.3448
2025-10-023.3138
2025-10-093.2455
2025-10-163.3016
2025-10-233.3090
2025-10-303.2564
2025-11-063.2560
2025-11-133.2111
2025-11-203.2568
2025-11-273.2748
2025-12-043.2362
2025-12-113.2125
2025-12-183.2173
2025-12-253.1868
2026-01-013.1775
2026-01-083.1694
2026-01-153.1561
2026-01-223.1398
2026-01-293.0775
2026-02-053.1151
2026-02-123.0617
2026-02-193.1386
2026-02-263.1099
2026-03-053.0734
2026-03-123.1135
2026-03-193.1332
2026-03-263.1284
2026-04-023.1533
2026-04-093.0834
2026-04-162.9930
2026-04-232.9962
2026-04-302.9527
2026-05-072.9076
2026-05-142.9053
2026-05-212.9159
2026-05-282.8368
2026-06-042.8917
2026-06-112.9589
2026-06-182.9434
2026-06-252.9759
2026-07-023.0012
2026-07-093.0247
2026-07-163.0085
2026-07-233.0727
2026-07-303.0695
2026-08-063.0128
2026-08-132.9810
2026-08-202.9920
2026-08-272.9742
2026-09-033.0193
2026-09-103.0301
2026-09-173.0333
2026-09-243.0482

High

3.3448

Low

2.8368

Average

3.0934

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.