Skip to content

KMF to IDR exchange rate API

Comoro Franc to Rupiah · quoted 2026-09-25

41.2073

▼ +1.92% over 30D

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 30 days, KMF/IDR traded between 41.2073 and 42.0151, averaged 41.6038 and fell 1.92%. 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 30D

KMF/IDR over 30D: show the values
PointKMF/IDR
2026-08-2642.0151
2026-08-2742.0006
2026-08-2841.9404
2026-08-2941.8007
2026-08-3041.7733
2026-08-3141.7258
2026-09-0141.8519
2026-09-0241.6957
2026-09-0341.6008
2026-09-0441.6668
2026-09-0541.6319
2026-09-0641.7430
2026-09-0741.6465
2026-09-0841.5798
2026-09-0941.3165
2026-09-1041.5735
2026-09-1141.5101
2026-09-1241.4801
2026-09-1341.5030
2026-09-1441.5235
2026-09-1541.4957
2026-09-1641.4579
2026-09-1741.3052
2026-09-1841.6418
2026-09-1941.5564
2026-09-2041.5125
2026-09-2141.6890
2026-09-2241.5625
2026-09-2341.3300
2026-09-2441.4694
2026-09-2541.5153

High

42.0151

Low

41.2073

Average

41.6038

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.