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: show the values
| Point | CLP/KMF |
|---|---|
| 2025-12-31 | 0.46533 |
| 2026-01-07 | 0.47030 |
| 2026-01-14 | 0.47700 |
| 2026-01-21 | 0.47344 |
| 2026-01-28 | 0.47727 |
| 2026-02-04 | 0.48354 |
| 2026-02-11 | 0.48274 |
| 2026-02-18 | 0.47935 |
| 2026-02-25 | 0.48384 |
| 2026-03-04 | 0.46949 |
| 2026-03-11 | 0.47608 |
| 2026-03-18 | 0.47000 |
| 2026-03-25 | 0.46230 |
| 2026-04-01 | 0.45915 |
| 2026-04-08 | 0.45978 |
| 2026-04-15 | 0.47137 |
| 2026-04-22 | 0.47008 |
| 2026-04-29 | 0.47217 |
| 2026-05-06 | 0.46451 |
| 2026-05-14 | 0.47337 |
| 2026-05-21 | 0.47134 |
| 2026-05-29 | 0.47417 |
| 2026-06-05 | 0.47275 |
| 2026-06-14 | 0.47263 |
| 2026-06-21 | 0.47438 |
| 2026-06-28 | 0.46822 |
| 2026-07-05 | 0.46693 |
| 2026-07-12 | 0.46607 |
| 2026-07-19 | 0.46105 |
| 2026-07-26 | 0.45605 |
| 2026-08-02 | 0.45817 |
| 2026-08-09 | 0.46620 |
| 2026-08-16 | 0.46473 |
| 2026-08-24 | 0.45818 |
| 2026-08-31 | 0.45561 |
| 2026-09-07 | 0.45452 |
| 2026-09-14 | 0.45267 |
| 2026-09-21 | 0.44647 |
High
0.48384
Low
0.44647
Average
0.46744
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CLP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CLP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CLP¤cies=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¤cies=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.