Skip to content

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

ZMW/ILS over 1Y: show the values
PointZMW/ILS
2025-09-270.14108
2025-10-040.13900
2025-10-110.14511
2025-10-180.14548
2025-10-250.14808
2025-11-010.14655
2025-11-080.14370
2025-11-150.14291
2025-11-220.14211
2025-11-290.14238
2025-12-060.13966
2025-12-140.13904
2025-12-210.14139
2025-12-280.14125
2026-01-040.14416
2026-01-110.16159
2026-01-180.15598
2026-01-250.16036
2026-02-010.15697
2026-02-080.16538
2026-02-150.16950
2026-02-220.16410
2026-03-010.16599
2026-03-080.15959
2026-03-150.16189
2026-03-220.16041
2026-03-290.16709
2026-04-050.16302
2026-04-120.16059
2026-04-190.15627
2026-04-260.15832
2026-05-030.15793
2026-05-100.15295
2026-05-180.15412
2026-05-260.15126
2026-06-020.15511
2026-06-110.16860
2026-06-180.16489
2026-06-250.16496
2026-07-020.16480
2026-07-090.16527
2026-07-160.16423
2026-07-230.16645
2026-07-300.16287
2026-08-060.15775
2026-08-130.15823
2026-08-210.15730
2026-08-280.15637
2026-09-040.15664
2026-09-110.15738
2026-09-180.15480
2026-09-250.15518

High

0.16950

Low

0.13900

Average

0.15533

For developers

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