Skip to content

MDL to KRW exchange rate API

Moldovan Leu to Won · quoted 2026-09-25

77.8765

▼ +7.60% over 1Y

1 MDL = 77.8765 KRW · 1 KRW = 0.01284 MDL · Get this rate via the API

1 MDL buys 77.8765 KRW as of 2026-09-25, so 1 KRW buys 0.01284 MDL. Over the last year, MDL/KRW traded between 77.5944 and 87.8546, averaged 84.7503 and fell 7.60%. The API holds daily MDL/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/KRW over 1Y

MDL/KRW over 1Y: show the values
PointMDL/KRW
2025-09-2584.2794
2025-10-0284.0695
2025-10-0984.9559
2025-10-1683.8742
2025-10-2384.7402
2025-10-3084.4232
2025-11-0684.5556
2025-11-1386.3086
2025-11-2086.4888
2025-11-2785.4184
2025-12-0486.6722
2025-12-1286.9577
2025-12-1987.7240
2025-12-2686.3751
2026-01-0285.9748
2026-01-0987.0307
2026-01-1686.2309
2026-01-2386.2694
2026-01-3085.7307
2026-02-0686.3089
2026-02-1385.2838
2026-02-2084.6348
2026-02-2784.1561
2026-03-0685.9092
2026-03-1385.6289
2026-03-2085.6770
2026-03-2786.2575
2026-04-0386.5667
2026-04-1085.9942
2026-04-1786.5447
2026-04-2485.1228
2026-05-0186.0238
2026-05-0884.9779
2026-05-1686.5745
2026-05-2487.8218
2026-05-3187.3462
2026-06-0987.6595
2026-06-1686.7655
2026-06-2387.1572
2026-06-3087.8546
2026-07-0786.0525
2026-07-1485.0616
2026-07-2183.9913
2026-07-2882.9015
2026-08-0481.6747
2026-08-1181.1991
2026-08-1881.8633
2026-08-2680.1488
2026-09-0278.7297
2026-09-0977.5944
2026-09-1678.6935
2026-09-2377.6334

High

87.8546

Low

77.5944

Average

84.7503

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/KRW API questions

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

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

How far back does MDL/KRW historical data go?

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