Skip to content

NOK to MDL exchange rate API

Norwegian Krone to Moldovan Leu · quoted 2026-09-25

1.8489

▲ +10.52% over 1Y

1 NOK = 1.8489 MDL · 1 MDL = 0.54087 NOK · Get this rate via the API

1 NOK buys 1.8489 MDL as of 2026-09-25, so 1 MDL buys 0.54087 NOK. Over the last year, NOK/MDL traded between 1.6569 and 1.8759, averaged 1.7758 and rose 10.52%. The API holds daily NOK/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NOK/MDL over 1Y

NOK/MDL over 1Y: show the values
PointNOK/MDL
2025-09-251.6729
2025-10-021.6782
2025-10-091.6686
2025-10-161.6782
2025-10-231.7013
2025-10-301.6830
2025-11-061.6816
2025-11-131.6876
2025-11-201.6661
2025-11-271.6804
2025-12-041.6811
2025-12-121.6808
2025-12-191.6569
2025-12-261.6796
2026-01-021.6695
2026-01-091.6582
2026-01-161.6931
2026-01-231.7306
2026-01-301.7611
2026-02-061.7483
2026-02-131.7763
2026-02-201.7909
2026-02-271.8046
2026-03-061.7889
2026-03-131.7915
2026-03-201.8352
2026-03-271.8038
2026-04-031.7945
2026-04-101.8171
2026-04-171.8299
2026-04-241.8555
2026-05-011.8592
2026-05-081.8759
2026-05-161.8585
2026-05-241.8735
2026-05-311.8723
2026-06-091.8419
2026-06-161.8252
2026-06-231.8019
2026-06-301.7783
2026-07-071.7943
2026-07-141.8102
2026-07-211.8292
2026-07-281.8183
2026-08-041.8304
2026-08-111.8294
2026-08-181.8289
2026-08-261.8506
2026-09-021.8538
2026-09-091.8757
2026-09-161.8587
2026-09-231.8584

High

1.8759

Low

1.6569

Average

1.7758

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NOK/MDL API questions

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

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

How far back does NOK/MDL historical data go?

Daily NOK/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 NOK/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.