Skip to content

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

KWD/MDL over 6M: show the values
PointKWD/MDL
2026-03-2957.1304
2026-04-0557.2528
2026-04-1255.7317
2026-04-1955.8419
2026-04-2656.4123
2026-05-0356.0821
2026-05-1055.4339
2026-05-1856.1615
2026-05-2656.0743
2026-06-0255.8670
2026-06-1156.2689
2026-06-1856.5898
2026-06-2557.1095
2026-07-0257.2000
2026-07-0956.6696
2026-07-1656.5398
2026-07-2356.7027
2026-07-3056.6463
2026-08-0656.1090
2026-08-1356.0908
2026-08-2155.7557
2026-08-2855.4019
2026-09-0455.9019
2026-09-1156.0566
2026-09-1857.0471
2026-09-2556.9497

High

57.2528

Low

55.4019

Average

56.3695

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.