KMF to IDR exchange rate API
Comoro Franc to Rupiah · quoted 2026-09-25
41.2073
▲ +2.86% over 1Y
1 KMF = 41.2073 IDR · 1 IDR = 0.02427 KMF · Get this rate via the API
1 KMF buys 41.2073 IDR as of 2026-09-25, so 1 IDR buys 0.02427 KMF. Over the last year, KMF/IDR traded between 39.0121 and 42.3410, averaged 40.6473 and rose 2.86%. The API holds daily KMF/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/IDR over 1Y: show the values
| Point | KMF/IDR |
|---|---|
| 2025-09-25 | 40.0599 |
| 2025-10-02 | 39.6428 |
| 2025-10-09 | 39.1792 |
| 2025-10-16 | 39.4064 |
| 2025-10-23 | 39.2063 |
| 2025-10-30 | 39.3449 |
| 2025-11-06 | 39.0121 |
| 2025-11-13 | 39.3670 |
| 2025-11-20 | 39.2358 |
| 2025-11-27 | 39.2736 |
| 2025-12-04 | 39.4843 |
| 2025-12-12 | 39.7139 |
| 2025-12-19 | 39.8928 |
| 2025-12-26 | 40.2261 |
| 2026-01-02 | 39.9699 |
| 2026-01-09 | 39.9223 |
| 2026-01-16 | 39.9207 |
| 2026-01-23 | 40.1706 |
| 2026-01-30 | 40.6332 |
| 2026-02-06 | 40.4373 |
| 2026-02-13 | 40.5889 |
| 2026-02-20 | 40.3575 |
| 2026-02-27 | 40.2898 |
| 2026-03-06 | 40.0890 |
| 2026-03-13 | 39.5690 |
| 2026-03-20 | 39.7906 |
| 2026-03-27 | 39.8334 |
| 2026-04-03 | 39.9133 |
| 2026-04-10 | 40.6063 |
| 2026-04-17 | 41.0028 |
| 2026-04-24 | 40.8617 |
| 2026-05-01 | 41.3637 |
| 2026-05-08 | 41.4462 |
| 2026-05-16 | 41.6000 |
| 2026-05-24 | 41.8264 |
| 2026-05-31 | 42.3410 |
| 2026-06-09 | 42.0976 |
| 2026-06-16 | 41.7159 |
| 2026-06-23 | 41.6361 |
| 2026-06-30 | 41.4824 |
| 2026-07-07 | 41.5932 |
| 2026-07-14 | 41.8205 |
| 2026-07-21 | 41.5125 |
| 2026-07-28 | 41.8683 |
| 2026-08-04 | 42.0826 |
| 2026-08-11 | 41.8620 |
| 2026-08-18 | 42.0364 |
| 2026-08-26 | 42.0151 |
| 2026-09-02 | 41.6957 |
| 2026-09-09 | 41.3165 |
| 2026-09-16 | 41.4579 |
| 2026-09-23 | 41.3300 |
High
42.3410
Low
39.0121
Average
40.6473
Get this rate via the API
One GET request returns the KMF/IDR 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=KMF¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/IDR API questions
How do I get the KMF/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/IDR rate in rates.IDR.
How far back does KMF/IDR historical data go?
Daily KMF/IDR 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 KMF/IDR 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.