Skip to content

MDL to KES exchange rate API

Moldovan Leu to Kenyan Shilling · quoted 2026-09-25

7.3652

▼ +5.10% over 1Y

1 MDL = 7.3652 KES · 1 KES = 0.13577 MDL · Get this rate via the API

1 MDL buys 7.3652 KES as of 2026-09-25, so 1 KES buys 0.13577 MDL. Over the last year, MDL/KES traded between 7.3347 and 7.7715, averaged 7.5190 and fell 5.10%. The API holds daily MDL/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/KES over 1Y

MDL/KES over 1Y: show the values
PointMDL/KES
2025-09-257.7609
2025-10-027.7715
2025-10-097.7423
2025-10-167.6427
2025-10-237.5924
2025-10-307.6013
2025-11-067.5585
2025-11-137.6203
2025-11-207.6517
2025-11-277.5786
2025-12-047.6217
2025-12-127.5818
2025-12-197.6503
2025-12-267.6715
2026-01-027.6772
2026-01-097.7059
2026-01-167.5596
2026-01-237.5831
2026-01-307.6735
2026-02-067.5912
2026-02-137.6164
2026-02-207.5396
2026-02-277.5290
2026-03-067.4747
2026-03-137.4283
2026-03-207.3598
2026-03-277.4018
2026-04-037.4023
2026-04-107.4934
2026-04-177.5627
2026-04-247.4518
2026-05-017.4959
2026-05-087.5038
2026-05-167.4775
2026-05-247.4779
2026-05-317.4739
2026-06-097.4331
2026-06-167.4429
2026-06-237.3415
2026-06-307.3347
2026-07-077.3474
2026-07-147.3498
2026-07-217.3446
2026-07-287.3587
2026-08-047.4046
2026-08-117.4387
2026-08-187.5100
2026-08-267.4976
2026-09-027.4791
2026-09-097.5160
2026-09-167.4589
2026-09-237.3610

High

7.7715

Low

7.3347

Average

7.5190

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/KES API questions

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

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

How far back does MDL/KES historical data go?

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