Skip to content

MDL to IDR exchange rate API

Moldovan Leu to Rupiah · quoted 2026-09-25

1022.19

▲ +1.45% over 1Y

1 MDL = 1022.19 IDR · 1 IDR = 0.000978 MDL · Get this rate via the API

1 MDL buys 1022.19 IDR as of 2026-09-25, so 1 IDR buys 0.000978 MDL. Over the last year, MDL/IDR traded between 966.2321 and 1037.01, averaged 1000.87 and rose 1.45%. 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 1Y

MDL/IDR over 1Y: show the values
PointMDL/IDR
2025-09-251007.56
2025-10-02996.75
2025-10-09991.32
2025-10-16982.38
2025-10-23978.03
2025-10-30980.48
2025-11-06975.36
2025-11-13985.55
2025-11-20985.87
2025-11-27972.05
2025-12-04980.96
2025-12-12980.32
2025-12-19992.82
2025-12-26998.87
2026-01-02994.67
2026-01-091005.12
2026-01-16990.45
2026-01-23988.95
2026-01-30997.67
2026-02-06992.41
2026-02-13991.90
2026-02-20986.00
2026-02-27980.54
2026-03-06981.82
2026-03-13970.15
2026-03-20966.23
2026-03-27969.17
2026-04-03969.71
2026-04-10991.11
2026-04-171005.32
2026-04-24993.76
2026-05-011008.08
2026-05-081006.10
2026-05-161017.50
2026-05-241022.00
2026-05-311031.44
2026-06-091031.48
2026-06-161019.07
2026-06-231016.82
2026-06-301014.18
2026-07-071016.61
2026-07-141027.25
2026-07-211016.83
2026-07-281028.26
2026-08-041029.42
2026-08-111025.66
2026-08-181037.01
2026-08-261026.13
2026-09-021023.62
2026-09-091014.84
2026-09-161016.62
2026-09-231011.82

High

1037.01

Low

966.2321

Average

1000.87

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.