Skip to content

MDL to NGN exchange rate API

Moldovan Leu to Naira · quoted 2026-09-27

75.1047

▼ +13.05% over YTD

1 MDL = 75.1047 NGN · 1 NGN = 0.01331 MDL · Get this rate via the API

1 MDL buys 75.1047 NGN as of 2026-09-27, so 1 NGN buys 0.01331 MDL. Over the year to date, MDL/NGN traded between 75.1047 and 86.3776, averaged 79.2988 and fell 13.05%. The API holds daily MDL/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/NGN over YTD

MDL/NGN over YTD: show the values
PointMDL/NGN
2025-12-3186.3776
2026-01-0784.6831
2026-01-1484.2820
2026-01-2183.2924
2026-01-2883.5735
2026-02-0482.2359
2026-02-1179.9883
2026-02-1879.2968
2026-02-2579.0982
2026-03-0479.6883
2026-03-1181.3038
2026-03-1877.9782
2026-03-2578.8590
2026-04-0178.1631
2026-04-0879.5619
2026-04-1578.9228
2026-04-2278.3159
2026-04-2979.5161
2026-05-0679.3029
2026-05-1479.9906
2026-05-2178.8919
2026-05-2979.4209
2026-06-0578.5914
2026-06-1478.1832
2026-06-2177.5059
2026-06-2877.8703
2026-07-0577.7254
2026-07-1278.4145
2026-07-1978.5920
2026-07-2677.6414
2026-08-0278.1716
2026-08-0978.6898
2026-08-1678.5920
2026-08-2478.2846
2026-08-3177.5158
2026-09-0776.7355
2026-09-1476.4828
2026-09-2175.8098

High

86.3776

Low

75.1047

Average

79.2988

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/NGN API questions

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

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

How far back does MDL/NGN historical data go?

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