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: show the values
| Point | MDL/KZT |
|---|---|
| 2025-09-25 | 32.5507 |
| 2025-10-02 | 32.8314 |
| 2025-10-09 | 32.3461 |
| 2025-10-16 | 31.8641 |
| 2025-10-23 | 31.6732 |
| 2025-10-30 | 31.1238 |
| 2025-11-06 | 30.7099 |
| 2025-11-13 | 30.9436 |
| 2025-11-20 | 30.5352 |
| 2025-11-27 | 30.3046 |
| 2025-12-04 | 29.6137 |
| 2025-12-12 | 30.6095 |
| 2025-12-19 | 30.6121 |
| 2025-12-26 | 30.3665 |
| 2026-01-02 | 30.1828 |
| 2026-01-09 | 30.4337 |
| 2026-01-16 | 29.9465 |
| 2026-01-23 | 29.6969 |
| 2026-01-30 | 29.8833 |
| 2026-02-06 | 29.0901 |
| 2026-02-13 | 29.1743 |
| 2026-02-20 | 28.8026 |
| 2026-02-27 | 29.1540 |
| 2026-03-06 | 28.5511 |
| 2026-03-13 | 28.1877 |
| 2026-03-20 | 27.2692 |
| 2026-03-27 | 27.4470 |
| 2026-04-03 | 26.9199 |
| 2026-04-10 | 27.6118 |
| 2026-04-17 | 27.5993 |
| 2026-04-24 | 26.7755 |
| 2026-05-01 | 26.8830 |
| 2026-05-08 | 26.9175 |
| 2026-05-16 | 27.1219 |
| 2026-05-24 | 27.1827 |
| 2026-05-31 | 28.1095 |
| 2026-06-09 | 27.9077 |
| 2026-06-16 | 28.1536 |
| 2026-06-23 | 27.6619 |
| 2026-06-30 | 27.4864 |
| 2026-07-07 | 26.8349 |
| 2026-07-14 | 27.0286 |
| 2026-07-21 | 26.7488 |
| 2026-07-28 | 26.9784 |
| 2026-08-04 | 27.1762 |
| 2026-08-11 | 26.8373 |
| 2026-08-18 | 26.8271 |
| 2026-08-26 | 26.5111 |
| 2026-09-02 | 26.4900 |
| 2026-09-09 | 26.3648 |
| 2026-09-16 | 25.8613 |
| 2026-09-23 | 25.4588 |
High
32.8314
Low
25.1294
Average
28.5751
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.