Skip to content

ILS to HKD exchange rate API

New Israeli Sheqel to Hong Kong Dollar · quoted 2026-09-25

2.5756

▲ +5.87% over 5Y

1 ILS = 2.5756 HKD · 1 HKD = 0.38827 ILS · Get this rate via the API

1 ILS buys 2.5756 HKD as of 2026-09-25, so 1 HKD buys 0.38827 ILS. Over the last 5 years, ILS/HKD traded between 1.9431 and 2.7068, averaged 2.2977 and rose 5.87%. The API holds daily ILS/HKD rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.

ILS/HKD over 5Y

ILS/HKD over 5Y: show the values
PointILS/HKD
2021-09-272.4328
2021-11-082.5159
2021-12-202.4698
2022-01-312.4409
2022-03-142.3931
2022-04-272.3607
2022-06-082.3509
2022-07-202.2779
2022-08-312.3500
2022-10-122.2006
2022-11-232.2619
2023-01-052.2136
2023-02-162.2156
2023-03-302.1881
2023-05-162.1401
2023-06-272.1537
2023-08-082.1083
2023-09-192.0566
2023-10-311.9431
2023-12-122.1071
2024-01-262.1203
2024-03-082.1874
2024-04-232.0692
2024-06-052.1067
2024-07-172.1502
2024-08-272.1168
2024-10-012.0911
2024-10-312.0919
2024-11-302.1407
2024-12-302.1266
2025-01-292.1642
2025-02-282.1619
2025-03-302.1031
2025-04-292.1422
2025-05-292.2346
2025-06-282.3198
2025-07-282.3400
2025-08-272.3281
2025-09-262.3114
2025-10-262.3715
2025-11-252.3760
2025-12-252.4398
2026-01-242.4863
2026-02-232.5058
2026-03-252.5048
2026-04-242.6293
2026-05-242.7068
2026-06-232.6160
2026-07-232.5519
2026-08-222.6248
2026-09-212.6052

High

2.7068

Low

1.9431

Average

2.2977

For developers

Get this rate via the API

One GET request returns the ILS/HKD 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=ILS&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ILS/HKD API questions

How do I get the ILS/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/HKD rate in rates.HKD.

How far back does ILS/HKD historical data go?

Daily ILS/HKD 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/HKD 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.