MVR to KHR exchange rate API
Rufiyaa to Riel · quoted 2026-09-25
262.9943
▲ +1.22% over 1Y
1 MVR = 262.9943 KHR · 1 KHR = 0.003802 MVR · Get this rate via the API
1 MVR buys 262.9943 KHR as of 2026-09-25, so 1 KHR buys 0.003802 MVR. Over the last year, MVR/KHR traded between 258.4189 and 262.9943, averaged 260.3995 and rose 1.22%. The API holds daily MVR/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/KHR over 1Y: show the values
| Point | MVR/KHR |
|---|---|
| 2025-09-25 | 259.8233 |
| 2025-10-02 | 260.3091 |
| 2025-10-09 | 260.7242 |
| 2025-10-16 | 260.8035 |
| 2025-10-23 | 261.4239 |
| 2025-10-30 | 261.0184 |
| 2025-11-06 | 260.6011 |
| 2025-11-13 | 259.7917 |
| 2025-11-20 | 259.4923 |
| 2025-11-27 | 259.1414 |
| 2025-12-04 | 259.5700 |
| 2025-12-12 | 259.0247 |
| 2025-12-19 | 259.1565 |
| 2025-12-26 | 259.3333 |
| 2026-01-02 | 259.4505 |
| 2026-01-09 | 260.1861 |
| 2026-01-16 | 260.2912 |
| 2026-01-23 | 260.1698 |
| 2026-01-30 | 260.1007 |
| 2026-02-06 | 261.2119 |
| 2026-02-13 | 260.1451 |
| 2026-02-20 | 260.3764 |
| 2026-02-27 | 259.4222 |
| 2026-03-06 | 259.5275 |
| 2026-03-13 | 260.2151 |
| 2026-03-20 | 258.6252 |
| 2026-03-27 | 259.0370 |
| 2026-04-03 | 258.4189 |
| 2026-04-10 | 259.7107 |
| 2026-04-17 | 259.5137 |
| 2026-04-24 | 259.3737 |
| 2026-05-01 | 259.6247 |
| 2026-05-08 | 260.3752 |
| 2026-05-16 | 260.2860 |
| 2026-05-24 | 260.3320 |
| 2026-05-31 | 261.2418 |
| 2026-06-09 | 259.9899 |
| 2026-06-16 | 259.5450 |
| 2026-06-23 | 259.9591 |
| 2026-06-30 | 260.1377 |
| 2026-07-07 | 259.1955 |
| 2026-07-14 | 261.9418 |
| 2026-07-21 | 261.5189 |
| 2026-07-28 | 261.6442 |
| 2026-08-04 | 261.9202 |
| 2026-08-11 | 262.5259 |
| 2026-08-18 | 261.5513 |
| 2026-08-26 | 261.5648 |
| 2026-09-02 | 262.0854 |
| 2026-09-09 | 261.7119 |
| 2026-09-16 | 262.3197 |
| 2026-09-23 | 262.7199 |
High
262.9943
Low
258.4189
Average
260.3995
Get this rate via the API
One GET request returns the MVR/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=MVR¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/KHR API questions
How do I get the MVR/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/KHR rate in rates.KHR.
How far back does MVR/KHR historical data go?
Daily MVR/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 MVR/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.