Skip to content

MVR to IRR exchange rate API

Rufiyaa to Iranian Rial · quoted 2026-09-25

88929.11

▲ +3161.67% over 1Y

1 MVR = 88929.11 IRR · 1 IRR = 0.000011 MVR · Get this rate via the API

1 MVR buys 88929.11 IRR as of 2026-09-25, so 1 IRR buys 0.000011 MVR. Over the last year, MVR/IRR traded between 2707.39 and 89032.49, averaged 60442.08 and rose 3161.67%. The API holds daily MVR/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/IRR over 1Y

MVR/IRR over 1Y: show the values
PointMVR/IRR
2025-09-252726.49
2025-10-022728.14
2025-10-092732.11
2025-10-162726.74
2025-10-232728.02
2025-10-302729.05
2025-11-062724.84
2025-11-132725.21
2025-11-202725.80
2025-11-272727.18
2025-12-042725.84
2025-12-122723.80
2025-12-192722.26
2025-12-262707.39
2026-01-022715.09
2026-01-092725.38
2026-01-1668853.43
2026-01-2369567.12
2026-01-3071254.52
2026-02-0676541.99
2026-02-1382551.97
2026-02-2083235.73
2026-02-2784887.70
2026-03-0685357.27
2026-03-1385220.14
2026-03-2085034.45
2026-03-2784969.73
2026-04-0385131.14
2026-04-1085178.58
2026-04-1785501.16
2026-04-2485253.75
2026-05-0185085.83
2026-05-0884949.97
2026-05-1685611.94
2026-05-2485690.22
2026-05-3187642.53
2026-06-0988978.36
2026-06-1688965.20
2026-06-2388917.52
2026-06-3089032.49
2026-07-0789012.04
2026-07-1488943.16
2026-07-2188986.93
2026-07-2888903.43
2026-08-0488963.02
2026-08-1188955.77
2026-08-1888939.15
2026-08-2688939.06
2026-09-0288940.25
2026-09-0988937.55
2026-09-1689003.48
2026-09-2388970.97

High

89032.49

Low

2707.39

Average

60442.08

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/IRR API questions

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

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

How far back does MVR/IRR historical data go?

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