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: show the values
| Point | ILS/KMF |
|---|---|
| 2026-03-29 | 135.3450 |
| 2026-04-05 | 136.0950 |
| 2026-04-12 | 137.6748 |
| 2026-04-19 | 140.3598 |
| 2026-04-26 | 140.4073 |
| 2026-05-03 | 142.3722 |
| 2026-05-10 | 143.9283 |
| 2026-05-18 | 145.8496 |
| 2026-05-26 | 148.0003 |
| 2026-06-02 | 148.9270 |
| 2026-06-11 | 143.9853 |
| 2026-06-18 | 145.0397 |
| 2026-06-25 | 145.3976 |
| 2026-07-02 | 144.2741 |
| 2026-07-09 | 142.3415 |
| 2026-07-16 | 142.6166 |
| 2026-07-23 | 140.1043 |
| 2026-07-30 | 139.9189 |
| 2026-08-06 | 141.3429 |
| 2026-08-13 | 143.2170 |
| 2026-08-21 | 140.9973 |
| 2026-08-28 | 142.1017 |
| 2026-09-04 | 140.7288 |
| 2026-09-11 | 139.2502 |
| 2026-09-18 | 140.8962 |
| 2026-09-25 | 142.3113 |
High
148.9270
Low
135.3450
Average
142.0658
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=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¤cies=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.