Skip to content

KMF to IDR exchange rate API

Comoro Franc to Rupiah · quoted 2026-09-25

41.2073

▲ +3.37% over 6M

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 6 months, KMF/IDR traded between 39.8538 and 42.1885, averaged 41.5604 and rose 3.37%. 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 6M

KMF/IDR over 6M: show the values
PointKMF/IDR
2026-03-2939.8634
2026-04-0539.8538
2026-04-1240.7616
2026-04-1941.1611
2026-04-2641.1362
2026-05-0341.3302
2026-05-1041.6381
2026-05-1841.7052
2026-05-2642.1768
2026-06-0242.1698
2026-06-1142.1885
2026-06-1841.8722
2026-06-2541.5586
2026-07-0241.6187
2026-07-0942.0537
2026-07-1641.9172
2026-07-2341.7300
2026-07-3042.0933
2026-08-0642.0334
2026-08-1341.8244
2026-08-2141.9633
2026-08-2841.9404
2026-09-0441.6668
2026-09-1141.5101
2026-09-1841.6418
2026-09-2541.5153

High

42.1885

Low

39.8538

Average

41.5604

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.