MDL to IDR exchange rate API
Moldovan Leu to Rupiah · quoted 2026-09-25
1020.97
▲ +5.46% over 6M
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 6 months, MDL/IDR traded between 967.4191 and 1035.56, averaged 1017.10 and rose 5.46%. 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 6M: show the values
| Point | MDL/IDR |
|---|---|
| 2026-03-29 | 968.09 |
| 2026-04-05 | 967.42 |
| 2026-04-12 | 995.12 |
| 2026-04-19 | 999.18 |
| 2026-04-26 | 995.15 |
| 2026-05-03 | 1007.26 |
| 2026-05-10 | 1020.52 |
| 2026-05-18 | 1020.16 |
| 2026-05-26 | 1028.74 |
| 2026-06-02 | 1032.52 |
| 2026-06-11 | 1032.86 |
| 2026-06-18 | 1026.11 |
| 2026-06-25 | 1018.45 |
| 2026-07-02 | 1018.66 |
| 2026-07-09 | 1031.03 |
| 2026-07-16 | 1028.27 |
| 2026-07-23 | 1022.11 |
| 2026-07-30 | 1027.65 |
| 2026-08-06 | 1032.02 |
| 2026-08-13 | 1029.93 |
| 2026-08-21 | 1027.37 |
| 2026-08-28 | 1035.56 |
| 2026-09-04 | 1021.15 |
| 2026-09-11 | 1018.03 |
| 2026-09-18 | 1015.36 |
| 2026-09-25 | 1021.97 |
High
1035.56
Low
967.4191
Average
1017.10
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.