Skip to content

ILS to XOF exchange rate API

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

189.0325

▼ +0.39% over 30D

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 30 days, ILS/XOF traded between 185.6450 and 190.6221, averaged 188.0910 and fell 0.39%. 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 30D

ILS/XOF over 30D: show the values
PointILS/XOF
2026-08-28189.7760
2026-08-29189.1885
2026-08-30189.9138
2026-08-31189.2411
2026-09-01187.5936
2026-09-02187.0023
2026-09-03187.1075
2026-09-04187.6603
2026-09-05187.4902
2026-09-06187.6938
2026-09-07187.4974
2026-09-08187.3889
2026-09-09186.7387
2026-09-10186.1771
2026-09-11185.6450
2026-09-12186.8263
2026-09-13187.2739
2026-09-14185.8895
2026-09-15186.9026
2026-09-16187.6507
2026-09-17188.4838
2026-09-18188.1231
2026-09-19188.0437
2026-09-20188.2693
2026-09-21189.8179
2026-09-22189.6757
2026-09-23190.6221
2026-09-24189.1547
2026-09-25189.9088
2026-09-26189.0325

High

190.6221

Low

185.6450

Average

188.0910

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.