Skip to content

MDL to KHR exchange rate API

Moldovan Leu to Riel · quoted 2026-09-24

231.2974

▼ +1.37% over 5Y

1 MDL = 231.2974 KHR · 1 KHR = 0.004323 MDL · Get this rate via the API

1 MDL buys 231.2974 KHR as of 2026-09-24, so 1 KHR buys 0.004323 MDL. Over the last 5 years, MDL/KHR traded between 214.6123 and 240.0183, averaged 231.2166 and fell 1.37%. The API holds daily MDL/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/KHR over 5Y

MDL/KHR over 5Y: show the values
PointMDL/KHR
2024-08-24234.5008
2024-10-07232.4666
2024-11-06227.4617
2024-12-06220.4506
2025-01-05218.6787
2025-02-04214.6123
2025-03-06216.3499
2025-04-06228.0438
2025-05-06232.9500
2025-06-07233.3102
2025-07-07238.5066
2025-08-06234.8231
2025-09-05240.0183
2025-10-06239.3403
2025-11-05235.5006
2025-12-05235.7593
2026-01-05238.1650
2026-02-04238.7767
2026-03-06232.0803
2026-04-05227.2242
2026-05-05232.9777
2026-06-06231.9549
2026-07-08228.4618
2026-08-07232.9989
2026-09-07234.9207

High

240.0183

Low

214.6123

Average

231.2166

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/KHR API questions

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

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

How far back does MDL/KHR historical data go?

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