KMF to KHR exchange rate API
Comoro Franc to Riel · quoted 2026-09-27
9.4029
▼ +1.78% over YTD
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 year to date, KMF/KHR traded between 9.3099 and 9.7828, averaged 9.5108 and fell 1.78%. 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 YTD: show the values
| Point | KMF/KHR |
|---|---|
| 2025-12-31 | 9.5737 |
| 2026-01-07 | 9.5582 |
| 2026-01-14 | 9.5293 |
| 2026-01-21 | 9.5998 |
| 2026-01-28 | 9.7828 |
| 2026-02-04 | 9.6843 |
| 2026-02-11 | 9.7582 |
| 2026-02-18 | 9.6713 |
| 2026-02-25 | 9.6132 |
| 2026-03-04 | 9.4693 |
| 2026-03-11 | 9.4801 |
| 2026-03-18 | 9.3936 |
| 2026-03-25 | 9.4586 |
| 2026-04-01 | 9.4116 |
| 2026-04-08 | 9.4690 |
| 2026-04-15 | 9.6033 |
| 2026-04-22 | 9.5312 |
| 2026-04-29 | 9.5249 |
| 2026-05-06 | 9.5187 |
| 2026-05-14 | 9.5487 |
| 2026-05-21 | 9.4890 |
| 2026-05-29 | 9.5009 |
| 2026-06-05 | 9.5173 |
| 2026-06-14 | 9.4761 |
| 2026-06-21 | 9.3810 |
| 2026-06-28 | 9.3099 |
| 2026-07-05 | 9.3460 |
| 2026-07-12 | 9.3623 |
| 2026-07-19 | 9.3908 |
| 2026-07-26 | 9.3442 |
| 2026-08-02 | 9.4834 |
| 2026-08-09 | 9.5249 |
| 2026-08-16 | 9.5125 |
| 2026-08-24 | 9.5962 |
| 2026-08-31 | 9.5754 |
| 2026-09-07 | 9.5513 |
| 2026-09-14 | 9.5270 |
| 2026-09-21 | 9.4512 |
High
9.7828
Low
9.3099
Average
9.5108
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=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¤cies=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.