Skip to content

ILS to KMF exchange rate API

New Israeli Sheqel to Comoro Franc · quoted 2026-09-25

142.2942

▲ +0.39% over 30D

1 ILS = 142.2942 KMF · 1 KMF = 0.007028 ILS · Get this rate via the API

1 ILS buys 142.2942 KMF as of 2026-09-25, so 1 KMF buys 0.007028 ILS. Over the last 30 days, ILS/KMF traded between 139.2502 and 142.7521, averaged 141.0850 and rose 0.39%. The API holds daily ILS/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ILS/KMF over 30D

ILS/KMF over 30D: show the values
PointILS/KMF
2026-08-26141.7432
2026-08-27141.9948
2026-08-28142.1017
2026-08-29141.8913
2026-08-30142.4118
2026-08-31142.0549
2026-09-01140.6497
2026-09-02140.2938
2026-09-03140.4960
2026-09-04140.7288
2026-09-05140.6177
2026-09-06140.7215
2026-09-07140.7394
2026-09-08140.5160
2026-09-09140.0937
2026-09-10139.5070
2026-09-11139.2502
2026-09-12140.1197
2026-09-13140.4441
2026-09-14139.2844
2026-09-15140.2301
2026-09-16140.6113
2026-09-17141.4886
2026-09-18140.8962
2026-09-19141.0328
2026-09-20141.1721
2026-09-21142.3346
2026-09-22142.0717
2026-09-23142.7521
2026-09-24141.8642
2026-09-25142.3113

High

142.7521

Low

139.2502

Average

141.0850

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ILS/KMF API questions

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

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

How far back does ILS/KMF historical data go?

Daily ILS/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 ILS/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.