Skip to content

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

KMF/IDR over YTD: show the values
PointKMF/IDR
2025-12-3139.8930
2026-01-0739.8822
2026-01-1439.9140
2026-01-2140.3154
2026-01-2840.8113
2026-02-0440.3653
2026-02-1140.7080
2026-02-1840.6544
2026-02-2540.2852
2026-03-0439.7365
2026-03-1139.9141
2026-03-1839.8466
2026-03-2539.7717
2026-04-0139.7681
2026-04-0840.2725
2026-04-1541.0385
2026-04-2240.9506
2026-04-2941.2082
2026-05-0641.2059
2026-05-1441.5859
2026-05-2141.7549
2026-05-2942.1499
2026-06-0542.6629
2026-06-1442.1632
2026-06-2141.6112
2026-06-2841.5398
2026-07-0541.8696
2026-07-1242.0049
2026-07-1941.7949
2026-07-2641.5338
2026-08-0242.3444
2026-08-0942.1149
2026-08-1642.0134
2026-08-2442.0461
2026-08-3141.7258
2026-09-0741.6465
2026-09-1441.5235
2026-09-2141.6890

High

42.6629

Low

39.7365

Average

41.1160

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.