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: show the values
| Point | USD/KMF |
|---|---|
| 2025-09-25 | 418.9715 |
| 2025-10-02 | 419.1305 |
| 2025-10-09 | 422.6688 |
| 2025-10-16 | 421.4291 |
| 2025-10-23 | 424.0305 |
| 2025-10-30 | 423.5827 |
| 2025-11-06 | 427.4871 |
| 2025-11-13 | 424.5043 |
| 2025-11-20 | 426.8778 |
| 2025-11-27 | 423.6947 |
| 2025-12-04 | 421.8091 |
| 2025-12-12 | 419.3087 |
| 2025-12-19 | 419.5120 |
| 2025-12-26 | 417.3783 |
| 2026-01-02 | 418.2201 |
| 2026-01-09 | 422.3171 |
| 2026-01-16 | 423.7928 |
| 2026-01-23 | 418.7951 |
| 2026-01-30 | 413.1673 |
| 2026-02-06 | 417.2633 |
| 2026-02-13 | 414.4730 |
| 2026-02-20 | 418.4763 |
| 2026-02-27 | 417.0062 |
| 2026-03-06 | 423.3955 |
| 2026-03-13 | 427.1158 |
| 2026-03-20 | 425.3614 |
| 2026-03-27 | 426.3440 |
| 2026-04-03 | 426.4903 |
| 2026-04-10 | 420.9999 |
| 2026-04-17 | 419.0004 |
| 2026-04-24 | 421.9999 |
| 2026-05-01 | 419.9998 |
| 2026-05-08 | 419.0000 |
| 2026-05-16 | 423.2056 |
| 2026-05-24 | 423.9707 |
| 2026-05-31 | 421.9391 |
| 2026-06-09 | 426.3955 |
| 2026-06-16 | 424.8178 |
| 2026-06-23 | 430.4305 |
| 2026-06-30 | 431.5858 |
| 2026-07-07 | 430.1517 |
| 2026-07-14 | 431.8559 |
| 2026-07-21 | 431.1472 |
| 2026-07-28 | 432.3604 |
| 2026-08-04 | 427.4233 |
| 2026-08-11 | 426.1081 |
| 2026-08-18 | 424.9231 |
| 2026-08-26 | 421.5735 |
| 2026-09-02 | 424.8800 |
| 2026-09-09 | 422.9742 |
| 2026-09-16 | 426.2213 |
| 2026-09-23 | 430.5580 |
High
432.7025
Low
413.1673
Average
423.5628
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.