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: show the values
| Point | CHF/KMF |
|---|---|
| 2024-08-24 | 517.7296 |
| 2024-10-07 | 524.3655 |
| 2024-11-06 | 518.4468 |
| 2024-12-06 | 530.5066 |
| 2025-01-05 | 525.1050 |
| 2025-02-04 | 524.7904 |
| 2025-03-06 | 513.4536 |
| 2025-04-06 | 522.9871 |
| 2025-05-06 | 527.8275 |
| 2025-06-07 | 525.0471 |
| 2025-07-07 | 523.9156 |
| 2025-08-06 | 526.7103 |
| 2025-09-05 | 525.3727 |
| 2025-10-06 | 526.1679 |
| 2025-11-05 | 528.5573 |
| 2025-12-05 | 524.9298 |
| 2026-01-05 | 528.2520 |
| 2026-02-04 | 536.3872 |
| 2026-03-06 | 541.1697 |
| 2026-04-05 | 533.7514 |
| 2026-05-05 | 536.1726 |
| 2026-06-06 | 536.4667 |
| 2026-07-08 | 532.8931 |
| 2026-08-07 | 526.8748 |
| 2026-09-07 | 523.6165 |
High
541.1697
Low
513.4536
Average
527.0726
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.