ZMW to IQD exchange rate API
Zambian Kwacha to Iraqi Dinar · quoted 2026-09-25
67.0120
▲ +13.53% over YTD
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 year to date, ZMW/IQD traded between 59.0254 and 74.7263, averaged 68.7793 and rose 13.53%. 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 YTD: show the values
| Point | ZMW/IQD |
|---|---|
| 2025-12-31 | 59.0254 |
| 2026-01-07 | 62.4530 |
| 2026-01-14 | 67.2371 |
| 2026-01-21 | 64.6603 |
| 2026-01-28 | 65.9427 |
| 2026-02-04 | 66.6238 |
| 2026-02-11 | 68.6661 |
| 2026-02-18 | 70.7410 |
| 2026-02-25 | 69.0758 |
| 2026-03-04 | 68.2755 |
| 2026-03-11 | 67.5866 |
| 2026-03-18 | 66.7876 |
| 2026-03-25 | 68.9532 |
| 2026-04-01 | 68.2397 |
| 2026-04-08 | 66.9841 |
| 2026-04-15 | 68.4996 |
| 2026-04-22 | 68.8581 |
| 2026-04-29 | 69.0593 |
| 2026-05-06 | 69.5489 |
| 2026-05-14 | 68.9556 |
| 2026-05-21 | 68.9589 |
| 2026-05-29 | 70.1665 |
| 2026-06-05 | 74.7263 |
| 2026-06-14 | 74.5290 |
| 2026-06-21 | 73.1931 |
| 2026-06-28 | 72.2068 |
| 2026-07-05 | 71.3326 |
| 2026-07-12 | 72.5209 |
| 2026-07-19 | 71.8683 |
| 2026-07-26 | 70.2858 |
| 2026-08-02 | 69.8789 |
| 2026-08-09 | 69.7464 |
| 2026-08-16 | 69.2517 |
| 2026-08-24 | 69.1239 |
| 2026-08-31 | 69.1225 |
| 2026-09-07 | 68.0752 |
| 2026-09-14 | 67.7707 |
| 2026-09-21 | 66.4489 |
High
74.7263
Low
59.0254
Average
68.7793
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.