Skip to content

MDL to NPR exchange rate API

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

8.7313

▲ +2.39% over 1Y

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 last year, MDL/NPR traded between 8.2678 and 8.8913, averaged 8.6077 and rose 2.39%. 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 1Y

MDL/NPR over 1Y: show the values
PointMDL/NPR
2025-09-258.5272
2025-10-028.5158
2025-10-098.5037
2025-10-168.3004
2025-10-238.2678
2025-10-308.3217
2025-11-068.2959
2025-11-138.3667
2025-11-208.3391
2025-11-278.3380
2025-12-048.5047
2025-12-128.5067
2025-12-198.5692
2025-12-268.5723
2026-01-028.5663
2026-01-098.5776
2026-01-168.4643
2026-01-238.6186
2026-01-308.7449
2026-02-068.5054
2026-02-138.5534
2026-02-208.5068
2026-02-278.4994
2026-03-068.4824
2026-03-138.4802
2026-03-208.4928
2026-03-278.6011
2026-04-038.4541
2026-04-108.5795
2026-04-178.7361
2026-04-248.6715
2026-05-018.8086
2026-05-088.7651
2026-05-168.8805
2026-05-248.8315
2026-05-318.7786
2026-06-098.7972
2026-06-168.7077
2026-06-238.5999
2026-06-308.5750
2026-07-078.6720
2026-07-148.7256
2026-07-218.7709
2026-07-288.7064
2026-08-048.7404
2026-08-118.7818
2026-08-188.8913
2026-08-268.8355
2026-09-028.7819
2026-09-098.8275
2026-09-168.8312
2026-09-238.7042

High

8.8913

Low

8.2678

Average

8.6077

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.