Skip to content

CHF to KMF exchange rate API

Swiss Franc to Comoro Franc · quoted 2026-09-24

522.3898

▲ +0.90% over 5Y

1 CHF = 522.3898 KMF · 1 KMF = 0.001914 CHF · Get this rate via the API

1 CHF buys 522.3898 KMF as of 2026-09-24, so 1 KMF buys 0.001914 CHF. Over the last 5 years, CHF/KMF traded between 513.4536 and 541.1697, averaged 527.0726 and rose 0.90%. The API holds daily CHF/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/KMF over 5Y

CHF/KMF over 5Y: show the values
PointCHF/KMF
2024-08-24517.7296
2024-10-07524.3655
2024-11-06518.4468
2024-12-06530.5066
2025-01-05525.1050
2025-02-04524.7904
2025-03-06513.4536
2025-04-06522.9871
2025-05-06527.8275
2025-06-07525.0471
2025-07-07523.9156
2025-08-06526.7103
2025-09-05525.3727
2025-10-06526.1679
2025-11-05528.5573
2025-12-05524.9298
2026-01-05528.2520
2026-02-04536.3872
2026-03-06541.1697
2026-04-05533.7514
2026-05-05536.1726
2026-06-06536.4667
2026-07-08532.8931
2026-08-07526.8748
2026-09-07523.6165

High

541.1697

Low

513.4536

Average

527.0726

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/KMF API questions

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

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

How far back does CHF/KMF historical data go?

Daily CHF/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 CHF/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.