Skip to content

MDL to KZT exchange rate API

Moldovan Leu to Tenge · quoted 2026-09-25

25.1294

▼ +22.80% over 1Y

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 last year, MDL/KZT traded between 25.1294 and 32.8314, averaged 28.5751 and fell 22.80%. 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 1Y

MDL/KZT over 1Y: show the values
PointMDL/KZT
2025-09-2532.5507
2025-10-0232.8314
2025-10-0932.3461
2025-10-1631.8641
2025-10-2331.6732
2025-10-3031.1238
2025-11-0630.7099
2025-11-1330.9436
2025-11-2030.5352
2025-11-2730.3046
2025-12-0429.6137
2025-12-1230.6095
2025-12-1930.6121
2025-12-2630.3665
2026-01-0230.1828
2026-01-0930.4337
2026-01-1629.9465
2026-01-2329.6969
2026-01-3029.8833
2026-02-0629.0901
2026-02-1329.1743
2026-02-2028.8026
2026-02-2729.1540
2026-03-0628.5511
2026-03-1328.1877
2026-03-2027.2692
2026-03-2727.4470
2026-04-0326.9199
2026-04-1027.6118
2026-04-1727.5993
2026-04-2426.7755
2026-05-0126.8830
2026-05-0826.9175
2026-05-1627.1219
2026-05-2427.1827
2026-05-3128.1095
2026-06-0927.9077
2026-06-1628.1536
2026-06-2327.6619
2026-06-3027.4864
2026-07-0726.8349
2026-07-1427.0286
2026-07-2126.7488
2026-07-2826.9784
2026-08-0427.1762
2026-08-1126.8373
2026-08-1826.8271
2026-08-2626.5111
2026-09-0226.4900
2026-09-0926.3648
2026-09-1625.8613
2026-09-2325.4588

High

32.8314

Low

25.1294

Average

28.5751

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.