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: show the values
| Point | MDL/NPR |
|---|---|
| 2025-09-25 | 8.5272 |
| 2025-10-02 | 8.5158 |
| 2025-10-09 | 8.5037 |
| 2025-10-16 | 8.3004 |
| 2025-10-23 | 8.2678 |
| 2025-10-30 | 8.3217 |
| 2025-11-06 | 8.2959 |
| 2025-11-13 | 8.3667 |
| 2025-11-20 | 8.3391 |
| 2025-11-27 | 8.3380 |
| 2025-12-04 | 8.5047 |
| 2025-12-12 | 8.5067 |
| 2025-12-19 | 8.5692 |
| 2025-12-26 | 8.5723 |
| 2026-01-02 | 8.5663 |
| 2026-01-09 | 8.5776 |
| 2026-01-16 | 8.4643 |
| 2026-01-23 | 8.6186 |
| 2026-01-30 | 8.7449 |
| 2026-02-06 | 8.5054 |
| 2026-02-13 | 8.5534 |
| 2026-02-20 | 8.5068 |
| 2026-02-27 | 8.4994 |
| 2026-03-06 | 8.4824 |
| 2026-03-13 | 8.4802 |
| 2026-03-20 | 8.4928 |
| 2026-03-27 | 8.6011 |
| 2026-04-03 | 8.4541 |
| 2026-04-10 | 8.5795 |
| 2026-04-17 | 8.7361 |
| 2026-04-24 | 8.6715 |
| 2026-05-01 | 8.8086 |
| 2026-05-08 | 8.7651 |
| 2026-05-16 | 8.8805 |
| 2026-05-24 | 8.8315 |
| 2026-05-31 | 8.7786 |
| 2026-06-09 | 8.7972 |
| 2026-06-16 | 8.7077 |
| 2026-06-23 | 8.5999 |
| 2026-06-30 | 8.5750 |
| 2026-07-07 | 8.6720 |
| 2026-07-14 | 8.7256 |
| 2026-07-21 | 8.7709 |
| 2026-07-28 | 8.7064 |
| 2026-08-04 | 8.7404 |
| 2026-08-11 | 8.7818 |
| 2026-08-18 | 8.8913 |
| 2026-08-26 | 8.8355 |
| 2026-09-02 | 8.7819 |
| 2026-09-09 | 8.8275 |
| 2026-09-16 | 8.8312 |
| 2026-09-23 | 8.7042 |
High
8.8913
Low
8.2678
Average
8.6077
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.