ZWL to IRR exchange rate API
Zimbabwe Dollar to Iranian Rial · quoted 2026-09-26
20.6489
▲ +3086.75% over YTD
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 year to date, ZWL/IRR traded between 0.64796 and 4102.49, averaged 436.6029 and rose 3086.75%. 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 YTD: show the values
| Point | ZWL/IRR |
|---|---|
| 2025-12-31 | 0.6480 |
| 2026-01-07 | 0.6499 |
| 2026-01-14 | 16.1450 |
| 2026-01-21 | 16.7189 |
| 2026-01-28 | 16.8838 |
| 2026-02-04 | 17.9902 |
| 2026-02-11 | 19.5611 |
| 2026-02-18 | 20.0383 |
| 2026-02-25 | 20.1489 |
| 2026-03-04 | 20.3531 |
| 2026-03-11 | 20.6321 |
| 2026-03-18 | 20.7907 |
| 2026-03-25 | 20.7113 |
| 2026-04-01 | 20.7230 |
| 2026-04-08 | 20.7876 |
| 2026-04-15 | 4087.3499 |
| 2026-04-22 | 4102.4897 |
| 2026-04-29 | 4086.9617 |
| 2026-05-06 | 4086.9617 |
| 2026-05-14 | 20.3979 |
| 2026-05-21 | 20.1527 |
| 2026-05-29 | 19.9776 |
| 2026-06-05 | 20.4693 |
| 2026-06-14 | 20.5552 |
| 2026-06-21 | 20.5352 |
| 2026-06-28 | 20.5178 |
| 2026-07-05 | 20.5061 |
| 2026-07-12 | 20.5906 |
| 2026-07-19 | 20.5958 |
| 2026-07-26 | 20.6488 |
| 2026-08-02 | 20.6136 |
| 2026-08-09 | 20.6528 |
| 2026-08-16 | 20.6885 |
| 2026-08-24 | 20.6645 |
| 2026-08-31 | 20.7603 |
| 2026-09-07 | 20.7093 |
| 2026-09-14 | 20.6425 |
| 2026-09-21 | 20.6411 |
High
4102.49
Low
0.64796
Average
436.6029
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=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¤cies=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.