Skip to content

MVR to INR exchange rate API

Rufiyaa to Indian Rupee · quoted 2026-09-25

6.2174

▲ +8.10% over 1Y

1 MVR = 6.2174 INR · 1 INR = 0.16084 MVR · Get this rate via the API

1 MVR buys 6.2174 INR as of 2026-09-25, so 1 INR buys 0.16084 MVR. Over the last year, MVR/INR traded between 5.6980 and 6.2291, averaged 5.9955 and rose 8.10%. The API holds daily MVR/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/INR over 1Y

MVR/INR over 1Y: show the values
PointMVR/INR
2025-09-255.7516
2025-10-025.7597
2025-10-095.7659
2025-10-165.7032
2025-10-235.6980
2025-10-305.7554
2025-11-065.7365
2025-11-135.7435
2025-11-205.7434
2025-11-275.7876
2025-12-045.8215
2025-12-125.8623
2025-12-195.8056
2025-12-265.8321
2026-01-025.8346
2026-01-095.8373
2026-01-165.8687
2026-01-235.9433
2026-01-305.9470
2026-02-065.8662
2026-02-135.8611
2026-02-205.8896
2026-02-275.8918
2026-03-065.9406
2026-03-135.9760
2026-03-206.0556
2026-03-276.1329
2026-04-035.9971
2026-04-106.0121
2026-04-176.0079
2026-04-246.0964
2026-05-016.1598
2026-05-086.1138
2026-05-166.2291
2026-05-246.2108
2026-05-316.1688
2026-06-096.1693
2026-06-166.1167
2026-06-236.1282
2026-06-306.1233
2026-07-076.1433
2026-07-146.2230
2026-07-216.2249
2026-07-286.2005
2026-08-046.1695
2026-08-116.1751
2026-08-186.1896
2026-08-266.1724
2026-09-026.1434
2026-09-096.1537
2026-09-166.2137
2026-09-236.1930

High

6.2291

Low

5.6980

Average

5.9955

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/INR API questions

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

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

How far back does MVR/INR historical data go?

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