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: show the values
| Point | ZWL/IRR |
|---|---|
| 2025-09-26 | 0.6331 |
| 2025-10-03 | 0.6306 |
| 2025-10-10 | 0.6306 |
| 2025-10-17 | 0.6317 |
| 2025-10-24 | 0.6337 |
| 2025-10-31 | 0.6369 |
| 2025-11-07 | 0.6413 |
| 2025-11-14 | 0.6398 |
| 2025-11-21 | 0.6398 |
| 2025-11-28 | 0.6440 |
| 2025-12-05 | 0.6436 |
| 2025-12-13 | 0.6439 |
| 2025-12-20 | 0.6456 |
| 2025-12-27 | 0.6457 |
| 2026-01-03 | 0.6494 |
| 2026-01-10 | 15.5248 |
| 2026-01-17 | 16.5887 |
| 2026-01-24 | 16.8138 |
| 2026-01-31 | 17.7299 |
| 2026-02-07 | 18.8727 |
| 2026-02-14 | 20.0420 |
| 2026-02-21 | 20.1135 |
| 2026-02-28 | 20.4093 |
| 2026-03-07 | 20.5102 |
| 2026-03-14 | 20.7306 |
| 2026-03-21 | 20.7736 |
| 2026-03-28 | 4078.4213 |
| 2026-04-04 | 20.7678 |
| 2026-04-11 | 4087.3499 |
| 2026-04-18 | 4104.0425 |
| 2026-04-25 | 4090.0673 |
| 2026-05-02 | 4080.7505 |
| 2026-05-09 | 4072.9865 |
| 2026-05-17 | 20.4698 |
| 2026-05-25 | 20.0912 |
| 2026-06-01 | 20.0955 |
| 2026-06-10 | 20.5626 |
| 2026-06-17 | 20.6083 |
| 2026-06-24 | 20.5306 |
| 2026-07-01 | 20.5263 |
| 2026-07-08 | 20.5241 |
| 2026-07-15 | 20.5300 |
| 2026-07-22 | 20.5287 |
| 2026-07-29 | 20.5879 |
| 2026-08-05 | 20.6316 |
| 2026-08-12 | 20.6832 |
| 2026-08-20 | 20.6237 |
| 2026-08-27 | 20.7570 |
| 2026-09-03 | 20.5883 |
| 2026-09-10 | 20.6082 |
| 2026-09-17 | 20.6072 |
| 2026-09-24 | 20.6504 |
High
4104.04
Low
0.63062
Average
474.7724
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.