Skip to content

MDL to KMF exchange rate API

Moldovan Leu to Comoro Franc · quoted 2026-09-25

24.6025

▼ +2.18% over 1Y

1 MDL = 24.6025 KMF · 1 KMF = 0.04065 MDL · Get this rate via the API

1 MDL buys 24.6025 KMF as of 2026-09-25, so 1 KMF buys 0.04065 MDL. Over the last year, MDL/KMF traded between 24.2748 and 25.3022, averaged 24.6235 and fell 2.18%. The API holds daily MDL/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/KMF over 1Y

MDL/KMF over 1Y: show the values
PointMDL/KMF
2025-09-2525.1513
2025-10-0225.1434
2025-10-0925.3022
2025-10-1624.9295
2025-10-2324.9456
2025-10-3024.9202
2025-11-0625.0016
2025-11-1325.0351
2025-11-2025.1268
2025-11-2724.7506
2025-12-0424.8443
2025-12-1224.6846
2025-12-1924.8872
2025-12-2624.8313
2026-01-0224.8856
2026-01-0925.1771
2026-01-1624.8105
2026-01-2324.6187
2026-01-3024.5532
2026-02-0624.5420
2026-02-1324.4376
2026-02-2024.4318
2026-02-2724.3372
2026-03-0624.4910
2026-03-1324.5180
2026-03-2024.2829
2026-03-2724.3305
2026-04-0324.2953
2026-04-1024.4079
2026-04-1724.5183
2026-04-2424.3201
2026-05-0124.3711
2026-05-0824.2748
2026-05-1624.4591
2026-05-2424.4344
2026-05-3124.3604
2026-06-0924.5022
2026-06-1624.4289
2026-06-2324.4215
2026-06-3024.4485
2026-07-0724.4416
2026-07-1424.5634
2026-07-2124.4944
2026-07-2824.5594
2026-08-0424.4617
2026-08-1124.5011
2026-08-1824.6694
2026-08-2624.4228
2026-09-0224.5499
2026-09-0924.5625
2026-09-1624.5218
2026-09-2324.4814

High

25.3022

Low

24.2748

Average

24.6235

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/KMF API questions

How do I get the MDL/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/KMF rate in rates.KMF.

How far back does MDL/KMF historical data go?

Daily MDL/KMF 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 MDL/KMF 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.