Convert KMF to JPY
Comorian Franc → Japanese Yen
1 KMF = 0.365268 JPY(1 JPY = 2.737717 KMF)
Currency converter
1 KMF =
0.36527 JPY
KMF to JPY: last 30 days
Over the last 30 days, 1 KMF traded between 0.36236 and 0.378 JPY, averaging 0.36793 JPY. The KMF/JPY rate is down 3.37% since 2026-08-28.
- 30-day high
- 0.378
- 2026-08-28
- 30-day low
- 0.36236
- 2026-09-09
- 30-day average
- 0.36793
- Days with data: 30
- 30-day change
- -3.37%
- since 2026-08-28
0.378
0.362362026-08-28 → 2026-09-26
| Date | 1 KMF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.36527 | 0.00% |
| 2026-09-25 | 0.36527 | -0.48% |
| 2026-09-24 | 0.36704 | +0.21% |
| 2026-09-23 | 0.36628 | -0.09% |
| 2026-09-22 | 0.36661 | -0.08% |
| 2026-09-21 | 0.36691 | -0.47% |
| 2026-09-20 | 0.36863 | +0.00% |
| 2026-09-19 | 0.36862 | -0.08% |
| 2026-09-18 | 0.3689 | +1.69% |
| 2026-09-17 | 0.36277 | -0.28% |
| 2026-09-16 | 0.36378 | +0.09% |
| 2026-09-15 | 0.36344 | +0.01% |
| 2026-09-14 | 0.3634 | +0.06% |
| 2026-09-13 | 0.36316 | +0.00% |
| 2026-09-12 | 0.36315 | -0.03% |
| Date | 1 KMF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.36325 | -0.40% |
| 2026-09-10 | 0.36473 | +0.65% |
| 2026-09-09 | 0.36236 | -0.61% |
| 2026-09-08 | 0.3646 | -0.17% |
| 2026-09-07 | 0.36521 | -1.02% |
| 2026-09-06 | 0.36896 | +0.03% |
| 2026-09-05 | 0.36886 | -0.08% |
| 2026-09-04 | 0.36917 | +0.38% |
| 2026-09-03 | 0.36778 | -2.09% |
| 2026-09-02 | 0.37564 | -0.56% |
| 2026-09-01 | 0.37775 | +0.38% |
| 2026-08-31 | 0.37633 | +0.08% |
| 2026-08-30 | 0.37603 | +0.03% |
| 2026-08-29 | 0.37592 | -0.55% |
| 2026-08-28 | 0.378 | — |
KMF to JPY conversion table
1 KMF0.36527 JPY
5 KMF1.8263 JPY
10 KMF3.6527 JPY
25 KMF9.1317 JPY
50 KMF18.2634 JPY
100 KMF36.5268 JPY
500 KMF182.6339 JPY
1,000 KMF365.2679 JPY
5,000 KMF1,826.3392 JPY
10,000 KMF3,652.6785 JPY
Get the KMF/JPY rate in your app
One GET request returns the latest KMF → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/KMF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KMF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KMF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KMF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KMF/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "KMF",
"to": "JPY"
},
"rate": 0.3653,
"timestamp": 1790432085,
"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
JPY to KMFJapanese Yen → Comorian Franc2.7377Convert KMF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.