ZMW to ILS exchange rate API
Zambian Kwacha to New Israeli Sheqel · quoted 2026-09-27
0.15621
▲ +10.73% over 1Y
1 ZMW = 0.15621 ILS · 1 ILS = 6.4015 ZMW · Get this rate via the API
1 ZMW buys 0.15621 ILS as of 2026-09-27, so 1 ILS buys 6.4015 ZMW. Over the last year, ZMW/ILS traded between 0.13900 and 0.16950, averaged 0.15533 and rose 10.73%. The API holds daily ZMW/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/ILS over 1Y: show the values
| Point | ZMW/ILS |
|---|---|
| 2025-09-27 | 0.14108 |
| 2025-10-04 | 0.13900 |
| 2025-10-11 | 0.14511 |
| 2025-10-18 | 0.14548 |
| 2025-10-25 | 0.14808 |
| 2025-11-01 | 0.14655 |
| 2025-11-08 | 0.14370 |
| 2025-11-15 | 0.14291 |
| 2025-11-22 | 0.14211 |
| 2025-11-29 | 0.14238 |
| 2025-12-06 | 0.13966 |
| 2025-12-14 | 0.13904 |
| 2025-12-21 | 0.14139 |
| 2025-12-28 | 0.14125 |
| 2026-01-04 | 0.14416 |
| 2026-01-11 | 0.16159 |
| 2026-01-18 | 0.15598 |
| 2026-01-25 | 0.16036 |
| 2026-02-01 | 0.15697 |
| 2026-02-08 | 0.16538 |
| 2026-02-15 | 0.16950 |
| 2026-02-22 | 0.16410 |
| 2026-03-01 | 0.16599 |
| 2026-03-08 | 0.15959 |
| 2026-03-15 | 0.16189 |
| 2026-03-22 | 0.16041 |
| 2026-03-29 | 0.16709 |
| 2026-04-05 | 0.16302 |
| 2026-04-12 | 0.16059 |
| 2026-04-19 | 0.15627 |
| 2026-04-26 | 0.15832 |
| 2026-05-03 | 0.15793 |
| 2026-05-10 | 0.15295 |
| 2026-05-18 | 0.15412 |
| 2026-05-26 | 0.15126 |
| 2026-06-02 | 0.15511 |
| 2026-06-11 | 0.16860 |
| 2026-06-18 | 0.16489 |
| 2026-06-25 | 0.16496 |
| 2026-07-02 | 0.16480 |
| 2026-07-09 | 0.16527 |
| 2026-07-16 | 0.16423 |
| 2026-07-23 | 0.16645 |
| 2026-07-30 | 0.16287 |
| 2026-08-06 | 0.15775 |
| 2026-08-13 | 0.15823 |
| 2026-08-21 | 0.15730 |
| 2026-08-28 | 0.15637 |
| 2026-09-04 | 0.15664 |
| 2026-09-11 | 0.15738 |
| 2026-09-18 | 0.15480 |
| 2026-09-25 | 0.15518 |
High
0.16950
Low
0.13900
Average
0.15533
Get this rate via the API
One GET request returns the ZMW/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=ZMW¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/ILS API questions
How do I get the ZMW/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/ILS rate in rates.ILS.
How far back does ZMW/ILS historical data go?
Daily ZMW/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 ZMW/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.