Convert KMF to CNY
Comorian Franc → Chinese Yuan
1 KMF = 0.0155602 CNY(1 CNY = 64.266665 KMF)
Currency converter
1 KMF =
0.01556 CNY
KMF to CNY: last 30 days
Over the last 30 days, 1 KMF traded between 0.01551 and 0.01591 CNY, averaging 0.015752 CNY. The KMF/CNY rate is down 2.20% since 2026-08-28.
- 30-day high
- 0.01591
- 2026-08-28
- 30-day low
- 0.01551
- 2026-09-24
- 30-day average
- 0.015752
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
0.01591
0.015512026-08-28 → 2026-09-26
| Date | 1 KMF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.01556 | 0.00% |
| 2026-09-25 | 0.01556 | +0.33% |
| 2026-09-24 | 0.01551 | -0.31% |
| 2026-09-23 | 0.015558 | -0.45% |
| 2026-09-22 | 0.015627 | +0.05% |
| 2026-09-21 | 0.01562 | -0.11% |
| 2026-09-20 | 0.015637 | +0.00% |
| 2026-09-19 | 0.015636 | -0.08% |
| 2026-09-18 | 0.015649 | +0.13% |
| 2026-09-17 | 0.015629 | -0.68% |
| 2026-09-16 | 0.015736 | -0.01% |
| 2026-09-15 | 0.015737 | -0.23% |
| 2026-09-14 | 0.015774 | -0.26% |
| 2026-09-13 | 0.015815 | +0.00% |
| 2026-09-12 | 0.015815 | -0.03% |
| Date | 1 KMF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.015819 | -0.29% |
| 2026-09-10 | 0.015864 | +0.04% |
| 2026-09-09 | 0.015859 | +0.01% |
| 2026-09-08 | 0.015856 | +0.12% |
| 2026-09-07 | 0.015838 | -0.06% |
| 2026-09-06 | 0.015847 | +0.03% |
| 2026-09-05 | 0.015842 | -0.08% |
| 2026-09-04 | 0.015856 | +0.10% |
| 2026-09-03 | 0.01584 | +0.13% |
| 2026-09-02 | 0.01582 | -0.22% |
| 2026-09-01 | 0.015855 | +0.14% |
| 2026-08-31 | 0.015832 | +0.03% |
| 2026-08-30 | 0.015827 | +0.03% |
| 2026-08-29 | 0.015823 | -0.55% |
| 2026-08-28 | 0.01591 | — |
KMF to CNY conversion table
1 KMF0.01556 CNY
5 KMF0.077801 CNY
10 KMF0.1556 CNY
25 KMF0.389 CNY
50 KMF0.77801 CNY
100 KMF1.556 CNY
500 KMF7.7801 CNY
1,000 KMF15.5602 CNY
5,000 KMF77.8008 CNY
10,000 KMF155.6017 CNY
Get the KMF/CNY rate in your app
One GET request returns the latest KMF → CNY 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/KMF/CNY"fetch('https://rate-api.com/api/v1/pair/KMF/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KMF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KMF/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KMF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KMF/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KMF = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "KMF",
"to": "CNY"
},
"rate": 0.0156,
"timestamp": 1790432107,
"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
CNY to KMFChinese Yuan → Comorian Franc64.2667Convert KMF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.