MVR to IDR exchange rate API
Rufiyaa to Rupiah · quoted 2026-09-25
1161.52
▲ +6.71% over 1Y
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 last year, MVR/IDR traded between 1075.29 and 1170.94, averaged 1114.72 and rose 6.71%. 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 1Y: show the values
| Point | MVR/IDR |
|---|---|
| 2025-09-25 | 1088.46 |
| 2025-10-02 | 1078.69 |
| 2025-10-09 | 1075.29 |
| 2025-10-16 | 1077.17 |
| 2025-10-23 | 1078.64 |
| 2025-10-30 | 1081.16 |
| 2025-11-06 | 1080.10 |
| 2025-11-13 | 1082.24 |
| 2025-11-20 | 1084.35 |
| 2025-11-27 | 1077.23 |
| 2025-12-04 | 1078.84 |
| 2025-12-12 | 1078.39 |
| 2025-12-19 | 1083.19 |
| 2025-12-26 | 1086.08 |
| 2026-01-02 | 1081.33 |
| 2026-01-09 | 1090.85 |
| 2026-01-16 | 1094.35 |
| 2026-01-23 | 1088.44 |
| 2026-01-30 | 1085.93 |
| 2026-02-06 | 1091.76 |
| 2026-02-13 | 1088.19 |
| 2026-02-20 | 1093.70 |
| 2026-02-27 | 1086.83 |
| 2026-03-06 | 1097.93 |
| 2026-03-13 | 1093.23 |
| 2026-03-20 | 1094.81 |
| 2026-03-27 | 1098.54 |
| 2026-04-03 | 1101.13 |
| 2026-04-10 | 1106.50 |
| 2026-04-17 | 1111.98 |
| 2026-04-24 | 1115.35 |
| 2026-05-01 | 1124.09 |
| 2026-05-08 | 1123.65 |
| 2026-05-16 | 1142.48 |
| 2026-05-24 | 1148.70 |
| 2026-05-31 | 1158.99 |
| 2026-06-09 | 1161.40 |
| 2026-06-16 | 1146.33 |
| 2026-06-23 | 1159.24 |
| 2026-06-30 | 1158.11 |
| 2026-07-07 | 1157.30 |
| 2026-07-14 | 1168.24 |
| 2026-07-21 | 1157.72 |
| 2026-07-28 | 1170.94 |
| 2026-08-04 | 1163.49 |
| 2026-08-11 | 1154.14 |
| 2026-08-18 | 1155.44 |
| 2026-08-26 | 1145.74 |
| 2026-09-02 | 1145.93 |
| 2026-09-09 | 1130.70 |
| 2026-09-16 | 1144.15 |
| 2026-09-23 | 1151.06 |
High
1170.94
Low
1075.29
Average
1114.72
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.