Convert CAD to KMF
Canadian Dollar → Comorian Franc
1 CAD = 305.05844 KMF(1 KMF = 0.00327806 CAD)
Currency converter
1 CAD =
305.0584 KMF
CAD to KMF: last 30 days
Over the last 30 days, 1 CAD traded between 304.9199 and 307.5677 KMF, averaging 306.0941 KMF. The CAD/KMF rate is up 0.05% since 2026-08-28.
- 30-day high
- 307.5677
- 2026-09-03
- 30-day low
- 304.9199
- 2026-08-28
- 30-day average
- 306.0941
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
307.5677
304.91992026-08-28 → 2026-09-26
| Date | 1 CAD in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 305.0584 | 0.00% |
| 2026-09-25 | 305.0584 | -0.50% |
| 2026-09-24 | 306.5793 | +0.19% |
| 2026-09-23 | 306.0072 | +0.24% |
| 2026-09-22 | 305.2859 | -0.26% |
| 2026-09-21 | 306.0831 | +0.12% |
| 2026-09-20 | 305.72 | -0.00% |
| 2026-09-19 | 305.7333 | +0.08% |
| 2026-09-18 | 305.496 | -0.38% |
| 2026-09-17 | 306.6619 | +0.29% |
| 2026-09-16 | 305.7761 | -0.20% |
| 2026-09-15 | 306.3757 | +0.04% |
| 2026-09-14 | 306.2528 | +0.06% |
| 2026-09-13 | 306.0761 | -0.00% |
| 2026-09-12 | 306.0844 | +0.03% |
| Date | 1 CAD in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 306.0018 | +0.01% |
| 2026-09-10 | 305.9673 | -0.41% |
| 2026-09-09 | 307.2154 | +0.21% |
| 2026-09-08 | 306.5597 | -0.02% |
| 2026-09-07 | 306.6078 | -0.09% |
| 2026-09-06 | 306.878 | -0.03% |
| 2026-09-05 | 306.9608 | +0.08% |
| 2026-09-04 | 306.7042 | -0.28% |
| 2026-09-03 | 307.5677 | +0.80% |
| 2026-09-02 | 305.1203 | -0.06% |
| 2026-09-01 | 305.2908 | -0.12% |
| 2026-08-31 | 305.6584 | -0.28% |
| 2026-08-30 | 306.5193 | -0.03% |
| 2026-08-29 | 306.6031 | +0.55% |
| 2026-08-28 | 304.9199 | — |
CAD to KMF conversion table
1 CAD305.0584 KMF
5 CAD1,525.2922 KMF
10 CAD3,050.5844 KMF
25 CAD7,626.4611 KMF
50 CAD15,252.922 KMF
100 CAD30,505.844 KMF
500 CAD152,529.22 KMF
1,000 CAD305,058.44 KMF
5,000 CAD1,525,292.2 KMF
10,000 CAD3,050,584.4 KMF
Get the CAD/KMF rate in your app
One GET request returns the latest CAD → KMF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CAD/KMF"fetch('https://rate-api.com/api/v1/pair/CAD/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KMF"
},
"rate": 305.0584,
"timestamp": 1790429383,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
KMF to CADComorian Franc → Canadian Dollar0.0032781Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.