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: show the values
| Point | ZMW/ISK |
|---|---|
| 2025-09-26 | 5.1031 |
| 2025-10-03 | 5.0920 |
| 2025-10-10 | 5.3923 |
| 2025-10-17 | 5.3708 |
| 2025-10-24 | 5.5402 |
| 2025-10-31 | 5.6583 |
| 2025-11-07 | 5.5707 |
| 2025-11-14 | 5.5870 |
| 2025-11-21 | 5.5415 |
| 2025-11-28 | 5.5955 |
| 2025-12-05 | 5.5199 |
| 2025-12-13 | 5.4710 |
| 2025-12-20 | 5.5497 |
| 2025-12-27 | 5.5743 |
| 2026-01-03 | 5.6878 |
| 2026-01-10 | 6.4859 |
| 2026-01-17 | 6.2396 |
| 2026-01-24 | 6.3184 |
| 2026-01-31 | 6.1921 |
| 2026-02-07 | 6.5615 |
| 2026-02-14 | 6.6937 |
| 2026-02-21 | 6.4830 |
| 2026-02-28 | 6.4197 |
| 2026-03-07 | 6.4669 |
| 2026-03-14 | 6.4990 |
| 2026-03-21 | 6.3737 |
| 2026-03-28 | 6.6268 |
| 2026-04-04 | 6.5133 |
| 2026-04-11 | 6.4256 |
| 2026-04-18 | 6.4167 |
| 2026-04-25 | 6.4916 |
| 2026-05-02 | 6.5678 |
| 2026-05-09 | 6.4088 |
| 2026-05-17 | 6.5329 |
| 2026-05-25 | 6.5293 |
| 2026-06-01 | 6.6998 |
| 2026-06-10 | 6.9741 |
| 2026-06-17 | 7.0225 |
| 2026-06-24 | 7.0060 |
| 2026-07-01 | 6.9949 |
| 2026-07-08 | 6.7968 |
| 2026-07-15 | 6.9207 |
| 2026-07-22 | 6.8147 |
| 2026-07-29 | 6.6829 |
| 2026-08-05 | 6.4664 |
| 2026-08-12 | 6.5260 |
| 2026-08-20 | 6.4894 |
| 2026-08-27 | 6.3290 |
| 2026-09-03 | 6.3212 |
| 2026-09-10 | 6.2445 |
| 2026-09-17 | 6.2029 |
| 2026-09-24 | 6.2037 |
High
7.0225
Low
5.0920
Average
6.2332
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.