Skip to content

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

MVR/IDR over 1Y: show the values
PointMVR/IDR
2025-09-251088.46
2025-10-021078.69
2025-10-091075.29
2025-10-161077.17
2025-10-231078.64
2025-10-301081.16
2025-11-061080.10
2025-11-131082.24
2025-11-201084.35
2025-11-271077.23
2025-12-041078.84
2025-12-121078.39
2025-12-191083.19
2025-12-261086.08
2026-01-021081.33
2026-01-091090.85
2026-01-161094.35
2026-01-231088.44
2026-01-301085.93
2026-02-061091.76
2026-02-131088.19
2026-02-201093.70
2026-02-271086.83
2026-03-061097.93
2026-03-131093.23
2026-03-201094.81
2026-03-271098.54
2026-04-031101.13
2026-04-101106.50
2026-04-171111.98
2026-04-241115.35
2026-05-011124.09
2026-05-081123.65
2026-05-161142.48
2026-05-241148.70
2026-05-311158.99
2026-06-091161.40
2026-06-161146.33
2026-06-231159.24
2026-06-301158.11
2026-07-071157.30
2026-07-141168.24
2026-07-211157.72
2026-07-281170.94
2026-08-041163.49
2026-08-111154.14
2026-08-181155.44
2026-08-261145.74
2026-09-021145.93
2026-09-091130.70
2026-09-161144.15
2026-09-231151.06

High

1170.94

Low

1075.29

Average

1114.72

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.