Convert CNY to KMF
Chinese Yuan → Comorian Franc
1 CNY = 64.266665 KMF(1 KMF = 0.0155602 CNY)
Currency converter
1 CNY =
64.2667 KMF
CNY to KMF: last 30 days
Over the last 30 days, 1 CNY traded between 62.8541 and 64.4764 KMF, averaging 63.4889 KMF. The CNY/KMF rate is up 2.25% since 2026-08-28.
- 30-day high
- 64.4764
- 2026-09-24
- 30-day low
- 62.8541
- 2026-08-28
- 30-day average
- 63.4889
- Days with data: 30
- 30-day change
- +2.25%
- since 2026-08-28
64.4764
62.85412026-08-28 → 2026-09-26
| Date | 1 CNY in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 64.2667 | 0.00% |
| 2026-09-25 | 64.2667 | -0.33% |
| 2026-09-24 | 64.4764 | +0.31% |
| 2026-09-23 | 64.2776 | +0.45% |
| 2026-09-22 | 63.9906 | -0.05% |
| 2026-09-21 | 64.0199 | +0.11% |
| 2026-09-20 | 63.9503 | -0.00% |
| 2026-09-19 | 63.9531 | +0.08% |
| 2026-09-18 | 63.9035 | -0.13% |
| 2026-09-17 | 63.9841 | +0.69% |
| 2026-09-16 | 63.5478 | +0.01% |
| 2026-09-15 | 63.5439 | +0.23% |
| 2026-09-14 | 63.3971 | +0.26% |
| 2026-09-13 | 63.2301 | -0.00% |
| 2026-09-12 | 63.2318 | +0.03% |
| Date | 1 CNY in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 63.2148 | +0.29% |
| 2026-09-10 | 63.0339 | -0.04% |
| 2026-09-09 | 63.0571 | -0.01% |
| 2026-09-08 | 63.0662 | -0.12% |
| 2026-09-07 | 63.1399 | +0.06% |
| 2026-09-06 | 63.105 | -0.03% |
| 2026-09-05 | 63.1221 | +0.08% |
| 2026-09-04 | 63.0693 | -0.10% |
| 2026-09-03 | 63.1331 | -0.13% |
| 2026-09-02 | 63.2121 | +0.22% |
| 2026-09-01 | 63.0718 | -0.14% |
| 2026-08-31 | 63.1631 | -0.03% |
| 2026-08-30 | 63.1838 | -0.03% |
| 2026-08-29 | 63.201 | +0.55% |
| 2026-08-28 | 62.8541 | — |
CNY to KMF conversion table
1 CNY64.2667 KMF
5 CNY321.3333 KMF
10 CNY642.6667 KMF
25 CNY1,606.6666 KMF
50 CNY3,213.3333 KMF
100 CNY6,426.6665 KMF
500 CNY32,133.333 KMF
1,000 CNY64,266.665 KMF
5,000 CNY321,333.33 KMF
10,000 CNY642,666.65 KMF
Get the CNY/KMF rate in your app
One GET request returns the latest CNY → 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/CNY/KMF"fetch('https://rate-api.com/api/v1/pair/CNY/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "KMF"
},
"rate": 64.2667,
"timestamp": 1790429371,
"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 CNYComorian Franc → Chinese Yuan0.01556Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.