MDL to LAK exchange rate API
Moldovan Leu to Kip · quoted 2026-09-25
1274.24
▼ +2.09% over 30D
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 30 days, MDL/LAK traded between 1274.24 and 1309.82, averaged 1290.87 and fell 2.09%. 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 30D: show the values
| Point | MDL/LAK |
|---|---|
| 2026-08-26 | 1301.48 |
| 2026-08-27 | 1296.59 |
| 2026-08-28 | 1309.82 |
| 2026-08-29 | 1299.16 |
| 2026-08-30 | 1297.35 |
| 2026-08-31 | 1296.08 |
| 2026-09-01 | 1309.18 |
| 2026-09-02 | 1297.40 |
| 2026-09-03 | 1290.94 |
| 2026-09-04 | 1299.75 |
| 2026-09-05 | 1303.92 |
| 2026-09-06 | 1298.67 |
| 2026-09-07 | 1299.62 |
| 2026-09-08 | 1300.26 |
| 2026-09-09 | 1297.07 |
| 2026-09-10 | 1297.05 |
| 2026-09-11 | 1296.47 |
| 2026-09-12 | 1292.92 |
| 2026-09-13 | 1292.21 |
| 2026-09-14 | 1292.37 |
| 2026-09-15 | 1286.82 |
| 2026-09-16 | 1289.43 |
| 2026-09-17 | 1278.39 |
| 2026-09-18 | 1274.70 |
| 2026-09-19 | 1279.57 |
| 2026-09-20 | 1276.84 |
| 2026-09-21 | 1276.63 |
| 2026-09-22 | 1277.75 |
| 2026-09-23 | 1275.81 |
| 2026-09-24 | 1275.13 |
| 2026-09-25 | 1274.24 |
High
1309.82
Low
1274.24
Average
1290.87
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.