Skip to content

NIO to MDL exchange rate API

Cordoba Oro to Moldovan Leu · quoted 2026-09-25

0.47799

▲ +5.39% over 1Y

1 NIO = 0.47799 MDL · 1 MDL = 2.0921 NIO · Get this rate via the API

1 NIO buys 0.47799 MDL as of 2026-09-25, so 1 MDL buys 2.0921 NIO. Over the last year, NIO/MDL traded between 0.45275 and 0.47992, averaged 0.46778 and rose 5.39%. The API holds daily NIO/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/MDL over 1Y

NIO/MDL over 1Y: show the values
PointNIO/MDL
2025-09-250.45352
2025-10-020.45275
2025-10-090.45411
2025-10-160.46025
2025-10-230.46241
2025-10-300.46164
2025-11-060.46484
2025-11-130.46091
2025-11-200.46166
2025-11-270.46537
2025-12-040.46153
2025-12-120.46208
2025-12-190.45819
2025-12-260.45675
2026-01-020.45676
2026-01-090.45554
2026-01-160.46443
2026-01-230.46326
2026-01-300.45714
2026-02-060.46186
2026-02-130.46058
2026-02-200.46538
2026-02-270.46535
2026-03-060.46985
2026-03-130.47268
2026-03-200.47654
2026-03-270.47650
2026-04-030.47753
2026-04-100.46974
2026-04-170.46437
2026-04-240.47267
2026-05-010.46933
2026-05-080.46755
2026-05-160.47124
2026-05-240.47326
2026-05-310.47245
2026-06-090.47408
2026-06-160.47294
2026-06-230.47946
2026-06-300.47992
2026-07-070.47863
2026-07-140.47821
2026-07-210.47790
2026-07-280.47868
2026-08-040.47456
2026-08-110.47243
2026-08-180.46793
2026-08-260.46922
2026-09-020.47087
2026-09-090.46845
2026-09-160.47348
2026-09-230.47760

High

0.47992

Low

0.45275

Average

0.46778

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/MDL API questions

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

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

How far back does NIO/MDL historical data go?

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