Skip to content

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

KWD/MDL over YTD: show the values
PointKWD/MDL
2025-12-3154.5104
2026-01-0754.9627
2026-01-1454.8889
2026-01-2155.4357
2026-01-2854.9150
2026-02-0454.9710
2026-02-1155.1937
2026-02-1855.4522
2026-02-2555.7388
2026-03-0456.2961
2026-03-1156.0925
2026-03-1856.7300
2026-03-2556.8862
2026-04-0157.3475
2026-04-0856.2544
2026-04-1555.4709
2026-04-2255.8998
2026-04-2956.2182
2026-05-0655.9254
2026-05-1455.7184
2026-05-2156.2505
2026-05-2955.8828
2026-06-0556.0979
2026-06-1456.5237
2026-06-2157.0645
2026-06-2857.2676
2026-07-0556.8791
2026-07-1256.8747
2026-07-1956.9089
2026-07-2656.7190
2026-08-0256.5263
2026-08-0956.2575
2026-08-1656.0442
2026-08-2455.8989
2026-08-3156.2397
2026-09-0755.7493
2026-09-1456.1486
2026-09-2156.9421

High

57.3475

Low

54.5104

Average

56.1060

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=MDL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=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&currencies=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.