KWD to MDL exchange rate API
Kuwaiti Dinar to Moldovan Leu · quoted 2026-09-25
56.9497
▲ +4.40% over 1Y
1 KWD = 56.9497 MDL · 1 MDL = 0.01756 KWD · Get this rate via the API
1 KWD buys 56.9497 MDL as of 2026-09-25, so 1 MDL buys 0.01756 KWD. Over the last year, KWD/MDL traded between 54.4723 and 57.1479, averaged 55.8892 and rose 4.40%. The API holds daily KWD/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KWD/MDL over 1Y: show the values
| Point | KWD/MDL |
|---|---|
| 2025-09-25 | 54.5505 |
| 2025-10-02 | 54.5567 |
| 2025-10-09 | 54.4723 |
| 2025-10-16 | 55.2524 |
| 2025-10-23 | 55.4386 |
| 2025-10-30 | 55.4091 |
| 2025-11-06 | 55.6492 |
| 2025-11-13 | 55.2119 |
| 2025-11-20 | 55.2455 |
| 2025-11-27 | 55.7886 |
| 2025-12-04 | 55.3430 |
| 2025-12-12 | 55.3841 |
| 2025-12-19 | 54.9056 |
| 2025-12-26 | 54.7131 |
| 2026-01-02 | 54.6094 |
| 2026-01-09 | 54.5801 |
| 2026-01-16 | 55.5048 |
| 2026-01-23 | 55.3775 |
| 2026-01-30 | 54.8810 |
| 2026-02-06 | 55.3409 |
| 2026-02-13 | 55.3081 |
| 2026-02-20 | 55.8527 |
| 2026-02-27 | 55.8907 |
| 2026-03-06 | 56.2140 |
| 2026-03-13 | 56.7820 |
| 2026-03-20 | 57.1479 |
| 2026-03-27 | 57.0171 |
| 2026-04-03 | 56.9274 |
| 2026-04-10 | 55.8150 |
| 2026-04-17 | 55.4001 |
| 2026-04-24 | 56.3777 |
| 2026-05-01 | 56.0822 |
| 2026-05-08 | 56.0485 |
| 2026-05-16 | 56.2125 |
| 2026-05-24 | 56.2044 |
| 2026-05-31 | 56.1281 |
| 2026-06-09 | 56.2764 |
| 2026-06-16 | 56.3994 |
| 2026-06-23 | 57.0885 |
| 2026-06-30 | 56.9981 |
| 2026-07-07 | 56.7308 |
| 2026-07-14 | 56.9169 |
| 2026-07-21 | 56.8890 |
| 2026-07-28 | 56.7289 |
| 2026-08-04 | 56.4505 |
| 2026-08-11 | 56.2943 |
| 2026-08-18 | 55.8615 |
| 2026-08-26 | 55.9343 |
| 2026-09-02 | 55.9597 |
| 2026-09-09 | 55.7572 |
| 2026-09-16 | 56.2967 |
| 2026-09-23 | 56.9754 |
High
57.1479
Low
54.4723
Average
55.8892
Get this rate via the API
One GET request returns the KWD/MDL 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=KWD¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=MDL").json()Replace YOUR_API_KEY with the key from your dashboard.
KWD/MDL API questions
How do I get the KWD/MDL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KWD/MDL rate in rates.MDL.
How far back does KWD/MDL historical data go?
Daily KWD/MDL 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 KWD/MDL 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.