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: show the values
| Point | MDL/KZT |
|---|---|
| 2025-12-31 | 29.9452 |
| 2026-01-07 | 30.1827 |
| 2026-01-14 | 30.1632 |
| 2026-01-21 | 29.8218 |
| 2026-01-28 | 29.8339 |
| 2026-02-04 | 29.7766 |
| 2026-02-11 | 29.0600 |
| 2026-02-18 | 28.8408 |
| 2026-02-25 | 29.2038 |
| 2026-03-04 | 28.9043 |
| 2026-03-11 | 28.4036 |
| 2026-03-18 | 27.6276 |
| 2026-03-25 | 27.6084 |
| 2026-04-01 | 27.0256 |
| 2026-04-08 | 26.6279 |
| 2026-04-15 | 27.7443 |
| 2026-04-22 | 26.9959 |
| 2026-04-29 | 26.5027 |
| 2026-05-06 | 26.9221 |
| 2026-05-14 | 27.3809 |
| 2026-05-21 | 27.1298 |
| 2026-05-29 | 27.9460 |
| 2026-06-05 | 28.0242 |
| 2026-06-14 | 28.1045 |
| 2026-06-21 | 27.7774 |
| 2026-06-28 | 27.4473 |
| 2026-07-05 | 26.8117 |
| 2026-07-12 | 26.8397 |
| 2026-07-19 | 26.8329 |
| 2026-07-26 | 26.9891 |
| 2026-08-02 | 27.1015 |
| 2026-08-09 | 26.9967 |
| 2026-08-16 | 26.7999 |
| 2026-08-24 | 26.6392 |
| 2026-08-31 | 26.7330 |
| 2026-09-07 | 26.4612 |
| 2026-09-14 | 26.0978 |
| 2026-09-21 | 25.4556 |
High
30.1827
Low
25.1294
Average
27.6894
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.