CLP to KMF exchange rate API
Chilean Peso to Comoro Franc · quoted 2026-09-27
0.44907
▲ +2.55% over 1Y
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 last year, CLP/KMF traded between 0.43404 and 0.48640, averaged 0.46256 and rose 2.55%. 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 1Y: show the values
| Point | CLP/KMF |
|---|---|
| 2025-09-27 | 0.43790 |
| 2025-10-04 | 0.43404 |
| 2025-10-11 | 0.44163 |
| 2025-10-18 | 0.44123 |
| 2025-10-25 | 0.44931 |
| 2025-11-01 | 0.45231 |
| 2025-11-08 | 0.44971 |
| 2025-11-15 | 0.45756 |
| 2025-11-22 | 0.45504 |
| 2025-11-29 | 0.45726 |
| 2025-12-06 | 0.45657 |
| 2025-12-14 | 0.45863 |
| 2025-12-21 | 0.46132 |
| 2025-12-28 | 0.46120 |
| 2026-01-04 | 0.46283 |
| 2026-01-11 | 0.47314 |
| 2026-01-18 | 0.47818 |
| 2026-01-25 | 0.48012 |
| 2026-02-01 | 0.47497 |
| 2026-02-08 | 0.48640 |
| 2026-02-15 | 0.48113 |
| 2026-02-22 | 0.48247 |
| 2026-03-01 | 0.47655 |
| 2026-03-08 | 0.46430 |
| 2026-03-15 | 0.46756 |
| 2026-03-22 | 0.45772 |
| 2026-03-29 | 0.46102 |
| 2026-04-05 | 0.46431 |
| 2026-04-12 | 0.47041 |
| 2026-04-19 | 0.47679 |
| 2026-04-26 | 0.46843 |
| 2026-05-03 | 0.46719 |
| 2026-05-10 | 0.46920 |
| 2026-05-18 | 0.47204 |
| 2026-05-26 | 0.47191 |
| 2026-06-02 | 0.47370 |
| 2026-06-11 | 0.46520 |
| 2026-06-18 | 0.48126 |
| 2026-06-25 | 0.47078 |
| 2026-07-02 | 0.46782 |
| 2026-07-09 | 0.46032 |
| 2026-07-16 | 0.46407 |
| 2026-07-23 | 0.45992 |
| 2026-07-30 | 0.45920 |
| 2026-08-06 | 0.46597 |
| 2026-08-13 | 0.46682 |
| 2026-08-21 | 0.45605 |
| 2026-08-28 | 0.45594 |
| 2026-09-04 | 0.45384 |
| 2026-09-11 | 0.45067 |
| 2026-09-18 | 0.44564 |
| 2026-09-25 | 0.44921 |
High
0.48640
Low
0.43404
Average
0.46256
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.