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: show the values
| Point | CHF/KMF |
|---|---|
| 2025-12-31 | 528.6008 |
| 2026-01-07 | 527.9966 |
| 2026-01-14 | 527.6789 |
| 2026-01-21 | 531.2968 |
| 2026-01-28 | 534.6238 |
| 2026-02-04 | 536.3872 |
| 2026-02-11 | 537.5067 |
| 2026-02-18 | 539.1851 |
| 2026-02-25 | 538.7065 |
| 2026-03-04 | 544.0470 |
| 2026-03-11 | 542.9076 |
| 2026-03-18 | 540.5693 |
| 2026-03-25 | 536.8214 |
| 2026-04-01 | 537.0422 |
| 2026-04-08 | 535.0217 |
| 2026-04-15 | 534.0615 |
| 2026-04-22 | 537.0967 |
| 2026-04-29 | 533.5894 |
| 2026-05-06 | 539.6899 |
| 2026-05-14 | 537.1087 |
| 2026-05-21 | 536.9673 |
| 2026-05-29 | 540.2011 |
| 2026-06-05 | 537.3621 |
| 2026-06-14 | 534.5700 |
| 2026-06-21 | 530.8968 |
| 2026-06-28 | 533.3247 |
| 2026-07-05 | 535.2107 |
| 2026-07-12 | 532.6217 |
| 2026-07-19 | 532.2388 |
| 2026-07-26 | 529.4348 |
| 2026-08-02 | 528.4155 |
| 2026-08-09 | 526.9386 |
| 2026-08-16 | 522.9419 |
| 2026-08-24 | 524.8743 |
| 2026-08-31 | 524.9337 |
| 2026-09-07 | 523.6165 |
| 2026-09-14 | 520.8952 |
| 2026-09-21 | 521.8336 |
High
544.0470
Low
520.8952
Average
532.8104
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.