KMF to IDR exchange rate API
Comoro Franc to Rupiah · quoted 2026-09-25
41.2073
▲ +3.29% over YTD
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 year to date, KMF/IDR traded between 39.7365 and 42.6629, averaged 41.1160 and rose 3.29%. 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 YTD: show the values
| Point | KMF/IDR |
|---|---|
| 2025-12-31 | 39.8930 |
| 2026-01-07 | 39.8822 |
| 2026-01-14 | 39.9140 |
| 2026-01-21 | 40.3154 |
| 2026-01-28 | 40.8113 |
| 2026-02-04 | 40.3653 |
| 2026-02-11 | 40.7080 |
| 2026-02-18 | 40.6544 |
| 2026-02-25 | 40.2852 |
| 2026-03-04 | 39.7365 |
| 2026-03-11 | 39.9141 |
| 2026-03-18 | 39.8466 |
| 2026-03-25 | 39.7717 |
| 2026-04-01 | 39.7681 |
| 2026-04-08 | 40.2725 |
| 2026-04-15 | 41.0385 |
| 2026-04-22 | 40.9506 |
| 2026-04-29 | 41.2082 |
| 2026-05-06 | 41.2059 |
| 2026-05-14 | 41.5859 |
| 2026-05-21 | 41.7549 |
| 2026-05-29 | 42.1499 |
| 2026-06-05 | 42.6629 |
| 2026-06-14 | 42.1632 |
| 2026-06-21 | 41.6112 |
| 2026-06-28 | 41.5398 |
| 2026-07-05 | 41.8696 |
| 2026-07-12 | 42.0049 |
| 2026-07-19 | 41.7949 |
| 2026-07-26 | 41.5338 |
| 2026-08-02 | 42.3444 |
| 2026-08-09 | 42.1149 |
| 2026-08-16 | 42.0134 |
| 2026-08-24 | 42.0461 |
| 2026-08-31 | 41.7258 |
| 2026-09-07 | 41.6465 |
| 2026-09-14 | 41.5235 |
| 2026-09-21 | 41.6890 |
High
42.6629
Low
39.7365
Average
41.1160
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.