Convert USD to KMF
US Dollar → Comorian Franc
1 USD = 431.43712 KMF(1 KMF = 0.00231783 USD)
Currency converter
1 USD =
431.4371 KMF
USD to KMF: last 30 days
Over the last 30 days, 1 USD traded between 422.7244 and 432.8035 KMF, averaging 426.3246 KMF. The USD/KMF rate is up 1.57% since 2026-08-29.
- 30-day high
- 432.8035
- 2026-09-24
- 30-day low
- 422.7244
- 2026-09-10
- 30-day average
- 426.3246
- Days with data: 30
- 30-day change
- +1.57%
- since 2026-08-29
432.8035
422.72442026-08-29 → 2026-09-27
| Date | 1 USD in KMF | Daily change |
|---|---|---|
| 2026-09-27 | 431.4371 | 0.00% |
| 2026-09-26 | 431.4371 | 0.00% |
| 2026-09-25 | 431.4371 | -0.32% |
| 2026-09-24 | 432.8035 | +0.39% |
| 2026-09-23 | 431.1347 | +0.56% |
| 2026-09-22 | 428.7435 | +0.02% |
| 2026-09-21 | 428.6388 | +0.08% |
| 2026-09-20 | 428.3137 | -0.00% |
| 2026-09-19 | 428.3324 | +0.08% |
| 2026-09-18 | 427.9998 | -0.27% |
| 2026-09-17 | 429.1733 | +0.69% |
| 2026-09-16 | 426.2213 | -0.06% |
| 2026-09-15 | 426.4749 | +0.28% |
| 2026-09-14 | 425.2932 | +0.27% |
| 2026-09-13 | 424.1603 | -0.00% |
| Date | 1 USD in KMF | Daily change |
|---|---|---|
| 2026-09-12 | 424.1718 | +0.03% |
| 2026-09-11 | 424.0573 | +0.32% |
| 2026-09-10 | 422.7244 | -0.06% |
| 2026-09-09 | 422.9742 | -0.05% |
| 2026-09-08 | 423.2056 | -0.12% |
| 2026-09-07 | 423.732 | +0.06% |
| 2026-09-06 | 423.4916 | -0.03% |
| 2026-09-05 | 423.6058 | +0.08% |
| 2026-09-04 | 423.2518 | -0.22% |
| 2026-09-03 | 424.1974 | -0.16% |
| 2026-09-02 | 424.88 | +0.21% |
| 2026-09-01 | 423.9878 | -0.11% |
| 2026-08-31 | 424.4372 | -0.05% |
| 2026-08-30 | 424.6518 | -0.03% |
| 2026-08-29 | 424.7679 | — |
USD to KMF conversion table
1 USD431.4371 KMF
5 USD2,157.1856 KMF
10 USD4,314.3712 KMF
25 USD10,785.928 KMF
50 USD21,571.856 KMF
100 USD43,143.712 KMF
500 USD215,718.56 KMF
1,000 USD431,437.12 KMF
5,000 USD2,157,185.6 KMF
10,000 USD4,314,371.2 KMF
Get the USD/KMF rate in your app
One GET request returns the latest USD → 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/USD/KMF"fetch('https://rate-api.com/api/v1/pair/USD/KMF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} KMF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/KMF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} KMF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/KMF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} KMF\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "KMF"
},
"rate": 431.4371,
"timestamp": 1790470776,
"date": "2026-09-27"
}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 USDComorian Franc → US Dollar0.0023178Convert USD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.