Skip to content

MDL to NPR exchange rate API

Moldovan Leu to Nepalese Rupee · quoted 2026-09-25

8.7313

▲ +1.97% over YTD

1 MDL = 8.7313 NPR · 1 NPR = 0.11453 MDL · Get this rate via the API

1 MDL buys 8.7313 NPR as of 2026-09-25, so 1 NPR buys 0.11453 MDL. Over the year to date, MDL/NPR traded between 8.4671 and 8.9345, averaged 8.6850 and rose 1.97%. The API holds daily MDL/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/NPR over YTD

MDL/NPR over YTD: show the values
PointMDL/NPR
2025-12-318.5624
2026-01-078.5488
2026-01-148.5511
2026-01-218.5557
2026-01-288.7121
2026-02-048.5753
2026-02-118.5614
2026-02-188.5365
2026-02-258.5139
2026-03-048.5209
2026-03-118.5504
2026-03-188.4986
2026-03-258.6150
2026-04-018.4671
2026-04-088.5214
2026-04-158.6957
2026-04-228.6933
2026-04-298.7415
2026-05-068.8280
2026-05-148.9345
2026-05-218.8754
2026-05-298.8478
2026-06-058.8389
2026-06-148.7517
2026-06-218.6047
2026-06-288.5455
2026-07-058.6631
2026-07-128.7050
2026-07-198.7989
2026-07-268.7855
2026-08-028.7332
2026-08-098.7753
2026-08-168.8431
2026-08-248.8865
2026-08-318.7941
2026-09-078.7768
2026-09-148.8385
2026-09-218.7342

High

8.9345

Low

8.4671

Average

8.6850

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/NPR API questions

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

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

How far back does MDL/NPR historical data go?

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