Skip to content

KMF to KHR exchange rate API

Comoro Franc to Riel · quoted 2026-09-27

9.4029

▼ +1.35% over 1Y

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 year, KMF/KHR traded between 9.2668 and 9.6942, averaged 9.4937 and fell 1.35%. 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 1Y

KMF/KHR over 1Y: show the values
PointKMF/KHR
2025-09-279.5318
2025-10-049.5648
2025-10-119.4944
2025-10-189.5298
2025-10-259.5222
2025-11-019.4268
2025-11-089.4346
2025-11-159.4719
2025-11-229.3940
2025-11-299.4201
2025-12-069.4771
2025-12-149.5502
2025-12-219.5389
2025-12-289.5857
2026-01-049.5661
2026-01-119.5065
2026-01-189.4892
2026-01-259.6762
2026-02-019.6882
2026-02-089.6821
2026-02-159.6942
2026-02-229.6111
2026-03-019.6242
2026-03-089.4624
2026-03-159.3517
2026-03-229.4552
2026-03-299.4112
2026-04-059.3607
2026-04-129.5173
2026-04-199.5860
2026-04-269.5238
2026-05-039.5536
2026-05-109.5730
2026-05-189.4814
2026-05-269.4935
2026-06-029.5113
2026-06-119.4499
2026-06-189.4024
2026-06-259.2720
2026-07-029.2668
2026-07-099.3424
2026-07-169.3817
2026-07-239.3767
2026-07-309.3898
2026-08-069.5065
2026-08-139.4827
2026-08-219.5652
2026-08-289.5776
2026-09-049.5592
2026-09-119.5644
2026-09-189.4696
2026-09-259.3962

High

9.6942

Low

9.2668

Average

9.4937

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.