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: show the values
| Point | MDL/KHR |
|---|---|
| 2025-09-24 | 240.7090 |
| 2025-10-01 | 240.0312 |
| 2025-10-08 | 240.5120 |
| 2025-10-15 | 236.9398 |
| 2025-10-22 | 237.9333 |
| 2025-10-29 | 236.4202 |
| 2025-11-05 | 235.5006 |
| 2025-11-12 | 236.9368 |
| 2025-11-19 | 236.5840 |
| 2025-11-26 | 233.8612 |
| 2025-12-03 | 235.8020 |
| 2025-12-11 | 235.0404 |
| 2025-12-18 | 237.6557 |
| 2025-12-25 | 238.7430 |
| 2026-01-01 | 238.5144 |
| 2026-01-08 | 238.1705 |
| 2026-01-15 | 236.3082 |
| 2026-01-22 | 237.2694 |
| 2026-01-29 | 239.5941 |
| 2026-02-05 | 238.0797 |
| 2026-02-12 | 238.4881 |
| 2026-02-19 | 235.3150 |
| 2026-02-26 | 234.3874 |
| 2026-03-05 | 231.8474 |
| 2026-03-12 | 232.1889 |
| 2026-03-19 | 229.6354 |
| 2026-03-26 | 229.1992 |
| 2026-04-02 | 227.1453 |
| 2026-04-09 | 233.2541 |
| 2026-04-16 | 234.2271 |
| 2026-04-23 | 233.6761 |
| 2026-04-30 | 232.8587 |
| 2026-05-07 | 233.9059 |
| 2026-05-15 | 233.4128 |
| 2026-05-23 | 231.6412 |
| 2026-05-30 | 232.5506 |
| 2026-06-06 | 231.9549 |
| 2026-06-15 | 230.4714 |
| 2026-06-22 | 228.5085 |
| 2026-06-29 | 226.4528 |
| 2026-07-06 | 227.8168 |
| 2026-07-13 | 229.3783 |
| 2026-07-20 | 230.0357 |
| 2026-07-27 | 228.8155 |
| 2026-08-03 | 231.8876 |
| 2026-08-10 | 233.6815 |
| 2026-08-17 | 233.4843 |
| 2026-08-25 | 234.2603 |
| 2026-09-01 | 236.5478 |
| 2026-09-08 | 234.6978 |
| 2026-09-15 | 232.8134 |
| 2026-09-22 | 230.9081 |
High
240.7090
Low
226.4528
Average
234.1010
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.