Skip to content

CHF to KMF exchange rate API

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

522.3898

▼ +0.50% over 1Y

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 year, CHF/KMF traded between 521.2476 and 545.5463, averaged 531.7007 and fell 0.50%. 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 1Y

CHF/KMF over 1Y: show the values
PointCHF/KMF
2025-09-24525.0049
2025-10-01524.6311
2025-10-08528.7142
2025-10-15528.8337
2025-10-22532.3143
2025-10-29529.7053
2025-11-05528.5573
2025-11-12531.8354
2025-11-19530.1793
2025-11-26526.5178
2025-12-03528.3599
2025-12-11528.3544
2025-12-18527.2008
2025-12-25530.1059
2026-01-01528.4146
2026-01-08528.3346
2026-01-15527.5456
2026-01-22530.6517
2026-01-29535.7412
2026-02-05537.0218
2026-02-12539.0191
2026-02-19537.5719
2026-02-26538.0066
2026-03-05542.5010
2026-03-12545.5463
2026-03-19539.3680
2026-03-26536.6411
2026-04-02532.9264
2026-04-09536.8363
2026-04-16533.5730
2026-04-23536.4691
2026-04-30537.3504
2026-05-07538.5649
2026-05-15536.6388
2026-05-23540.2283
2026-05-30540.2447
2026-06-06536.4667
2026-06-15533.7267
2026-06-22531.4731
2026-06-29534.4615
2026-07-06533.8640
2026-07-13532.9844
2026-07-20531.9596
2026-07-27529.2831
2026-08-03528.1274
2026-08-10526.8014
2026-08-17524.5987
2026-08-25525.4154
2026-09-01523.1021
2026-09-08521.4975
2026-09-15521.2476
2026-09-22523.2287

High

545.5463

Low

521.2476

Average

531.7007

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.