Skip to content

CLP to KMF exchange rate API

Chilean Peso to Comoro Franc · quoted 2026-09-27

0.44907

▼ +3.50% over YTD

1 CLP = 0.44907 KMF · 1 KMF = 2.2268 CLP · Get this rate via the API

1 CLP buys 0.44907 KMF as of 2026-09-27, so 1 KMF buys 2.2268 CLP. Over the year to date, CLP/KMF traded between 0.44647 and 0.48384, averaged 0.46744 and fell 3.50%. The API holds daily CLP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CLP/KMF over YTD

CLP/KMF over YTD: show the values
PointCLP/KMF
2025-12-310.46533
2026-01-070.47030
2026-01-140.47700
2026-01-210.47344
2026-01-280.47727
2026-02-040.48354
2026-02-110.48274
2026-02-180.47935
2026-02-250.48384
2026-03-040.46949
2026-03-110.47608
2026-03-180.47000
2026-03-250.46230
2026-04-010.45915
2026-04-080.45978
2026-04-150.47137
2026-04-220.47008
2026-04-290.47217
2026-05-060.46451
2026-05-140.47337
2026-05-210.47134
2026-05-290.47417
2026-06-050.47275
2026-06-140.47263
2026-06-210.47438
2026-06-280.46822
2026-07-050.46693
2026-07-120.46607
2026-07-190.46105
2026-07-260.45605
2026-08-020.45817
2026-08-090.46620
2026-08-160.46473
2026-08-240.45818
2026-08-310.45561
2026-09-070.45452
2026-09-140.45267
2026-09-210.44647

High

0.48384

Low

0.44647

Average

0.46744

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CLP&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CLP/KMF API questions

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

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

How far back does CLP/KMF historical data go?

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