Convert EUR to KMF
Euro → Comorian Franc
1 EUR = 491.96775 KMF(1 KMF = 0.00203265 EUR)
Currency converter
1 EUR =
491.9678 KMF
EUR to KMF: last 30 days
Over the last 30 days, 1 EUR traded between 490.488 and 494.5545 KMF, averaging 492.0038 KMF. The EUR/KMF rate is up 0.03% since 2026-08-28.
- 30-day high
- 494.5545
- 2026-08-29
- 30-day low
- 490.488
- 2026-09-18
- 30-day average
- 492.0038
- Days with data: 30
- 30-day change
- +0.03%
- since 2026-08-28
494.5545
490.4882026-08-28 → 2026-09-26
| Date | 1 EUR in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 491.9678 | 0.00% |
| 2026-09-25 | 491.9678 | 0.00% |
| 2026-09-24 | 491.9678 | 0.00% |
| 2026-09-23 | 491.9678 | +0.10% |
| 2026-09-22 | 491.4698 | -0.21% |
| 2026-09-21 | 492.5071 | +0.34% |
| 2026-09-20 | 490.8477 | -0.00% |
| 2026-09-19 | 490.8691 | +0.08% |
| 2026-09-18 | 490.488 | -0.46% |
| 2026-09-17 | 492.7363 | +0.20% |
| 2026-09-16 | 491.7296 | -0.08% |
| 2026-09-15 | 492.1072 | +0.17% |
| 2026-09-14 | 491.2539 | -0.09% |
| 2026-09-13 | 491.6889 | -0.00% |
| 2026-09-12 | 491.7021 | +0.03% |
| Date | 1 EUR in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 491.5694 | +0.11% |
| 2026-09-10 | 491.0375 | -0.37% |
| 2026-09-09 | 492.8505 | +0.27% |
| 2026-09-08 | 491.5109 | -0.19% |
| 2026-09-07 | 492.4596 | +0.06% |
| 2026-09-06 | 492.1803 | -0.03% |
| 2026-09-05 | 492.3131 | +0.08% |
| 2026-09-04 | 491.9016 | -0.16% |
| 2026-09-03 | 492.7028 | +0.16% |
| 2026-09-02 | 491.9244 | +0.11% |
| 2026-09-01 | 491.4035 | -0.16% |
| 2026-08-31 | 492.1753 | -0.45% |
| 2026-08-30 | 494.4193 | -0.03% |
| 2026-08-29 | 494.5545 | +0.55% |
| 2026-08-28 | 491.8396 | — |
EUR to KMF conversion table
1 EUR491.9678 KMF
5 EUR2,459.8388 KMF
10 EUR4,919.6775 KMF
25 EUR12,299.194 KMF
50 EUR24,598.388 KMF
100 EUR49,196.775 KMF
500 EUR245,983.88 KMF
1,000 EUR491,967.75 KMF
5,000 EUR2,459,838.8 KMF
10,000 EUR4,919,677.5 KMF
Get the EUR/KMF rate in your app
One GET request returns the latest EUR → 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/EUR/KMF"fetch('https://rate-api.com/api/v1/pair/EUR/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "KMF"
},
"rate": 491.9678,
"timestamp": 1790429387,
"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 EURComorian Franc → Euro0.0020327Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.