Skip to content

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

ILS/XOF over YTD: show the values
PointILS/XOF
2025-12-31175.2077
2026-01-07176.6640
2026-01-14178.1623
2026-01-21176.5688
2026-01-28177.1810
2026-02-04179.9011
2026-02-11179.2974
2026-02-18178.6274
2026-02-25179.6831
2026-03-04183.4938
2026-03-11181.9990
2026-03-18183.5311
2026-03-25181.3306
2026-04-01180.8523
2026-04-08182.5273
2026-04-15185.1543
2026-04-22186.2694
2026-04-29189.4281
2026-05-06192.1831
2026-05-13192.5141
2026-05-20193.3148
2026-05-27198.7739
2026-06-03197.1079
2026-06-10190.7345
2026-06-17193.8169
2026-06-24193.4957
2026-07-01193.2715
2026-07-08188.8728
2026-07-15191.0892
2026-07-22187.6848
2026-07-29187.8256
2026-08-05189.3776
2026-08-12190.2143
2026-08-19188.9323
2026-08-26189.1180
2026-09-02187.0023
2026-09-09186.7387
2026-09-16187.6507
2026-09-23190.6221

High

198.7739

Low

175.2077

Average

186.3813

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=XOF");
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=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&currencies=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.