KMF to CLP exchange rate API
Comoro Franc to Chilean Peso · quoted 2026-09-27
2.2268
▼ +2.49% over 1Y
1 KMF = 2.2268 CLP · 1 CLP = 0.44907 KMF · Get this rate via the API
1 KMF buys 2.2268 CLP as of 2026-09-27, so 1 CLP buys 0.44907 KMF. Over the last year, KMF/CLP traded between 2.0559 and 2.3039, averaged 2.1633 and fell 2.49%. The API holds daily KMF/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/CLP over 1Y: show the values
| Point | KMF/CLP |
|---|---|
| 2025-09-27 | 2.2836 |
| 2025-10-04 | 2.3039 |
| 2025-10-11 | 2.2643 |
| 2025-10-18 | 2.2664 |
| 2025-10-25 | 2.2256 |
| 2025-11-01 | 2.2109 |
| 2025-11-08 | 2.2237 |
| 2025-11-15 | 2.1855 |
| 2025-11-22 | 2.1976 |
| 2025-11-29 | 2.1869 |
| 2025-12-06 | 2.1902 |
| 2025-12-14 | 2.1804 |
| 2025-12-21 | 2.1677 |
| 2025-12-28 | 2.1682 |
| 2026-01-04 | 2.1606 |
| 2026-01-11 | 2.1135 |
| 2026-01-18 | 2.0913 |
| 2026-01-25 | 2.0828 |
| 2026-02-01 | 2.1054 |
| 2026-02-08 | 2.0559 |
| 2026-02-15 | 2.0784 |
| 2026-02-22 | 2.0727 |
| 2026-03-01 | 2.0984 |
| 2026-03-08 | 2.1538 |
| 2026-03-15 | 2.1387 |
| 2026-03-22 | 2.1847 |
| 2026-03-29 | 2.1691 |
| 2026-04-05 | 2.1537 |
| 2026-04-12 | 2.1258 |
| 2026-04-19 | 2.0973 |
| 2026-04-26 | 2.1348 |
| 2026-05-03 | 2.1405 |
| 2026-05-10 | 2.1313 |
| 2026-05-18 | 2.1185 |
| 2026-05-26 | 2.1190 |
| 2026-06-02 | 2.1110 |
| 2026-06-11 | 2.1496 |
| 2026-06-18 | 2.0779 |
| 2026-06-25 | 2.1241 |
| 2026-07-02 | 2.1376 |
| 2026-07-09 | 2.1724 |
| 2026-07-16 | 2.1549 |
| 2026-07-23 | 2.1743 |
| 2026-07-30 | 2.1777 |
| 2026-08-06 | 2.1461 |
| 2026-08-13 | 2.1421 |
| 2026-08-21 | 2.1927 |
| 2026-08-28 | 2.1932 |
| 2026-09-04 | 2.2034 |
| 2026-09-11 | 2.2189 |
| 2026-09-18 | 2.2440 |
| 2026-09-25 | 2.2261 |
High
2.3039
Low
2.0559
Average
2.1633
Get this rate via the API
One GET request returns the KMF/CLP 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=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/CLP API questions
How do I get the KMF/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/CLP rate in rates.CLP.
How far back does KMF/CLP historical data go?
Daily KMF/CLP 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/CLP 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.