Convert AUD to KMF
Australian Dollar → Comorian Franc
1 AUD = 303.30934 KMF(1 KMF = 0.00329696 AUD)
Currency converter
1 AUD =
303.3093 KMF
AUD to KMF: last 30 days
Over the last 30 days, 1 AUD traded between 302.7836 and 305.9521 KMF, averaging 304.5341 KMF. The AUD/KMF rate is down 0.21% since 2026-08-28.
- 30-day high
- 305.9521
- 2026-09-21
- 30-day low
- 302.7836
- 2026-09-01
- 30-day average
- 304.5341
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-28
305.9521
302.78362026-08-28 → 2026-09-26
| Date | 1 AUD in KMF | Daily change |
|---|---|---|
| 2026-09-26 | 303.3093 | 0.00% |
| 2026-09-25 | 303.3093 | -0.27% |
| 2026-09-24 | 304.1156 | -0.19% |
| 2026-09-23 | 304.6995 | -0.05% |
| 2026-09-22 | 304.8518 | -0.36% |
| 2026-09-21 | 305.9521 | +0.33% |
| 2026-09-20 | 304.9581 | -0.00% |
| 2026-09-19 | 304.9714 | +0.08% |
| 2026-09-18 | 304.7347 | -0.19% |
| 2026-09-17 | 305.3093 | +0.43% |
| 2026-09-16 | 303.9878 | +0.03% |
| 2026-09-15 | 303.8869 | +0.22% |
| 2026-09-14 | 303.2178 | -0.33% |
| 2026-09-13 | 304.2321 | -0.00% |
| 2026-09-12 | 304.2403 | +0.03% |
| Date | 1 AUD in KMF | Daily change |
|---|---|---|
| 2026-09-11 | 304.1581 | +0.14% |
| 2026-09-10 | 303.7249 | -0.61% |
| 2026-09-09 | 305.5951 | +0.09% |
| 2026-09-08 | 305.3212 | -0.12% |
| 2026-09-07 | 305.7009 | +0.21% |
| 2026-09-06 | 305.0653 | -0.03% |
| 2026-09-05 | 305.1476 | +0.08% |
| 2026-09-04 | 304.8925 | -0.08% |
| 2026-09-03 | 305.1341 | +0.48% |
| 2026-09-02 | 303.681 | +0.30% |
| 2026-09-01 | 302.7836 | -0.39% |
| 2026-08-31 | 303.9728 | -0.51% |
| 2026-08-30 | 305.5269 | -0.03% |
| 2026-08-29 | 305.6104 | +0.55% |
| 2026-08-28 | 303.9327 | — |
AUD to KMF conversion table
1 AUD303.3093 KMF
5 AUD1,516.5467 KMF
10 AUD3,033.0934 KMF
25 AUD7,582.7335 KMF
50 AUD15,165.467 KMF
100 AUD30,330.934 KMF
500 AUD151,654.67 KMF
1,000 AUD303,309.34 KMF
5,000 AUD1,516,546.7 KMF
10,000 AUD3,033,093.4 KMF
Get the AUD/KMF rate in your app
One GET request returns the latest AUD → 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/AUD/KMF"fetch('https://rate-api.com/api/v1/pair/AUD/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "KMF"
},
"rate": 303.3093,
"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 AUDComorian Franc → Australian Dollar0.003297Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.