Skip to content

MDL to KHR exchange rate API

Moldovan Leu to Riel · quoted 2026-09-24

231.2974

▼ +3.91% over 1Y

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 year, MDL/KHR traded between 226.4528 and 240.7090, averaged 234.1010 and fell 3.91%. 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 1Y

MDL/KHR over 1Y: show the values
PointMDL/KHR
2025-09-24240.7090
2025-10-01240.0312
2025-10-08240.5120
2025-10-15236.9398
2025-10-22237.9333
2025-10-29236.4202
2025-11-05235.5006
2025-11-12236.9368
2025-11-19236.5840
2025-11-26233.8612
2025-12-03235.8020
2025-12-11235.0404
2025-12-18237.6557
2025-12-25238.7430
2026-01-01238.5144
2026-01-08238.1705
2026-01-15236.3082
2026-01-22237.2694
2026-01-29239.5941
2026-02-05238.0797
2026-02-12238.4881
2026-02-19235.3150
2026-02-26234.3874
2026-03-05231.8474
2026-03-12232.1889
2026-03-19229.6354
2026-03-26229.1992
2026-04-02227.1453
2026-04-09233.2541
2026-04-16234.2271
2026-04-23233.6761
2026-04-30232.8587
2026-05-07233.9059
2026-05-15233.4128
2026-05-23231.6412
2026-05-30232.5506
2026-06-06231.9549
2026-06-15230.4714
2026-06-22228.5085
2026-06-29226.4528
2026-07-06227.8168
2026-07-13229.3783
2026-07-20230.0357
2026-07-27228.8155
2026-08-03231.8876
2026-08-10233.6815
2026-08-17233.4843
2026-08-25234.2603
2026-09-01236.5478
2026-09-08234.6978
2026-09-15232.8134
2026-09-22230.9081

High

240.7090

Low

226.4528

Average

234.1010

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.