Skip to content

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

CAD/KMF over 1Y: show the values
PointCAD/KMF
2025-09-25301.5518
2025-10-02300.6323
2025-10-09302.9763
2025-10-16299.8919
2025-10-23303.0508
2025-10-30302.3908
2025-11-06303.3603
2025-11-13303.1169
2025-11-20303.5120
2025-11-27301.6610
2025-12-04301.9098
2025-12-12304.7842
2025-12-19304.1366
2025-12-26305.2872
2026-01-02304.5264
2026-01-09304.1896
2026-01-16305.1257
2026-01-23304.2815
2026-01-30305.4927
2026-02-06305.3234
2026-02-13304.2189
2026-02-20305.6240
2026-02-27305.0226
2026-03-06310.1557
2026-03-13311.6865
2026-03-20310.1174
2026-03-27307.3873
2026-04-03305.8669
2026-04-10304.5859
2026-04-17306.4634
2026-04-24308.4605
2026-05-01309.2903
2026-05-08306.7832
2026-05-16307.7955
2026-05-24306.8209
2026-05-31305.7832
2026-06-09306.2924
2026-06-16303.1351
2026-06-23303.3949
2026-06-30303.1745
2026-07-07302.5485
2026-07-14306.0154
2026-07-21306.3563
2026-07-28306.4756
2026-08-04303.9824
2026-08-11305.7256
2026-08-18306.2834
2026-08-26304.1135
2026-09-02305.1273
2026-09-09307.2054
2026-09-16305.7654
2026-09-23305.5980

High

311.6865

Low

299.8919

Average

305.1019

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.