Skip to content

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

MDL/IRR over 6M: show the values
PointMDL/IRR
2026-03-2874758.05
2026-04-0474965.72
2026-04-1176423.42
2026-04-1876878.39
2026-04-2575857.57
2026-05-0276246.83
2026-05-0976696.70
2026-05-1776576.06
2026-05-2576485.01
2026-06-0178060.84
2026-06-1079113.26
2026-06-1778837.88
2026-06-2478007.81
2026-07-0177933.45
2026-07-0877946.41
2026-07-1578237.18
2026-07-2278162.96
2026-07-2977883.77
2026-08-0578629.94
2026-08-1279236.60
2026-08-2080177.18
2026-08-2779537.03
2026-09-0379419.80
2026-09-1079608.29
2026-09-1778373.27
2026-09-2478189.22

High

80177.18

Low

74758.05

Average

77793.77

For developers

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