CAD to KMF exchange rate API
Canadian Dollar to Comoro Franc · quoted 2026-09-25
305.9439
▼ +0.03% over YTD
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 year to date, CAD/KMF traded between 302.4335 and 311.4595, averaged 305.8039 and fell 0.03%. 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 YTD: show the values
| Point | CAD/KMF |
|---|---|
| 2025-12-31 | 306.0284 |
| 2026-01-07 | 304.4610 |
| 2026-01-14 | 304.5847 |
| 2026-01-21 | 304.1046 |
| 2026-01-28 | 302.4335 |
| 2026-02-04 | 304.7215 |
| 2026-02-11 | 304.9988 |
| 2026-02-18 | 304.3505 |
| 2026-02-25 | 304.8652 |
| 2026-03-04 | 310.5614 |
| 2026-03-11 | 311.4595 |
| 2026-03-18 | 310.9283 |
| 2026-03-25 | 307.5374 |
| 2026-04-01 | 306.1246 |
| 2026-04-08 | 304.1296 |
| 2026-04-15 | 303.2981 |
| 2026-04-22 | 307.3383 |
| 2026-04-29 | 307.8798 |
| 2026-05-06 | 309.1606 |
| 2026-05-14 | 306.0115 |
| 2026-05-21 | 307.4485 |
| 2026-05-29 | 306.1947 |
| 2026-06-05 | 305.1115 |
| 2026-06-14 | 304.0705 |
| 2026-06-21 | 302.5614 |
| 2026-06-28 | 304.3876 |
| 2026-07-05 | 302.7977 |
| 2026-07-12 | 304.2512 |
| 2026-07-19 | 306.7850 |
| 2026-07-26 | 306.9902 |
| 2026-08-02 | 304.4171 |
| 2026-08-09 | 305.1368 |
| 2026-08-16 | 306.5002 |
| 2026-08-24 | 304.1890 |
| 2026-08-31 | 305.6623 |
| 2026-09-07 | 306.6002 |
| 2026-09-14 | 306.2506 |
| 2026-09-21 | 306.0755 |
High
311.4595
Low
302.4335
Average
305.8039
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.