Skip to content

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

MVR/KHR over 1Y: show the values
PointMVR/KHR
2025-09-25259.8233
2025-10-02260.3091
2025-10-09260.7242
2025-10-16260.8035
2025-10-23261.4239
2025-10-30261.0184
2025-11-06260.6011
2025-11-13259.7917
2025-11-20259.4923
2025-11-27259.1414
2025-12-04259.5700
2025-12-12259.0247
2025-12-19259.1565
2025-12-26259.3333
2026-01-02259.4505
2026-01-09260.1861
2026-01-16260.2912
2026-01-23260.1698
2026-01-30260.1007
2026-02-06261.2119
2026-02-13260.1451
2026-02-20260.3764
2026-02-27259.4222
2026-03-06259.5275
2026-03-13260.2151
2026-03-20258.6252
2026-03-27259.0370
2026-04-03258.4189
2026-04-10259.7107
2026-04-17259.5137
2026-04-24259.3737
2026-05-01259.6247
2026-05-08260.3752
2026-05-16260.2860
2026-05-24260.3320
2026-05-31261.2418
2026-06-09259.9899
2026-06-16259.5450
2026-06-23259.9591
2026-06-30260.1377
2026-07-07259.1955
2026-07-14261.9418
2026-07-21261.5189
2026-07-28261.6442
2026-08-04261.9202
2026-08-11262.5259
2026-08-18261.5513
2026-08-26261.5648
2026-09-02262.0854
2026-09-09261.7119
2026-09-16262.3197
2026-09-23262.7199

High

262.9943

Low

258.4189

Average

260.3995

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&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=MVR&currencies=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&currencies=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.