Skip to content

MDL to IDR exchange rate API

Moldovan Leu to Rupiah · quoted 2026-09-25

1020.97

▼ +0.50% over 30D

1 MDL = 1020.97 IDR · 1 IDR = 0.000979 MDL · Get this rate via the API

1 MDL buys 1020.97 IDR as of 2026-09-25, so 1 IDR buys 0.000979 MDL. Over the last 30 days, MDL/IDR traded between 1011.01 and 1035.73, averaged 1020.57 and fell 0.50%. The API holds daily MDL/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/IDR over 30D

MDL/IDR over 30D: show the values
PointMDL/IDR
2026-08-261026.13
2026-08-271026.09
2026-08-281035.56
2026-08-291026.88
2026-08-301026.52
2026-08-311019.47
2026-09-011035.73
2026-09-021023.62
2026-09-031019.61
2026-09-041021.15
2026-09-051024.12
2026-09-061024.77
2026-09-071024.33
2026-09-081020.14
2026-09-091014.84
2026-09-101017.86
2026-09-111018.03
2026-09-121016.77
2026-09-131021.29
2026-09-141019.16
2026-09-151017.60
2026-09-161016.62
2026-09-171011.01
2026-09-181015.36
2026-09-191013.28
2026-09-201015.05
2026-09-211018.07
2026-09-221014.89
2026-09-231011.82
2026-09-241019.58
2026-09-251021.97

High

1035.73

Low

1011.01

Average

1020.57

For developers

Get this rate via the API

One GET request returns the MDL/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=MDL&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&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=MDL&currencies=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/IDR API questions

How do I get the MDL/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/IDR rate in rates.IDR.

How far back does MDL/IDR historical data go?

Daily MDL/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 MDL/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.