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: show the values
| Point | CHF/KMF |
|---|---|
| 2025-09-24 | 525.0049 |
| 2025-10-01 | 524.6311 |
| 2025-10-08 | 528.7142 |
| 2025-10-15 | 528.8337 |
| 2025-10-22 | 532.3143 |
| 2025-10-29 | 529.7053 |
| 2025-11-05 | 528.5573 |
| 2025-11-12 | 531.8354 |
| 2025-11-19 | 530.1793 |
| 2025-11-26 | 526.5178 |
| 2025-12-03 | 528.3599 |
| 2025-12-11 | 528.3544 |
| 2025-12-18 | 527.2008 |
| 2025-12-25 | 530.1059 |
| 2026-01-01 | 528.4146 |
| 2026-01-08 | 528.3346 |
| 2026-01-15 | 527.5456 |
| 2026-01-22 | 530.6517 |
| 2026-01-29 | 535.7412 |
| 2026-02-05 | 537.0218 |
| 2026-02-12 | 539.0191 |
| 2026-02-19 | 537.5719 |
| 2026-02-26 | 538.0066 |
| 2026-03-05 | 542.5010 |
| 2026-03-12 | 545.5463 |
| 2026-03-19 | 539.3680 |
| 2026-03-26 | 536.6411 |
| 2026-04-02 | 532.9264 |
| 2026-04-09 | 536.8363 |
| 2026-04-16 | 533.5730 |
| 2026-04-23 | 536.4691 |
| 2026-04-30 | 537.3504 |
| 2026-05-07 | 538.5649 |
| 2026-05-15 | 536.6388 |
| 2026-05-23 | 540.2283 |
| 2026-05-30 | 540.2447 |
| 2026-06-06 | 536.4667 |
| 2026-06-15 | 533.7267 |
| 2026-06-22 | 531.4731 |
| 2026-06-29 | 534.4615 |
| 2026-07-06 | 533.8640 |
| 2026-07-13 | 532.9844 |
| 2026-07-20 | 531.9596 |
| 2026-07-27 | 529.2831 |
| 2026-08-03 | 528.1274 |
| 2026-08-10 | 526.8014 |
| 2026-08-17 | 524.5987 |
| 2026-08-25 | 525.4154 |
| 2026-09-01 | 523.1021 |
| 2026-09-08 | 521.4975 |
| 2026-09-15 | 521.2476 |
| 2026-09-22 | 523.2287 |
High
545.5463
Low
521.2476
Average
531.7007
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.