Skip to content

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

CLP/KMF over 1Y: show the values
PointCLP/KMF
2025-09-270.43790
2025-10-040.43404
2025-10-110.44163
2025-10-180.44123
2025-10-250.44931
2025-11-010.45231
2025-11-080.44971
2025-11-150.45756
2025-11-220.45504
2025-11-290.45726
2025-12-060.45657
2025-12-140.45863
2025-12-210.46132
2025-12-280.46120
2026-01-040.46283
2026-01-110.47314
2026-01-180.47818
2026-01-250.48012
2026-02-010.47497
2026-02-080.48640
2026-02-150.48113
2026-02-220.48247
2026-03-010.47655
2026-03-080.46430
2026-03-150.46756
2026-03-220.45772
2026-03-290.46102
2026-04-050.46431
2026-04-120.47041
2026-04-190.47679
2026-04-260.46843
2026-05-030.46719
2026-05-100.46920
2026-05-180.47204
2026-05-260.47191
2026-06-020.47370
2026-06-110.46520
2026-06-180.48126
2026-06-250.47078
2026-07-020.46782
2026-07-090.46032
2026-07-160.46407
2026-07-230.45992
2026-07-300.45920
2026-08-060.46597
2026-08-130.46682
2026-08-210.45605
2026-08-280.45594
2026-09-040.45384
2026-09-110.45067
2026-09-180.44564
2026-09-250.44921

High

0.48640

Low

0.43404

Average

0.46256

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.