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: show the values
| Point | MDL/KMF |
|---|---|
| 2025-09-25 | 25.1513 |
| 2025-10-02 | 25.1434 |
| 2025-10-09 | 25.3022 |
| 2025-10-16 | 24.9295 |
| 2025-10-23 | 24.9456 |
| 2025-10-30 | 24.9202 |
| 2025-11-06 | 25.0016 |
| 2025-11-13 | 25.0351 |
| 2025-11-20 | 25.1268 |
| 2025-11-27 | 24.7506 |
| 2025-12-04 | 24.8443 |
| 2025-12-12 | 24.6846 |
| 2025-12-19 | 24.8872 |
| 2025-12-26 | 24.8313 |
| 2026-01-02 | 24.8856 |
| 2026-01-09 | 25.1771 |
| 2026-01-16 | 24.8105 |
| 2026-01-23 | 24.6187 |
| 2026-01-30 | 24.5532 |
| 2026-02-06 | 24.5420 |
| 2026-02-13 | 24.4376 |
| 2026-02-20 | 24.4318 |
| 2026-02-27 | 24.3372 |
| 2026-03-06 | 24.4910 |
| 2026-03-13 | 24.5180 |
| 2026-03-20 | 24.2829 |
| 2026-03-27 | 24.3305 |
| 2026-04-03 | 24.2953 |
| 2026-04-10 | 24.4079 |
| 2026-04-17 | 24.5183 |
| 2026-04-24 | 24.3201 |
| 2026-05-01 | 24.3711 |
| 2026-05-08 | 24.2748 |
| 2026-05-16 | 24.4591 |
| 2026-05-24 | 24.4344 |
| 2026-05-31 | 24.3604 |
| 2026-06-09 | 24.5022 |
| 2026-06-16 | 24.4289 |
| 2026-06-23 | 24.4215 |
| 2026-06-30 | 24.4485 |
| 2026-07-07 | 24.4416 |
| 2026-07-14 | 24.5634 |
| 2026-07-21 | 24.4944 |
| 2026-07-28 | 24.5594 |
| 2026-08-04 | 24.4617 |
| 2026-08-11 | 24.5011 |
| 2026-08-18 | 24.6694 |
| 2026-08-26 | 24.4228 |
| 2026-09-02 | 24.5499 |
| 2026-09-09 | 24.5625 |
| 2026-09-16 | 24.5218 |
| 2026-09-23 | 24.4814 |
High
25.3022
Low
24.2748
Average
24.6235
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.