MDL to KZT exchange rate API
Moldovan Leu to Tenge · quoted 2026-09-25
25.1294
▼ +5.21% over 30D
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 30 days, MDL/KZT traded between 25.1294 and 27.0848, averaged 26.1014 and fell 5.21%. 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 30D: show the values
| Point | MDL/KZT |
|---|---|
| 2026-08-26 | 26.5111 |
| 2026-08-27 | 26.7178 |
| 2026-08-28 | 27.0848 |
| 2026-08-29 | 26.8214 |
| 2026-08-30 | 26.8740 |
| 2026-08-31 | 26.7330 |
| 2026-09-01 | 26.9434 |
| 2026-09-02 | 26.4900 |
| 2026-09-03 | 26.2929 |
| 2026-09-04 | 26.3800 |
| 2026-09-05 | 26.4707 |
| 2026-09-06 | 26.4164 |
| 2026-09-07 | 26.4612 |
| 2026-09-08 | 26.3194 |
| 2026-09-09 | 26.3648 |
| 2026-09-10 | 26.3869 |
| 2026-09-11 | 26.0519 |
| 2026-09-12 | 26.0510 |
| 2026-09-13 | 26.1498 |
| 2026-09-14 | 26.0978 |
| 2026-09-15 | 25.8780 |
| 2026-09-16 | 25.8613 |
| 2026-09-17 | 25.4752 |
| 2026-09-18 | 25.3739 |
| 2026-09-19 | 25.4624 |
| 2026-09-20 | 25.5294 |
| 2026-09-21 | 25.4556 |
| 2026-09-22 | 25.5377 |
| 2026-09-23 | 25.4588 |
| 2026-09-24 | 25.3353 |
| 2026-09-25 | 25.1294 |
High
27.0848
Low
25.1294
Average
26.1014
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.