MDL to IRR exchange rate API
Moldovan Leu to Iranian Rial · quoted 2026-09-24
78189.22
▲ +4.59% over 6M
1 MDL = 78189.22 IRR · 1 IRR = 0.000013 MDL · Get this rate via the API
1 MDL buys 78189.22 IRR as of 2026-09-24, so 1 IRR buys 0.000013 MDL. Over the last 6 months, MDL/IRR traded between 74758.05 and 80177.18, averaged 77793.77 and rose 4.59%. The API holds daily MDL/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/IRR over 6M: show the values
| Point | MDL/IRR |
|---|---|
| 2026-03-28 | 74758.05 |
| 2026-04-04 | 74965.72 |
| 2026-04-11 | 76423.42 |
| 2026-04-18 | 76878.39 |
| 2026-04-25 | 75857.57 |
| 2026-05-02 | 76246.83 |
| 2026-05-09 | 76696.70 |
| 2026-05-17 | 76576.06 |
| 2026-05-25 | 76485.01 |
| 2026-06-01 | 78060.84 |
| 2026-06-10 | 79113.26 |
| 2026-06-17 | 78837.88 |
| 2026-06-24 | 78007.81 |
| 2026-07-01 | 77933.45 |
| 2026-07-08 | 77946.41 |
| 2026-07-15 | 78237.18 |
| 2026-07-22 | 78162.96 |
| 2026-07-29 | 77883.77 |
| 2026-08-05 | 78629.94 |
| 2026-08-12 | 79236.60 |
| 2026-08-20 | 80177.18 |
| 2026-08-27 | 79537.03 |
| 2026-09-03 | 79419.80 |
| 2026-09-10 | 79608.29 |
| 2026-09-17 | 78373.27 |
| 2026-09-24 | 78189.22 |
High
80177.18
Low
74758.05
Average
77793.77
Get this rate via the API
One GET request returns the MDL/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=MDL¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/IRR API questions
How do I get the MDL/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/IRR rate in rates.IRR.
How far back does MDL/IRR historical data go?
Daily MDL/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 MDL/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.