KWD to MDL exchange rate API
Kuwaiti Dinar to Moldovan Leu · quoted 2026-09-25
56.9497
▼ +0.32% over 6M
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 6 months, KWD/MDL traded between 55.4019 and 57.2528, averaged 56.3695 and fell 0.32%. 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 6M: show the values
| Point | KWD/MDL |
|---|---|
| 2026-03-29 | 57.1304 |
| 2026-04-05 | 57.2528 |
| 2026-04-12 | 55.7317 |
| 2026-04-19 | 55.8419 |
| 2026-04-26 | 56.4123 |
| 2026-05-03 | 56.0821 |
| 2026-05-10 | 55.4339 |
| 2026-05-18 | 56.1615 |
| 2026-05-26 | 56.0743 |
| 2026-06-02 | 55.8670 |
| 2026-06-11 | 56.2689 |
| 2026-06-18 | 56.5898 |
| 2026-06-25 | 57.1095 |
| 2026-07-02 | 57.2000 |
| 2026-07-09 | 56.6696 |
| 2026-07-16 | 56.5398 |
| 2026-07-23 | 56.7027 |
| 2026-07-30 | 56.6463 |
| 2026-08-06 | 56.1090 |
| 2026-08-13 | 56.0908 |
| 2026-08-21 | 55.7557 |
| 2026-08-28 | 55.4019 |
| 2026-09-04 | 55.9019 |
| 2026-09-11 | 56.0566 |
| 2026-09-18 | 57.0471 |
| 2026-09-25 | 56.9497 |
High
57.2528
Low
55.4019
Average
56.3695
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.