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: show the values
| Point | ILS/XOF |
|---|---|
| 2024-08-24 | 158.6419 |
| 2024-10-01 | 157.5700 |
| 2024-10-31 | 159.9445 |
| 2024-11-30 | 170.5880 |
| 2024-12-30 | 170.0121 |
| 2025-01-29 | 173.2465 |
| 2025-02-28 | 172.5076 |
| 2025-03-30 | 161.9051 |
| 2025-04-29 | 156.2994 |
| 2025-05-29 | 161.6380 |
| 2025-06-28 | 165.6530 |
| 2025-07-28 | 165.6595 |
| 2025-08-27 | 166.6004 |
| 2025-09-26 | 163.9847 |
| 2025-10-26 | 172.1079 |
| 2025-11-25 | 173.6524 |
| 2025-12-25 | 174.7264 |
| 2026-01-24 | 176.9131 |
| 2026-02-23 | 178.0417 |
| 2026-03-25 | 181.3306 |
| 2026-04-24 | 188.1523 |
| 2026-05-24 | 194.8996 |
| 2026-06-23 | 191.8890 |
| 2026-07-23 | 187.2908 |
| 2026-08-22 | 188.0830 |
| 2026-09-21 | 189.8179 |
High
194.8996
Low
156.2994
Average
173.7107
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=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¤cies=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.