ZMW to IQD exchange rate API
Zambian Kwacha to Iraqi Dinar · quoted 2026-09-25
67.0120
▲ +21.24% over 1Y
1 ZMW = 67.0120 IQD · 1 IQD = 0.01492 ZMW · Get this rate via the API
1 ZMW buys 67.0120 IQD as of 2026-09-25, so 1 IQD buys 0.01492 ZMW. Over the last year, ZMW/IQD traded between 54.5510 and 74.2357, averaged 65.8879 and rose 21.24%. The API holds daily ZMW/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/IQD over 1Y: show the values
| Point | ZMW/IQD |
|---|---|
| 2025-09-25 | 55.2720 |
| 2025-10-02 | 54.5510 |
| 2025-10-09 | 55.1872 |
| 2025-10-16 | 57.7004 |
| 2025-10-23 | 58.5228 |
| 2025-10-30 | 59.0349 |
| 2025-11-06 | 57.9084 |
| 2025-11-13 | 57.9745 |
| 2025-11-20 | 57.4659 |
| 2025-11-27 | 57.4604 |
| 2025-12-04 | 56.5995 |
| 2025-12-12 | 56.7618 |
| 2025-12-19 | 57.5674 |
| 2025-12-26 | 58.0751 |
| 2026-01-02 | 58.9029 |
| 2026-01-09 | 66.2487 |
| 2026-01-16 | 65.9481 |
| 2026-01-23 | 65.9107 |
| 2026-01-30 | 66.0723 |
| 2026-02-06 | 70.1990 |
| 2026-02-13 | 71.0915 |
| 2026-02-20 | 69.0496 |
| 2026-02-27 | 69.3973 |
| 2026-03-06 | 67.7393 |
| 2026-03-13 | 67.4631 |
| 2026-03-20 | 66.7082 |
| 2026-03-27 | 69.2409 |
| 2026-04-03 | 67.9446 |
| 2026-04-10 | 68.7616 |
| 2026-04-17 | 68.4975 |
| 2026-04-24 | 69.9531 |
| 2026-05-01 | 70.1324 |
| 2026-05-08 | 68.7684 |
| 2026-05-16 | 69.2980 |
| 2026-05-24 | 69.3767 |
| 2026-05-31 | 71.0846 |
| 2026-06-09 | 73.9400 |
| 2026-06-16 | 74.2357 |
| 2026-06-23 | 73.2744 |
| 2026-06-30 | 72.0527 |
| 2026-07-07 | 71.2863 |
| 2026-07-14 | 72.5925 |
| 2026-07-21 | 71.6833 |
| 2026-07-28 | 70.4775 |
| 2026-08-04 | 69.6332 |
| 2026-08-11 | 69.8881 |
| 2026-08-18 | 69.1536 |
| 2026-08-26 | 68.5990 |
| 2026-09-02 | 68.4260 |
| 2026-09-09 | 67.7255 |
| 2026-09-16 | 66.9183 |
| 2026-09-23 | 67.2899 |
High
74.2357
Low
54.5510
Average
65.8879
Get this rate via the API
One GET request returns the ZMW/IQD 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=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/IQD API questions
How do I get the ZMW/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/IQD rate in rates.IQD.
How far back does ZMW/IQD historical data go?
Daily ZMW/IQD 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/IQD 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.