KWD to MDL exchange rate API
Kuwaiti Dinar to Moldovan Leu · quoted 2026-09-25
56.9497
▲ +1.82% over 30D
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 30 days, KWD/MDL traded between 55.4019 and 57.0471, averaged 56.2448 and rose 1.82%. 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 30D: show the values
| Point | KWD/MDL |
|---|---|
| 2026-08-26 | 55.9343 |
| 2026-08-27 | 55.9935 |
| 2026-08-28 | 55.4019 |
| 2026-08-29 | 55.9771 |
| 2026-08-30 | 55.9433 |
| 2026-08-31 | 56.2397 |
| 2026-09-01 | 55.4425 |
| 2026-09-02 | 55.9597 |
| 2026-09-03 | 56.0074 |
| 2026-09-04 | 55.9019 |
| 2026-09-05 | 55.7301 |
| 2026-09-06 | 55.8375 |
| 2026-09-07 | 55.7493 |
| 2026-09-08 | 55.8583 |
| 2026-09-09 | 55.7572 |
| 2026-09-10 | 55.9402 |
| 2026-09-11 | 56.0566 |
| 2026-09-12 | 56.1172 |
| 2026-09-13 | 55.9702 |
| 2026-09-14 | 56.1486 |
| 2026-09-15 | 56.3238 |
| 2026-09-16 | 56.2967 |
| 2026-09-17 | 56.7845 |
| 2026-09-18 | 57.0471 |
| 2026-09-19 | 56.9955 |
| 2026-09-20 | 56.8093 |
| 2026-09-21 | 56.9421 |
| 2026-09-22 | 56.9100 |
| 2026-09-23 | 56.9754 |
| 2026-09-24 | 56.8850 |
| 2026-09-25 | 56.9497 |
High
57.0471
Low
55.4019
Average
56.2448
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.