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: show the values
| Point | MVR/INR |
|---|---|
| 2025-09-25 | 5.7516 |
| 2025-10-02 | 5.7597 |
| 2025-10-09 | 5.7659 |
| 2025-10-16 | 5.7032 |
| 2025-10-23 | 5.6980 |
| 2025-10-30 | 5.7554 |
| 2025-11-06 | 5.7365 |
| 2025-11-13 | 5.7435 |
| 2025-11-20 | 5.7434 |
| 2025-11-27 | 5.7876 |
| 2025-12-04 | 5.8215 |
| 2025-12-12 | 5.8623 |
| 2025-12-19 | 5.8056 |
| 2025-12-26 | 5.8321 |
| 2026-01-02 | 5.8346 |
| 2026-01-09 | 5.8373 |
| 2026-01-16 | 5.8687 |
| 2026-01-23 | 5.9433 |
| 2026-01-30 | 5.9470 |
| 2026-02-06 | 5.8662 |
| 2026-02-13 | 5.8611 |
| 2026-02-20 | 5.8896 |
| 2026-02-27 | 5.8918 |
| 2026-03-06 | 5.9406 |
| 2026-03-13 | 5.9760 |
| 2026-03-20 | 6.0556 |
| 2026-03-27 | 6.1329 |
| 2026-04-03 | 5.9971 |
| 2026-04-10 | 6.0121 |
| 2026-04-17 | 6.0079 |
| 2026-04-24 | 6.0964 |
| 2026-05-01 | 6.1598 |
| 2026-05-08 | 6.1138 |
| 2026-05-16 | 6.2291 |
| 2026-05-24 | 6.2108 |
| 2026-05-31 | 6.1688 |
| 2026-06-09 | 6.1693 |
| 2026-06-16 | 6.1167 |
| 2026-06-23 | 6.1282 |
| 2026-06-30 | 6.1233 |
| 2026-07-07 | 6.1433 |
| 2026-07-14 | 6.2230 |
| 2026-07-21 | 6.2249 |
| 2026-07-28 | 6.2005 |
| 2026-08-04 | 6.1695 |
| 2026-08-11 | 6.1751 |
| 2026-08-18 | 6.1896 |
| 2026-08-26 | 6.1724 |
| 2026-09-02 | 6.1434 |
| 2026-09-09 | 6.1537 |
| 2026-09-16 | 6.2137 |
| 2026-09-23 | 6.1930 |
High
6.2291
Low
5.6980
Average
5.9955
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.