Skip to content

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

KMF/IDR over 1Y: show the values
PointKMF/IDR
2025-09-2540.0599
2025-10-0239.6428
2025-10-0939.1792
2025-10-1639.4064
2025-10-2339.2063
2025-10-3039.3449
2025-11-0639.0121
2025-11-1339.3670
2025-11-2039.2358
2025-11-2739.2736
2025-12-0439.4843
2025-12-1239.7139
2025-12-1939.8928
2025-12-2640.2261
2026-01-0239.9699
2026-01-0939.9223
2026-01-1639.9207
2026-01-2340.1706
2026-01-3040.6332
2026-02-0640.4373
2026-02-1340.5889
2026-02-2040.3575
2026-02-2740.2898
2026-03-0640.0890
2026-03-1339.5690
2026-03-2039.7906
2026-03-2739.8334
2026-04-0339.9133
2026-04-1040.6063
2026-04-1741.0028
2026-04-2440.8617
2026-05-0141.3637
2026-05-0841.4462
2026-05-1641.6000
2026-05-2441.8264
2026-05-3142.3410
2026-06-0942.0976
2026-06-1641.7159
2026-06-2341.6361
2026-06-3041.4824
2026-07-0741.5932
2026-07-1441.8205
2026-07-2141.5125
2026-07-2841.8683
2026-08-0442.0826
2026-08-1141.8620
2026-08-1842.0364
2026-08-2642.0151
2026-09-0241.6957
2026-09-0941.3165
2026-09-1641.4579
2026-09-2341.3300

High

42.3410

Low

39.0121

Average

40.6473

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=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&currencies=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.