Skip to content

ILS to XOF exchange rate API

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

189.0325

▲ +19.16% over 5Y

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 5 years, ILS/XOF traded between 156.2994 and 194.8996, averaged 173.7107 and rose 19.16%. 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 5Y

ILS/XOF over 5Y: show the values
PointILS/XOF
2024-08-24158.6419
2024-10-01157.5700
2024-10-31159.9445
2024-11-30170.5880
2024-12-30170.0121
2025-01-29173.2465
2025-02-28172.5076
2025-03-30161.9051
2025-04-29156.2994
2025-05-29161.6380
2025-06-28165.6530
2025-07-28165.6595
2025-08-27166.6004
2025-09-26163.9847
2025-10-26172.1079
2025-11-25173.6524
2025-12-25174.7264
2026-01-24176.9131
2026-02-23178.0417
2026-03-25181.3306
2026-04-24188.1523
2026-05-24194.8996
2026-06-23191.8890
2026-07-23187.2908
2026-08-22188.0830
2026-09-21189.8179

High

194.8996

Low

156.2994

Average

173.7107

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.