ZMW to IRR exchange rate API
Zambian Kwacha to Iranian Rial · quoted 2026-09-26
70321.41
▲ +3884.52% over 1Y
1 ZMW = 70321.41 IRR · 1 IRR = 0.000014 ZMW · Get this rate via the API
1 ZMW buys 70321.41 IRR as of 2026-09-26, so 1 IRR buys 0.000014 ZMW. Over the last year, ZMW/IRR traded between 1764.86 and 77505.74, averaged 50332.55 and rose 3884.52%. The API holds daily ZMW/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/IRR over 1Y: show the values
| Point | ZMW/IRR |
|---|---|
| 2025-09-26 | 1764.86 |
| 2025-10-03 | 1766.35 |
| 2025-10-10 | 1854.43 |
| 2025-10-17 | 1857.56 |
| 2025-10-24 | 1898.73 |
| 2025-10-31 | 1898.02 |
| 2025-11-07 | 1854.88 |
| 2025-11-14 | 1857.87 |
| 2025-11-21 | 1830.62 |
| 2025-11-28 | 1840.22 |
| 2025-12-05 | 1817.60 |
| 2025-12-13 | 1818.04 |
| 2025-12-20 | 1858.56 |
| 2025-12-27 | 1862.46 |
| 2026-01-03 | 1903.47 |
| 2026-01-10 | 51251.51 |
| 2026-01-17 | 52688.53 |
| 2026-01-24 | 55056.15 |
| 2026-01-31 | 57385.49 |
| 2026-02-07 | 64555.35 |
| 2026-02-14 | 70142.64 |
| 2026-02-21 | 67677.28 |
| 2026-02-28 | 69480.12 |
| 2026-03-07 | 68354.21 |
| 2026-03-14 | 67942.11 |
| 2026-03-21 | 67303.74 |
| 2026-03-28 | 69755.08 |
| 2026-04-04 | 68357.28 |
| 2026-04-11 | 69211.14 |
| 2026-04-18 | 69465.47 |
| 2026-04-25 | 69706.21 |
| 2026-05-02 | 70346.57 |
| 2026-05-09 | 68889.03 |
| 2026-05-17 | 69705.88 |
| 2026-05-25 | 69968.41 |
| 2026-06-01 | 73312.72 |
| 2026-06-10 | 77192.46 |
| 2026-06-17 | 77505.74 |
| 2026-06-24 | 75985.46 |
| 2026-07-01 | 76190.80 |
| 2026-07-08 | 74290.20 |
| 2026-07-15 | 75661.96 |
| 2026-07-22 | 74647.22 |
| 2026-07-29 | 73317.94 |
| 2026-08-05 | 72406.14 |
| 2026-08-12 | 73054.97 |
| 2026-08-20 | 73367.85 |
| 2026-08-27 | 72174.91 |
| 2026-09-03 | 71779.30 |
| 2026-09-10 | 71214.64 |
| 2026-09-17 | 70002.83 |
| 2026-09-24 | 70272.85 |
High
77505.74
Low
1764.86
Average
50332.55
Get this rate via the API
One GET request returns the ZMW/IRR 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=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/IRR API questions
How do I get the ZMW/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/IRR rate in rates.IRR.
How far back does ZMW/IRR historical data go?
Daily ZMW/IRR 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/IRR 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.