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: show the values
| Point | MDL/KRW |
|---|---|
| 2025-09-25 | 84.2794 |
| 2025-10-02 | 84.0695 |
| 2025-10-09 | 84.9559 |
| 2025-10-16 | 83.8742 |
| 2025-10-23 | 84.7402 |
| 2025-10-30 | 84.4232 |
| 2025-11-06 | 84.5556 |
| 2025-11-13 | 86.3086 |
| 2025-11-20 | 86.4888 |
| 2025-11-27 | 85.4184 |
| 2025-12-04 | 86.6722 |
| 2025-12-12 | 86.9577 |
| 2025-12-19 | 87.7240 |
| 2025-12-26 | 86.3751 |
| 2026-01-02 | 85.9748 |
| 2026-01-09 | 87.0307 |
| 2026-01-16 | 86.2309 |
| 2026-01-23 | 86.2694 |
| 2026-01-30 | 85.7307 |
| 2026-02-06 | 86.3089 |
| 2026-02-13 | 85.2838 |
| 2026-02-20 | 84.6348 |
| 2026-02-27 | 84.1561 |
| 2026-03-06 | 85.9092 |
| 2026-03-13 | 85.6289 |
| 2026-03-20 | 85.6770 |
| 2026-03-27 | 86.2575 |
| 2026-04-03 | 86.5667 |
| 2026-04-10 | 85.9942 |
| 2026-04-17 | 86.5447 |
| 2026-04-24 | 85.1228 |
| 2026-05-01 | 86.0238 |
| 2026-05-08 | 84.9779 |
| 2026-05-16 | 86.5745 |
| 2026-05-24 | 87.8218 |
| 2026-05-31 | 87.3462 |
| 2026-06-09 | 87.6595 |
| 2026-06-16 | 86.7655 |
| 2026-06-23 | 87.1572 |
| 2026-06-30 | 87.8546 |
| 2026-07-07 | 86.0525 |
| 2026-07-14 | 85.0616 |
| 2026-07-21 | 83.9913 |
| 2026-07-28 | 82.9015 |
| 2026-08-04 | 81.6747 |
| 2026-08-11 | 81.1991 |
| 2026-08-18 | 81.8633 |
| 2026-08-26 | 80.1488 |
| 2026-09-02 | 78.7297 |
| 2026-09-09 | 77.5944 |
| 2026-09-16 | 78.6935 |
| 2026-09-23 | 77.6334 |
High
87.8546
Low
77.5944
Average
84.7503
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.