Skip to content

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

KWD/MDL over 30D: show the values
PointKWD/MDL
2026-08-2655.9343
2026-08-2755.9935
2026-08-2855.4019
2026-08-2955.9771
2026-08-3055.9433
2026-08-3156.2397
2026-09-0155.4425
2026-09-0255.9597
2026-09-0356.0074
2026-09-0455.9019
2026-09-0555.7301
2026-09-0655.8375
2026-09-0755.7493
2026-09-0855.8583
2026-09-0955.7572
2026-09-1055.9402
2026-09-1156.0566
2026-09-1256.1172
2026-09-1355.9702
2026-09-1456.1486
2026-09-1556.3238
2026-09-1656.2967
2026-09-1756.7845
2026-09-1857.0471
2026-09-1956.9955
2026-09-2056.8093
2026-09-2156.9421
2026-09-2256.9100
2026-09-2356.9754
2026-09-2456.8850
2026-09-2556.9497

High

57.0471

Low

55.4019

Average

56.2448

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.