ILS to XOF exchange rate API
New Israeli Sheqel to CFA Franc BCEAO · quoted 2026-09-27
189.0325
▲ +7.89% over YTD
1 ILS = 189.0325 XOF · 1 XOF = 0.005290 ILS · Get this rate via the API
1 ILS buys 189.0325 XOF as of 2026-09-27, so 1 XOF buys 0.005290 ILS. Over the year to date, ILS/XOF traded between 175.2077 and 198.7739, averaged 186.3813 and rose 7.89%. The API holds daily ILS/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ILS/XOF over YTD: show the values
| Point | ILS/XOF |
|---|---|
| 2025-12-31 | 175.2077 |
| 2026-01-07 | 176.6640 |
| 2026-01-14 | 178.1623 |
| 2026-01-21 | 176.5688 |
| 2026-01-28 | 177.1810 |
| 2026-02-04 | 179.9011 |
| 2026-02-11 | 179.2974 |
| 2026-02-18 | 178.6274 |
| 2026-02-25 | 179.6831 |
| 2026-03-04 | 183.4938 |
| 2026-03-11 | 181.9990 |
| 2026-03-18 | 183.5311 |
| 2026-03-25 | 181.3306 |
| 2026-04-01 | 180.8523 |
| 2026-04-08 | 182.5273 |
| 2026-04-15 | 185.1543 |
| 2026-04-22 | 186.2694 |
| 2026-04-29 | 189.4281 |
| 2026-05-06 | 192.1831 |
| 2026-05-13 | 192.5141 |
| 2026-05-20 | 193.3148 |
| 2026-05-27 | 198.7739 |
| 2026-06-03 | 197.1079 |
| 2026-06-10 | 190.7345 |
| 2026-06-17 | 193.8169 |
| 2026-06-24 | 193.4957 |
| 2026-07-01 | 193.2715 |
| 2026-07-08 | 188.8728 |
| 2026-07-15 | 191.0892 |
| 2026-07-22 | 187.6848 |
| 2026-07-29 | 187.8256 |
| 2026-08-05 | 189.3776 |
| 2026-08-12 | 190.2143 |
| 2026-08-19 | 188.9323 |
| 2026-08-26 | 189.1180 |
| 2026-09-02 | 187.0023 |
| 2026-09-09 | 186.7387 |
| 2026-09-16 | 187.6507 |
| 2026-09-23 | 190.6221 |
High
198.7739
Low
175.2077
Average
186.3813
Get this rate via the API
One GET request returns the ILS/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
ILS/XOF API questions
How do I get the ILS/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/XOF rate in rates.XOF.
How far back does ILS/XOF historical data go?
Daily ILS/XOF 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/XOF 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.