Skip to content

ZWL to IRR exchange rate API

Zimbabwe Dollar to Iranian Rial · quoted 2026-09-26

20.6489

▲ +3161.56% over 1Y

1 ZWL = 20.6489 IRR · 1 IRR = 0.04843 ZWL · Get this rate via the API

1 ZWL buys 20.6489 IRR as of 2026-09-26, so 1 IRR buys 0.04843 ZWL. Over the last year, ZWL/IRR traded between 0.63062 and 4104.04, averaged 474.7724 and rose 3161.56%. The API holds daily ZWL/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/IRR over 1Y

ZWL/IRR over 1Y: show the values
PointZWL/IRR
2025-09-260.6331
2025-10-030.6306
2025-10-100.6306
2025-10-170.6317
2025-10-240.6337
2025-10-310.6369
2025-11-070.6413
2025-11-140.6398
2025-11-210.6398
2025-11-280.6440
2025-12-050.6436
2025-12-130.6439
2025-12-200.6456
2025-12-270.6457
2026-01-030.6494
2026-01-1015.5248
2026-01-1716.5887
2026-01-2416.8138
2026-01-3117.7299
2026-02-0718.8727
2026-02-1420.0420
2026-02-2120.1135
2026-02-2820.4093
2026-03-0720.5102
2026-03-1420.7306
2026-03-2120.7736
2026-03-284078.4213
2026-04-0420.7678
2026-04-114087.3499
2026-04-184104.0425
2026-04-254090.0673
2026-05-024080.7505
2026-05-094072.9865
2026-05-1720.4698
2026-05-2520.0912
2026-06-0120.0955
2026-06-1020.5626
2026-06-1720.6083
2026-06-2420.5306
2026-07-0120.5263
2026-07-0820.5241
2026-07-1520.5300
2026-07-2220.5287
2026-07-2920.5879
2026-08-0520.6316
2026-08-1220.6832
2026-08-2020.6237
2026-08-2720.7570
2026-09-0320.5883
2026-09-1020.6082
2026-09-1720.6072
2026-09-2420.6504

High

4104.04

Low

0.63062

Average

474.7724

For developers

Get this rate via the API

One GET request returns the ZWL/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=ZWL&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&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=ZWL&currencies=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/IRR API questions

How do I get the ZWL/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZWL/IRR rate in rates.IRR.

How far back does ZWL/IRR historical data go?

Daily ZWL/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 ZWL/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.