MDL to LAK exchange rate API
Moldovan Leu to Kip · quoted 2026-09-25
1274.24
▼ +2.10% over 1Y
1 MDL = 1274.24 LAK · 1 LAK = 0.000785 MDL · Get this rate via the API
1 MDL buys 1274.24 LAK as of 2026-09-25, so 1 LAK buys 0.000785 MDL. Over the last year, MDL/LAK traded between 1220.01 and 1309.55, averaged 1274.85 and fell 2.10%. The API holds daily MDL/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/LAK over 1Y: show the values
| Point | MDL/LAK |
|---|---|
| 2025-09-25 | 1301.59 |
| 2025-10-02 | 1297.81 |
| 2025-10-09 | 1295.69 |
| 2025-10-16 | 1283.75 |
| 2025-10-23 | 1275.02 |
| 2025-10-30 | 1276.74 |
| 2025-11-06 | 1265.90 |
| 2025-11-13 | 1278.68 |
| 2025-11-20 | 1276.55 |
| 2025-11-27 | 1267.75 |
| 2025-12-04 | 1276.78 |
| 2025-12-12 | 1273.65 |
| 2025-12-19 | 1283.68 |
| 2025-12-26 | 1286.16 |
| 2026-01-02 | 1286.95 |
| 2026-01-09 | 1288.37 |
| 2026-01-16 | 1266.49 |
| 2026-01-23 | 1267.38 |
| 2026-01-30 | 1280.82 |
| 2026-02-06 | 1264.95 |
| 2026-02-13 | 1268.42 |
| 2026-02-20 | 1252.63 |
| 2026-02-27 | 1251.86 |
| 2026-03-06 | 1238.30 |
| 2026-03-13 | 1234.49 |
| 2026-03-20 | 1220.01 |
| 2026-03-27 | 1236.21 |
| 2026-04-03 | 1250.24 |
| 2026-04-10 | 1273.44 |
| 2026-04-17 | 1290.98 |
| 2026-04-24 | 1263.84 |
| 2026-05-01 | 1275.28 |
| 2026-05-08 | 1275.52 |
| 2026-05-16 | 1272.31 |
| 2026-05-24 | 1259.66 |
| 2026-05-31 | 1264.92 |
| 2026-06-09 | 1266.17 |
| 2026-06-16 | 1264.39 |
| 2026-06-23 | 1253.50 |
| 2026-06-30 | 1269.85 |
| 2026-07-07 | 1281.89 |
| 2026-07-14 | 1285.47 |
| 2026-07-21 | 1287.35 |
| 2026-07-28 | 1290.33 |
| 2026-08-04 | 1297.72 |
| 2026-08-11 | 1302.57 |
| 2026-08-18 | 1309.55 |
| 2026-08-26 | 1301.48 |
| 2026-09-02 | 1297.40 |
| 2026-09-09 | 1297.07 |
| 2026-09-16 | 1289.43 |
| 2026-09-23 | 1275.81 |
High
1309.55
Low
1220.01
Average
1274.85
Get this rate via the API
One GET request returns the MDL/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/LAK API questions
How do I get the MDL/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/LAK rate in rates.LAK.
How far back does MDL/LAK historical data go?
Daily MDL/LAK 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/LAK 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.