MVR to IDR exchange rate API
Rufiyaa to Rupiah · quoted 2026-09-25
1161.52
▲ +7.42% over YTD
1 MVR = 1161.52 IDR · 1 IDR = 0.000861 MVR · Get this rate via the API
1 MVR buys 1161.52 IDR as of 2026-09-25, so 1 IDR buys 0.000861 MVR. Over the year to date, MVR/IDR traded between 1081.25 and 1170.82, averaged 1126.46 and rose 7.42%. The API holds daily MVR/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/IDR over YTD: show the values
| Point | MVR/IDR |
|---|---|
| 2025-12-31 | 1081.25 |
| 2026-01-07 | 1084.63 |
| 2026-01-14 | 1091.34 |
| 2026-01-21 | 1093.88 |
| 2026-01-28 | 1082.93 |
| 2026-02-04 | 1086.29 |
| 2026-02-11 | 1087.78 |
| 2026-02-18 | 1093.72 |
| 2026-02-25 | 1087.85 |
| 2026-03-04 | 1090.28 |
| 2026-03-11 | 1093.06 |
| 2026-03-18 | 1099.28 |
| 2026-03-25 | 1090.48 |
| 2026-04-01 | 1094.11 |
| 2026-04-08 | 1098.13 |
| 2026-04-15 | 1109.56 |
| 2026-04-22 | 1112.50 |
| 2026-04-29 | 1122.91 |
| 2026-05-06 | 1121.20 |
| 2026-05-14 | 1130.82 |
| 2026-05-21 | 1144.56 |
| 2026-05-29 | 1153.67 |
| 2026-06-05 | 1169.45 |
| 2026-06-14 | 1159.25 |
| 2026-06-21 | 1154.09 |
| 2026-06-28 | 1161.19 |
| 2026-07-05 | 1164.56 |
| 2026-07-12 | 1170.82 |
| 2026-07-19 | 1162.81 |
| 2026-07-26 | 1162.66 |
| 2026-08-02 | 1168.36 |
| 2026-08-09 | 1159.84 |
| 2026-08-16 | 1155.66 |
| 2026-08-24 | 1145.76 |
| 2026-08-31 | 1144.97 |
| 2026-09-07 | 1141.50 |
| 2026-09-14 | 1142.53 |
| 2026-09-21 | 1156.75 |
High
1170.82
Low
1081.25
Average
1126.46
Get this rate via the API
One GET request returns the MVR/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/IDR API questions
How do I get the MVR/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/IDR rate in rates.IDR.
How far back does MVR/IDR historical data go?
Daily MVR/IDR 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/IDR 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.