Skip to content

KWD to MDL exchange rate API

Kuwaiti Dinar to Moldovan Leu · quoted 2026-09-25

56.9497

▲ +4.40% over 1Y

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 year, KWD/MDL traded between 54.4723 and 57.1479, averaged 55.8892 and rose 4.40%. 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 1Y

KWD/MDL over 1Y: show the values
PointKWD/MDL
2025-09-2554.5505
2025-10-0254.5567
2025-10-0954.4723
2025-10-1655.2524
2025-10-2355.4386
2025-10-3055.4091
2025-11-0655.6492
2025-11-1355.2119
2025-11-2055.2455
2025-11-2755.7886
2025-12-0455.3430
2025-12-1255.3841
2025-12-1954.9056
2025-12-2654.7131
2026-01-0254.6094
2026-01-0954.5801
2026-01-1655.5048
2026-01-2355.3775
2026-01-3054.8810
2026-02-0655.3409
2026-02-1355.3081
2026-02-2055.8527
2026-02-2755.8907
2026-03-0656.2140
2026-03-1356.7820
2026-03-2057.1479
2026-03-2757.0171
2026-04-0356.9274
2026-04-1055.8150
2026-04-1755.4001
2026-04-2456.3777
2026-05-0156.0822
2026-05-0856.0485
2026-05-1656.2125
2026-05-2456.2044
2026-05-3156.1281
2026-06-0956.2764
2026-06-1656.3994
2026-06-2357.0885
2026-06-3056.9981
2026-07-0756.7308
2026-07-1456.9169
2026-07-2156.8890
2026-07-2856.7289
2026-08-0456.4505
2026-08-1156.2943
2026-08-1855.8615
2026-08-2655.9343
2026-09-0255.9597
2026-09-0955.7572
2026-09-1656.2967
2026-09-2356.9754

High

57.1479

Low

54.4723

Average

55.8892

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.