Convert JPY to KMF
Japanese Yen → Comorian Franc
1 JPY = 2.737717 KMF(1 KMF = 0.365268 JPY)
Currency converter
1 JPY =
2.7377 KMF
JPY to KMF: last 30 days
Over the last 30 days, 1 JPY traded between 2.6455 and 2.7597 KMF, averaging 2.7184 KMF. The JPY/KMF rate is up 3.49% since 2026-08-28.
- 30-day high
- 2.7597
- 2026-09-09
- 30-day low
- 2.6455
- 2026-08-28
- 30-day average
- 2.7184
- Days with data: 30
- 30-day change
- +3.49%
- since 2026-08-28
2.7597
2.64552026-08-28 → 2026-09-26
| Date | 1 JPY in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 2.7377 | 0.00% |
| 2026-09-25 | 2.7377 | +0.48% |
| 2026-09-24 | 2.7245 | -0.20% |
| 2026-09-23 | 2.7301 | +0.09% |
| 2026-09-22 | 2.7277 | +0.08% |
| 2026-09-21 | 2.7255 | +0.47% |
| 2026-09-20 | 2.7127 | -0.00% |
| 2026-09-19 | 2.7129 | +0.08% |
| 2026-09-18 | 2.7107 | -1.66% |
| 2026-09-17 | 2.7566 | +0.28% |
| 2026-09-16 | 2.7489 | -0.09% |
| 2026-09-15 | 2.7515 | -0.01% |
| 2026-09-14 | 2.7518 | -0.06% |
| 2026-09-13 | 2.7536 | -0.00% |
| 2026-09-12 | 2.7536 | +0.03% |
| Date | 1 JPY in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 2.7529 | +0.41% |
| 2026-09-10 | 2.7418 | -0.65% |
| 2026-09-09 | 2.7597 | +0.62% |
| 2026-09-08 | 2.7427 | +0.17% |
| 2026-09-07 | 2.7382 | +1.03% |
| 2026-09-06 | 2.7103 | -0.03% |
| 2026-09-05 | 2.7111 | +0.08% |
| 2026-09-04 | 2.7088 | -0.38% |
| 2026-09-03 | 2.719 | +2.14% |
| 2026-09-02 | 2.6622 | +0.56% |
| 2026-09-01 | 2.6473 | -0.37% |
| 2026-08-31 | 2.6572 | -0.08% |
| 2026-08-30 | 2.6594 | -0.03% |
| 2026-08-29 | 2.6601 | +0.55% |
| 2026-08-28 | 2.6455 | — |
JPY to KMF conversion table
1 JPY2.7377 KMF
5 JPY13.6886 KMF
10 JPY27.3772 KMF
25 JPY68.4429 KMF
50 JPY136.8859 KMF
100 JPY273.7717 KMF
500 JPY1,368.8585 KMF
1,000 JPY2,737.717 KMF
5,000 JPY13,688.585 KMF
10,000 JPY27,377.17 KMF
Get the JPY/KMF rate in your app
One GET request returns the latest JPY → 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/JPY/KMF"fetch('https://rate-api.com/api/v1/pair/JPY/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "KMF"
},
"rate": 2.7377,
"timestamp": 1790429311,
"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 JPYComorian Franc → Japanese Yen0.36527Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.