Skip to content

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

MVR/IDR over YTD: show the values
PointMVR/IDR
2025-12-311081.25
2026-01-071084.63
2026-01-141091.34
2026-01-211093.88
2026-01-281082.93
2026-02-041086.29
2026-02-111087.78
2026-02-181093.72
2026-02-251087.85
2026-03-041090.28
2026-03-111093.06
2026-03-181099.28
2026-03-251090.48
2026-04-011094.11
2026-04-081098.13
2026-04-151109.56
2026-04-221112.50
2026-04-291122.91
2026-05-061121.20
2026-05-141130.82
2026-05-211144.56
2026-05-291153.67
2026-06-051169.45
2026-06-141159.25
2026-06-211154.09
2026-06-281161.19
2026-07-051164.56
2026-07-121170.82
2026-07-191162.81
2026-07-261162.66
2026-08-021168.36
2026-08-091159.84
2026-08-161155.66
2026-08-241145.76
2026-08-311144.97
2026-09-071141.50
2026-09-141142.53
2026-09-211156.75

High

1170.82

Low

1081.25

Average

1126.46

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=IDR");
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=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&currencies=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.