Convert INR to KMF
Indian Rupee → Comorian Franc
1 INR = 4.502705 KMF(1 KMF = 0.222089 INR)
Currency converter
1 INR =
4.5027 KMF
INR to KMF: last 30 days
Over the last 30 days, 1 INR traded between 4.4285 and 4.5103 KMF, averaging 4.4663 KMF. The INR/KMF rate is up 1.68% since 2026-08-28.
- 30-day high
- 4.5103
- 2026-09-24
- 30-day low
- 4.4285
- 2026-08-28
- 30-day average
- 4.4663
- Days with data: 30
- 30-day change
- +1.68%
- since 2026-08-28
4.5103
4.42852026-08-28 → 2026-09-26
| Date | 1 INR in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 4.5027 | 0.00% |
| 2026-09-25 | 4.5027 | -0.17% |
| 2026-09-24 | 4.5103 | +0.16% |
| 2026-09-23 | 4.5031 | +0.40% |
| 2026-09-22 | 4.4852 | +0.27% |
| 2026-09-21 | 4.4734 | +0.14% |
| 2026-09-20 | 4.4672 | -0.00% |
| 2026-09-19 | 4.4674 | +0.08% |
| 2026-09-18 | 4.4639 | -0.21% |
| 2026-09-17 | 4.4734 | +0.71% |
| 2026-09-16 | 4.4417 | -0.06% |
| 2026-09-15 | 4.4443 | -0.14% |
| 2026-09-14 | 4.4505 | +0.27% |
| 2026-09-13 | 4.4387 | -0.00% |
| 2026-09-12 | 4.4388 | +0.03% |
| Date | 1 INR in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 4.4376 | +0.19% |
| 2026-09-10 | 4.4292 | -0.40% |
| 2026-09-09 | 4.4472 | -0.35% |
| 2026-09-08 | 4.4628 | -0.48% |
| 2026-09-07 | 4.4844 | +0.06% |
| 2026-09-06 | 4.4819 | -0.03% |
| 2026-09-05 | 4.4831 | +0.08% |
| 2026-09-04 | 4.4793 | -0.22% |
| 2026-09-03 | 4.4893 | +0.35% |
| 2026-09-02 | 4.4738 | +0.19% |
| 2026-09-01 | 4.4654 | +0.13% |
| 2026-08-31 | 4.4598 | +0.18% |
| 2026-08-30 | 4.4517 | -0.03% |
| 2026-08-29 | 4.453 | +0.55% |
| 2026-08-28 | 4.4285 | — |
INR to KMF conversion table
1 INR4.5027 KMF
5 INR22.5135 KMF
10 INR45.027 KMF
25 INR112.5676 KMF
50 INR225.1352 KMF
100 INR450.2705 KMF
500 INR2,251.3523 KMF
1,000 INR4,502.7045 KMF
5,000 INR22,513.523 KMF
10,000 INR45,027.045 KMF
Get the INR/KMF rate in your app
One GET request returns the latest INR → 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/INR/KMF"fetch('https://rate-api.com/api/v1/pair/INR/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "KMF"
},
"rate": 4.5027,
"timestamp": 1790438185,
"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 INRComorian Franc → Indian Rupee0.22209Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.