Skip to content

CHF to KMF exchange rate API

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

522.3898

▼ +1.17% over YTD

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 year to date, CHF/KMF traded between 520.8952 and 544.0470, averaged 532.8104 and fell 1.17%. 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 YTD

CHF/KMF over YTD: show the values
PointCHF/KMF
2025-12-31528.6008
2026-01-07527.9966
2026-01-14527.6789
2026-01-21531.2968
2026-01-28534.6238
2026-02-04536.3872
2026-02-11537.5067
2026-02-18539.1851
2026-02-25538.7065
2026-03-04544.0470
2026-03-11542.9076
2026-03-18540.5693
2026-03-25536.8214
2026-04-01537.0422
2026-04-08535.0217
2026-04-15534.0615
2026-04-22537.0967
2026-04-29533.5894
2026-05-06539.6899
2026-05-14537.1087
2026-05-21536.9673
2026-05-29540.2011
2026-06-05537.3621
2026-06-14534.5700
2026-06-21530.8968
2026-06-28533.3247
2026-07-05535.2107
2026-07-12532.6217
2026-07-19532.2388
2026-07-26529.4348
2026-08-02528.4155
2026-08-09526.9386
2026-08-16522.9419
2026-08-24524.8743
2026-08-31524.9337
2026-09-07523.6165
2026-09-14520.8952
2026-09-21521.8336

High

544.0470

Low

520.8952

Average

532.8104

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.