Skip to content

INR to KMF exchange rate API

Indian Rupee to Comoro Franc · quoted 2026-09-25

4.4983

▼ +4.78% over 1Y

1 INR = 4.4983 KMF · 1 KMF = 0.22231 INR · Get this rate via the API

1 INR buys 4.4983 KMF as of 2026-09-25, so 1 KMF buys 0.22231 INR. Over the last year, INR/KMF traded between 4.4089 and 4.8283, averaged 4.5764 and fell 4.78%. The API holds daily INR/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/KMF over 1Y

INR/KMF over 1Y: show the values
PointINR/KMF
2025-09-254.7241
2025-10-024.7243
2025-10-094.7599
2025-10-164.7929
2025-10-234.8283
2025-10-304.7745
2025-11-064.8263
2025-11-134.7864
2025-11-204.8119
2025-11-274.7392
2025-12-044.6935
2025-12-124.6319
2025-12-194.6770
2025-12-264.6294
2026-01-024.6368
2026-01-094.6810
2026-01-164.6711
2026-01-234.5590
2026-01-304.4939
2026-02-064.6024
2026-02-134.5743
2026-02-204.6014
2026-02-274.5784
2026-03-064.6102
2026-03-134.6232
2026-03-204.5436
2026-03-274.4967
2026-04-034.6002
2026-04-104.5324
2026-04-174.5140
2026-04-244.4773
2026-05-014.4118
2026-05-084.4344
2026-05-164.4089
2026-05-244.4219
2026-05-314.4373
2026-06-094.4719
2026-06-164.4925
2026-06-234.5433
2026-06-304.5593
2026-07-074.5292
2026-07-144.4889
2026-07-214.4801
2026-07-284.5105
2026-08-044.4813
2026-08-114.4647
2026-08-184.4408
2026-08-264.4180
2026-09-024.4736
2026-09-094.4472
2026-09-164.4415
2026-09-234.4971

High

4.8283

Low

4.4089

Average

4.5764

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/KMF API questions

How do I get the INR/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/KMF rate in rates.KMF.

How far back does INR/KMF historical data go?

Daily INR/KMF 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 INR/KMF 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.