KWD to MDL exchange rate API
Kuwaiti Dinar to Moldovan Leu · quoted 2026-09-25
56.9497
▼ +0.16% over 5Y
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 5 years, KWD/MDL traded between 54.6075 and 60.5830, averaged 56.7012 and fell 0.16%. 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 5Y: show the values
| Point | KWD/MDL |
|---|---|
| 2024-08-24 | 57.0427 |
| 2024-10-07 | 57.1911 |
| 2024-11-06 | 58.3068 |
| 2024-12-06 | 59.6273 |
| 2025-01-05 | 59.5475 |
| 2025-02-04 | 60.5830 |
| 2025-03-06 | 60.1744 |
| 2025-04-06 | 56.8383 |
| 2025-05-06 | 56.2040 |
| 2025-06-07 | 56.3241 |
| 2025-07-07 | 55.1904 |
| 2025-08-06 | 55.7648 |
| 2025-09-05 | 54.6075 |
| 2025-10-06 | 54.8527 |
| 2025-11-05 | 55.5091 |
| 2025-12-05 | 55.3366 |
| 2026-01-05 | 54.8565 |
| 2026-02-04 | 54.9710 |
| 2026-03-06 | 56.2140 |
| 2026-04-05 | 57.2528 |
| 2026-05-05 | 55.9035 |
| 2026-06-06 | 55.9593 |
| 2026-07-08 | 56.9221 |
| 2026-08-07 | 56.3540 |
| 2026-09-07 | 55.7493 |
High
60.5830
Low
54.6075
Average
56.7012
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.