Skip to content

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

KMF/CLP over 1Y: show the values
PointKMF/CLP
2025-09-272.2836
2025-10-042.3039
2025-10-112.2643
2025-10-182.2664
2025-10-252.2256
2025-11-012.2109
2025-11-082.2237
2025-11-152.1855
2025-11-222.1976
2025-11-292.1869
2025-12-062.1902
2025-12-142.1804
2025-12-212.1677
2025-12-282.1682
2026-01-042.1606
2026-01-112.1135
2026-01-182.0913
2026-01-252.0828
2026-02-012.1054
2026-02-082.0559
2026-02-152.0784
2026-02-222.0727
2026-03-012.0984
2026-03-082.1538
2026-03-152.1387
2026-03-222.1847
2026-03-292.1691
2026-04-052.1537
2026-04-122.1258
2026-04-192.0973
2026-04-262.1348
2026-05-032.1405
2026-05-102.1313
2026-05-182.1185
2026-05-262.1190
2026-06-022.1110
2026-06-112.1496
2026-06-182.0779
2026-06-252.1241
2026-07-022.1376
2026-07-092.1724
2026-07-162.1549
2026-07-232.1743
2026-07-302.1777
2026-08-062.1461
2026-08-132.1421
2026-08-212.1927
2026-08-282.1932
2026-09-042.2034
2026-09-112.2189
2026-09-182.2440
2026-09-252.2261

High

2.3039

Low

2.0559

Average

2.1633

For developers

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