Skip to content

ILS to XOF exchange rate API

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

189.0325

▲ +13.10% over 1Y

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 year, ILS/XOF traded between 167.1430 and 200.5818, averaged 182.8897 and rose 13.10%. 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 1Y

ILS/XOF over 1Y: show the values
PointILS/XOF
2025-09-27167.1430
2025-10-04169.2520
2025-10-11170.8980
2025-10-18170.0397
2025-10-25172.0420
2025-11-01174.7138
2025-11-08173.8131
2025-11-15174.8195
2025-11-22173.2562
2025-11-29173.7895
2025-12-06174.1056
2025-12-13173.5937
2025-12-20174.6291
2025-12-27174.4607
2026-01-03175.5550
2026-01-10178.9376
2026-01-17179.9391
2026-01-24176.9131
2026-01-31177.8755
2026-02-07177.9996
2026-02-14178.9572
2026-02-21178.5256
2026-02-28177.2107
2026-03-07182.5655
2026-03-14182.0885
2026-03-21182.0240
2026-03-28181.0290
2026-04-04182.0085
2026-04-11184.7280
2026-04-18188.0213
2026-04-25187.3950
2026-05-02190.2284
2026-05-09192.1562
2026-05-16193.2471
2026-05-23195.5747
2026-05-30200.5818
2026-06-06192.1344
2026-06-13194.2720
2026-06-20193.2920
2026-06-27191.9056
2026-07-04191.2723
2026-07-11190.9724
2026-07-18188.8372
2026-07-25188.7952
2026-08-01185.8580
2026-08-08189.0550
2026-08-15191.8334
2026-08-22188.0830
2026-08-29189.1885
2026-09-05187.4902
2026-09-12186.8263
2026-09-19188.0437
2026-09-26189.0325

High

200.5818

Low

167.1430

Average

182.8897

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.