Skip to content

MDL to LAK exchange rate API

Moldovan Leu to Kip · quoted 2026-09-25

1274.24

▲ +2.53% over 6M

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 6 months, MDL/LAK traded between 1242.75 and 1311.04, averaged 1278.06 and rose 2.53%. 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 6M

MDL/LAK over 6M: show the values
PointMDL/LAK
2026-03-291242.75
2026-04-051248.35
2026-04-121279.92
2026-04-191283.45
2026-04-261260.07
2026-05-031275.42
2026-05-101282.45
2026-05-181267.70
2026-05-261264.52
2026-06-021269.76
2026-06-111264.72
2026-06-181262.29
2026-06-251252.02
2026-07-021271.84
2026-07-091280.22
2026-07-161284.81
2026-07-231285.61
2026-07-301286.80
2026-08-061303.39
2026-08-131301.15
2026-08-211311.04
2026-08-281309.82
2026-09-041299.75
2026-09-111296.47
2026-09-181274.70
2026-09-251274.24

High

1311.04

Low

1242.75

Average

1278.06

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=LAK");
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=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&currencies=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.