Skip to content

USD to KMF exchange rate API

US Dollar to Comoro Franc · quoted 2026-09-25

432.7025

▲ +3.28% over 1Y

1 USD = 432.7025 KMF · 1 KMF = 0.002311 USD · Get this rate via the API

1 USD buys 432.7025 KMF as of 2026-09-25, so 1 KMF buys 0.002311 USD. Over the last year, USD/KMF traded between 413.1673 and 432.7025, averaged 423.5628 and rose 3.28%. The API holds daily USD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/KMF over 1Y

USD/KMF over 1Y: show the values
PointUSD/KMF
2025-09-25418.9715
2025-10-02419.1305
2025-10-09422.6688
2025-10-16421.4291
2025-10-23424.0305
2025-10-30423.5827
2025-11-06427.4871
2025-11-13424.5043
2025-11-20426.8778
2025-11-27423.6947
2025-12-04421.8091
2025-12-12419.3087
2025-12-19419.5120
2025-12-26417.3783
2026-01-02418.2201
2026-01-09422.3171
2026-01-16423.7928
2026-01-23418.7951
2026-01-30413.1673
2026-02-06417.2633
2026-02-13414.4730
2026-02-20418.4763
2026-02-27417.0062
2026-03-06423.3955
2026-03-13427.1158
2026-03-20425.3614
2026-03-27426.3440
2026-04-03426.4903
2026-04-10420.9999
2026-04-17419.0004
2026-04-24421.9999
2026-05-01419.9998
2026-05-08419.0000
2026-05-16423.2056
2026-05-24423.9707
2026-05-31421.9391
2026-06-09426.3955
2026-06-16424.8178
2026-06-23430.4305
2026-06-30431.5858
2026-07-07430.1517
2026-07-14431.8559
2026-07-21431.1472
2026-07-28432.3604
2026-08-04427.4233
2026-08-11426.1081
2026-08-18424.9231
2026-08-26421.5735
2026-09-02424.8800
2026-09-09422.9742
2026-09-16426.2213
2026-09-23430.5580

High

432.7025

Low

413.1673

Average

423.5628

For developers

Get this rate via the API

One GET request returns the USD/KMF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/KMF API questions

How do I get the USD/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/KMF rate in rates.KMF.

How far back does USD/KMF historical data go?

Daily USD/KMF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/KMF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.