Skip to content

KWD to MDL exchange rate API

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

56.9497

▼ +0.16% over 5Y

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 5 years, KWD/MDL traded between 54.6075 and 60.5830, averaged 56.7012 and fell 0.16%. 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 5Y

KWD/MDL over 5Y: show the values
PointKWD/MDL
2024-08-2457.0427
2024-10-0757.1911
2024-11-0658.3068
2024-12-0659.6273
2025-01-0559.5475
2025-02-0460.5830
2025-03-0660.1744
2025-04-0656.8383
2025-05-0656.2040
2025-06-0756.3241
2025-07-0755.1904
2025-08-0655.7648
2025-09-0554.6075
2025-10-0654.8527
2025-11-0555.5091
2025-12-0555.3366
2026-01-0554.8565
2026-02-0454.9710
2026-03-0656.2140
2026-04-0557.2528
2026-05-0555.9035
2026-06-0655.9593
2026-07-0856.9221
2026-08-0756.3540
2026-09-0755.7493

High

60.5830

Low

54.6075

Average

56.7012

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.