Skip to content

MDL to KZT exchange rate API

Moldovan Leu to Tenge · quoted 2026-09-25

25.1294

▼ +16.08% over YTD

1 MDL = 25.1294 KZT · 1 KZT = 0.03979 MDL · Get this rate via the API

1 MDL buys 25.1294 KZT as of 2026-09-25, so 1 KZT buys 0.03979 MDL. Over the year to date, MDL/KZT traded between 25.1294 and 30.1827, averaged 27.6894 and fell 16.08%. The API holds daily MDL/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/KZT over YTD

MDL/KZT over YTD: show the values
PointMDL/KZT
2025-12-3129.9452
2026-01-0730.1827
2026-01-1430.1632
2026-01-2129.8218
2026-01-2829.8339
2026-02-0429.7766
2026-02-1129.0600
2026-02-1828.8408
2026-02-2529.2038
2026-03-0428.9043
2026-03-1128.4036
2026-03-1827.6276
2026-03-2527.6084
2026-04-0127.0256
2026-04-0826.6279
2026-04-1527.7443
2026-04-2226.9959
2026-04-2926.5027
2026-05-0626.9221
2026-05-1427.3809
2026-05-2127.1298
2026-05-2927.9460
2026-06-0528.0242
2026-06-1428.1045
2026-06-2127.7774
2026-06-2827.4473
2026-07-0526.8117
2026-07-1226.8397
2026-07-1926.8329
2026-07-2626.9891
2026-08-0227.1015
2026-08-0926.9967
2026-08-1626.7999
2026-08-2426.6392
2026-08-3126.7330
2026-09-0726.4612
2026-09-1426.0978
2026-09-2125.4556

High

30.1827

Low

25.1294

Average

27.6894

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/KZT API questions

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

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

How far back does MDL/KZT historical data go?

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