CAD to KMF exchange rate API
Canadian Dollar to Comoro Franc · quoted 2026-09-25
305.9439
▲ +1.46% over 1Y
1 CAD = 305.9439 KMF · 1 KMF = 0.003269 CAD · Get this rate via the API
1 CAD buys 305.9439 KMF as of 2026-09-25, so 1 KMF buys 0.003269 CAD. Over the last year, CAD/KMF traded between 299.8919 and 311.6865, averaged 305.1019 and rose 1.46%. The API holds daily CAD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/KMF over 1Y: show the values
| Point | CAD/KMF |
|---|---|
| 2025-09-25 | 301.5518 |
| 2025-10-02 | 300.6323 |
| 2025-10-09 | 302.9763 |
| 2025-10-16 | 299.8919 |
| 2025-10-23 | 303.0508 |
| 2025-10-30 | 302.3908 |
| 2025-11-06 | 303.3603 |
| 2025-11-13 | 303.1169 |
| 2025-11-20 | 303.5120 |
| 2025-11-27 | 301.6610 |
| 2025-12-04 | 301.9098 |
| 2025-12-12 | 304.7842 |
| 2025-12-19 | 304.1366 |
| 2025-12-26 | 305.2872 |
| 2026-01-02 | 304.5264 |
| 2026-01-09 | 304.1896 |
| 2026-01-16 | 305.1257 |
| 2026-01-23 | 304.2815 |
| 2026-01-30 | 305.4927 |
| 2026-02-06 | 305.3234 |
| 2026-02-13 | 304.2189 |
| 2026-02-20 | 305.6240 |
| 2026-02-27 | 305.0226 |
| 2026-03-06 | 310.1557 |
| 2026-03-13 | 311.6865 |
| 2026-03-20 | 310.1174 |
| 2026-03-27 | 307.3873 |
| 2026-04-03 | 305.8669 |
| 2026-04-10 | 304.5859 |
| 2026-04-17 | 306.4634 |
| 2026-04-24 | 308.4605 |
| 2026-05-01 | 309.2903 |
| 2026-05-08 | 306.7832 |
| 2026-05-16 | 307.7955 |
| 2026-05-24 | 306.8209 |
| 2026-05-31 | 305.7832 |
| 2026-06-09 | 306.2924 |
| 2026-06-16 | 303.1351 |
| 2026-06-23 | 303.3949 |
| 2026-06-30 | 303.1745 |
| 2026-07-07 | 302.5485 |
| 2026-07-14 | 306.0154 |
| 2026-07-21 | 306.3563 |
| 2026-07-28 | 306.4756 |
| 2026-08-04 | 303.9824 |
| 2026-08-11 | 305.7256 |
| 2026-08-18 | 306.2834 |
| 2026-08-26 | 304.1135 |
| 2026-09-02 | 305.1273 |
| 2026-09-09 | 307.2054 |
| 2026-09-16 | 305.7654 |
| 2026-09-23 | 305.5980 |
High
311.6865
Low
299.8919
Average
305.1019
Get this rate via the API
One GET request returns the CAD/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=CAD¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/KMF API questions
How do I get the CAD/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/KMF rate in rates.KMF.
How far back does CAD/KMF historical data go?
Daily CAD/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 CAD/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.