Skip to content

ILS to XOF exchange rate API

New Israeli Sheqel to CFA Franc BCEAO · quoted 2026-09-27

189.0325

▲ +4.88% over 6M

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 last 6 months, ILS/XOF traded between 180.2295 and 198.5768, averaged 189.5000 and rose 4.88%. 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 6M

ILS/XOF over 6M: show the values
PointILS/XOF
2026-03-31180.2295
2026-04-07180.3302
2026-04-14184.5640
2026-04-21186.3801
2026-04-28187.4032
2026-05-05190.6085
2026-05-12191.8478
2026-05-19193.4644
2026-05-26197.3616
2026-06-02198.5768
2026-06-09192.9171
2026-06-16194.2431
2026-06-23191.8890
2026-06-30192.9571
2026-07-07189.6389
2026-07-14190.7867
2026-07-21188.4757
2026-07-28188.6622
2026-08-04188.1776
2026-08-11189.5072
2026-08-18189.3661
2026-08-25188.5199
2026-09-01187.5936
2026-09-08187.3889
2026-09-15186.9026
2026-09-22189.6757

High

198.5768

Low

180.2295

Average

189.5000

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.