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: show the values
| Point | KMF/IDR |
|---|---|
| 2026-08-26 | 42.0151 |
| 2026-08-27 | 42.0006 |
| 2026-08-28 | 41.9404 |
| 2026-08-29 | 41.8007 |
| 2026-08-30 | 41.7733 |
| 2026-08-31 | 41.7258 |
| 2026-09-01 | 41.8519 |
| 2026-09-02 | 41.6957 |
| 2026-09-03 | 41.6008 |
| 2026-09-04 | 41.6668 |
| 2026-09-05 | 41.6319 |
| 2026-09-06 | 41.7430 |
| 2026-09-07 | 41.6465 |
| 2026-09-08 | 41.5798 |
| 2026-09-09 | 41.3165 |
| 2026-09-10 | 41.5735 |
| 2026-09-11 | 41.5101 |
| 2026-09-12 | 41.4801 |
| 2026-09-13 | 41.5030 |
| 2026-09-14 | 41.5235 |
| 2026-09-15 | 41.4957 |
| 2026-09-16 | 41.4579 |
| 2026-09-17 | 41.3052 |
| 2026-09-18 | 41.6418 |
| 2026-09-19 | 41.5564 |
| 2026-09-20 | 41.5125 |
| 2026-09-21 | 41.6890 |
| 2026-09-22 | 41.5625 |
| 2026-09-23 | 41.3300 |
| 2026-09-24 | 41.4694 |
| 2026-09-25 | 41.5153 |
High
42.0151
Low
41.2073
Average
41.6038
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.