KWD to MDL exchange rate API
Kuwaiti Dinar to Moldovan Leu · quoted 2026-09-25
56.9497
▲ +4.47% over YTD
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 year to date, KWD/MDL traded between 54.5104 and 57.3475, averaged 56.1060 and rose 4.47%. 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 YTD: show the values
| Point | KWD/MDL |
|---|---|
| 2025-12-31 | 54.5104 |
| 2026-01-07 | 54.9627 |
| 2026-01-14 | 54.8889 |
| 2026-01-21 | 55.4357 |
| 2026-01-28 | 54.9150 |
| 2026-02-04 | 54.9710 |
| 2026-02-11 | 55.1937 |
| 2026-02-18 | 55.4522 |
| 2026-02-25 | 55.7388 |
| 2026-03-04 | 56.2961 |
| 2026-03-11 | 56.0925 |
| 2026-03-18 | 56.7300 |
| 2026-03-25 | 56.8862 |
| 2026-04-01 | 57.3475 |
| 2026-04-08 | 56.2544 |
| 2026-04-15 | 55.4709 |
| 2026-04-22 | 55.8998 |
| 2026-04-29 | 56.2182 |
| 2026-05-06 | 55.9254 |
| 2026-05-14 | 55.7184 |
| 2026-05-21 | 56.2505 |
| 2026-05-29 | 55.8828 |
| 2026-06-05 | 56.0979 |
| 2026-06-14 | 56.5237 |
| 2026-06-21 | 57.0645 |
| 2026-06-28 | 57.2676 |
| 2026-07-05 | 56.8791 |
| 2026-07-12 | 56.8747 |
| 2026-07-19 | 56.9089 |
| 2026-07-26 | 56.7190 |
| 2026-08-02 | 56.5263 |
| 2026-08-09 | 56.2575 |
| 2026-08-16 | 56.0442 |
| 2026-08-24 | 55.8989 |
| 2026-08-31 | 56.2397 |
| 2026-09-07 | 55.7493 |
| 2026-09-14 | 56.1486 |
| 2026-09-21 | 56.9421 |
High
57.3475
Low
54.5104
Average
56.1060
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.