Skip to content

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

CAD/KMF over YTD: show the values
PointCAD/KMF
2025-12-31306.0284
2026-01-07304.4610
2026-01-14304.5847
2026-01-21304.1046
2026-01-28302.4335
2026-02-04304.7215
2026-02-11304.9988
2026-02-18304.3505
2026-02-25304.8652
2026-03-04310.5614
2026-03-11311.4595
2026-03-18310.9283
2026-03-25307.5374
2026-04-01306.1246
2026-04-08304.1296
2026-04-15303.2981
2026-04-22307.3383
2026-04-29307.8798
2026-05-06309.1606
2026-05-14306.0115
2026-05-21307.4485
2026-05-29306.1947
2026-06-05305.1115
2026-06-14304.0705
2026-06-21302.5614
2026-06-28304.3876
2026-07-05302.7977
2026-07-12304.2512
2026-07-19306.7850
2026-07-26306.9902
2026-08-02304.4171
2026-08-09305.1368
2026-08-16306.5002
2026-08-24304.1890
2026-08-31305.6623
2026-09-07306.6002
2026-09-14306.2506
2026-09-21306.0755

High

311.4595

Low

302.4335

Average

305.8039

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.