Skip to content

ILS to KMF exchange rate API

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

142.2942

▲ +5.13% over 6M

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 6 months, ILS/KMF traded between 135.3450 and 148.9270, averaged 142.0658 and rose 5.13%. 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 6M

ILS/KMF over 6M: show the values
PointILS/KMF
2026-03-29135.3450
2026-04-05136.0950
2026-04-12137.6748
2026-04-19140.3598
2026-04-26140.4073
2026-05-03142.3722
2026-05-10143.9283
2026-05-18145.8496
2026-05-26148.0003
2026-06-02148.9270
2026-06-11143.9853
2026-06-18145.0397
2026-06-25145.3976
2026-07-02144.2741
2026-07-09142.3415
2026-07-16142.6166
2026-07-23140.1043
2026-07-30139.9189
2026-08-06141.3429
2026-08-13143.2170
2026-08-21140.9973
2026-08-28142.1017
2026-09-04140.7288
2026-09-11139.2502
2026-09-18140.8962
2026-09-25142.3113

High

148.9270

Low

135.3450

Average

142.0658

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.