Skip to content

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

ZMW/IRR over 1Y: show the values
PointZMW/IRR
2025-09-261764.86
2025-10-031766.35
2025-10-101854.43
2025-10-171857.56
2025-10-241898.73
2025-10-311898.02
2025-11-071854.88
2025-11-141857.87
2025-11-211830.62
2025-11-281840.22
2025-12-051817.60
2025-12-131818.04
2025-12-201858.56
2025-12-271862.46
2026-01-031903.47
2026-01-1051251.51
2026-01-1752688.53
2026-01-2455056.15
2026-01-3157385.49
2026-02-0764555.35
2026-02-1470142.64
2026-02-2167677.28
2026-02-2869480.12
2026-03-0768354.21
2026-03-1467942.11
2026-03-2167303.74
2026-03-2869755.08
2026-04-0468357.28
2026-04-1169211.14
2026-04-1869465.47
2026-04-2569706.21
2026-05-0270346.57
2026-05-0968889.03
2026-05-1769705.88
2026-05-2569968.41
2026-06-0173312.72
2026-06-1077192.46
2026-06-1777505.74
2026-06-2475985.46
2026-07-0176190.80
2026-07-0874290.20
2026-07-1575661.96
2026-07-2274647.22
2026-07-2973317.94
2026-08-0572406.14
2026-08-1273054.97
2026-08-2073367.85
2026-08-2772174.91
2026-09-0371779.30
2026-09-1071214.64
2026-09-1770002.83
2026-09-2470272.85

High

77505.74

Low

1764.86

Average

50332.55

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=IRR");
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=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&currencies=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.