Skip to content

MDL to INR exchange rate API

Moldovan Leu to Indian Rupee · quoted 2026-09-24

5.4751

▲ +2.27% over YTD

1 MDL = 5.4751 INR · 1 INR = 0.18265 MDL · Get this rate via the API

1 MDL buys 5.4751 INR as of 2026-09-24, so 1 INR buys 0.18265 MDL. Over the year to date, MDL/INR traded between 5.2800 and 5.5848, averaged 5.4291 and rose 2.27%. The API holds daily MDL/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/INR over YTD

MDL/INR over YTD: show the values
PointMDL/INR
2025-12-315.3534
2026-01-075.3225
2026-01-145.3448
2026-01-215.3770
2026-01-285.4667
2026-02-045.3583
2026-02-115.3735
2026-02-185.3363
2026-02-255.3220
2026-03-045.3219
2026-03-115.3525
2026-03-185.3393
2026-03-255.3849
2026-04-015.2800
2026-04-085.3103
2026-04-155.4534
2026-04-225.4467
2026-04-295.4853
2026-05-065.4933
2026-05-145.5848
2026-05-215.5346
2026-05-295.4937
2026-06-055.4794
2026-06-145.4766
2026-06-215.3822
2026-06-285.3481
2026-07-055.4151
2026-07-125.4442
2026-07-195.5031
2026-07-265.4977
2026-08-025.4639
2026-08-095.4928
2026-08-165.5295
2026-08-245.5545
2026-08-315.4785
2026-09-075.4850
2026-09-145.5146
2026-09-215.4591

High

5.5848

Low

5.2800

Average

5.4291

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/INR API questions

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

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

How far back does MDL/INR historical data go?

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