Skip to content

KMF to KHR exchange rate API

Comoro Franc to Riel · quoted 2026-09-27

9.4029

▲ +0.50% over 6M

1 KMF = 9.4029 KHR · 1 KHR = 0.10635 KMF · Get this rate via the API

1 KMF buys 9.4029 KHR as of 2026-09-27, so 1 KHR buys 0.10635 KMF. Over the last 6 months, KMF/KHR traded between 9.3088 and 9.6082, averaged 9.4667 and rose 0.50%. The API holds daily KMF/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/KHR over 6M

KMF/KHR over 6M: show the values
PointKMF/KHR
2026-03-319.3564
2026-04-079.3893
2026-04-149.5776
2026-04-219.5708
2026-04-289.5518
2026-05-059.5409
2026-05-129.5885
2026-05-209.4681
2026-05-289.4992
2026-06-049.4846
2026-06-139.4712
2026-06-209.3860
2026-06-279.3088
2026-07-049.3168
2026-07-119.3512
2026-07-189.3945
2026-07-259.3499
2026-08-019.4548
2026-08-089.5235
2026-08-159.5049
2026-08-239.6082
2026-08-309.5281
2026-09-069.5563
2026-09-139.5550
2026-09-209.4592
2026-09-279.4029

High

9.6082

Low

9.3088

Average

9.4667

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/KHR API questions

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

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

How far back does KMF/KHR historical data go?

Daily KMF/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 KMF/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.