Skip to content

ZMW to ISK exchange rate API

Zambian Kwacha to Iceland Krona · quoted 2026-09-26

6.1658

▲ +20.83% over 1Y

1 ZMW = 6.1658 ISK · 1 ISK = 0.16218 ZMW · Get this rate via the API

1 ZMW buys 6.1658 ISK as of 2026-09-26, so 1 ISK buys 0.16218 ZMW. Over the last year, ZMW/ISK traded between 5.0920 and 7.0225, averaged 6.2332 and rose 20.83%. The API holds daily ZMW/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/ISK over 1Y

ZMW/ISK over 1Y: show the values
PointZMW/ISK
2025-09-265.1031
2025-10-035.0920
2025-10-105.3923
2025-10-175.3708
2025-10-245.5402
2025-10-315.6583
2025-11-075.5707
2025-11-145.5870
2025-11-215.5415
2025-11-285.5955
2025-12-055.5199
2025-12-135.4710
2025-12-205.5497
2025-12-275.5743
2026-01-035.6878
2026-01-106.4859
2026-01-176.2396
2026-01-246.3184
2026-01-316.1921
2026-02-076.5615
2026-02-146.6937
2026-02-216.4830
2026-02-286.4197
2026-03-076.4669
2026-03-146.4990
2026-03-216.3737
2026-03-286.6268
2026-04-046.5133
2026-04-116.4256
2026-04-186.4167
2026-04-256.4916
2026-05-026.5678
2026-05-096.4088
2026-05-176.5329
2026-05-256.5293
2026-06-016.6998
2026-06-106.9741
2026-06-177.0225
2026-06-247.0060
2026-07-016.9949
2026-07-086.7968
2026-07-156.9207
2026-07-226.8147
2026-07-296.6829
2026-08-056.4664
2026-08-126.5260
2026-08-206.4894
2026-08-276.3290
2026-09-036.3212
2026-09-106.2445
2026-09-176.2029
2026-09-246.2037

High

7.0225

Low

5.0920

Average

6.2332

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/ISK API questions

How do I get the ZMW/ISK exchange rate from an API?

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

How far back does ZMW/ISK historical data go?

Daily ZMW/ISK 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/ISK 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.