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: show the values
| Point | ILS/XOF |
|---|---|
| 2025-09-27 | 167.1430 |
| 2025-10-04 | 169.2520 |
| 2025-10-11 | 170.8980 |
| 2025-10-18 | 170.0397 |
| 2025-10-25 | 172.0420 |
| 2025-11-01 | 174.7138 |
| 2025-11-08 | 173.8131 |
| 2025-11-15 | 174.8195 |
| 2025-11-22 | 173.2562 |
| 2025-11-29 | 173.7895 |
| 2025-12-06 | 174.1056 |
| 2025-12-13 | 173.5937 |
| 2025-12-20 | 174.6291 |
| 2025-12-27 | 174.4607 |
| 2026-01-03 | 175.5550 |
| 2026-01-10 | 178.9376 |
| 2026-01-17 | 179.9391 |
| 2026-01-24 | 176.9131 |
| 2026-01-31 | 177.8755 |
| 2026-02-07 | 177.9996 |
| 2026-02-14 | 178.9572 |
| 2026-02-21 | 178.5256 |
| 2026-02-28 | 177.2107 |
| 2026-03-07 | 182.5655 |
| 2026-03-14 | 182.0885 |
| 2026-03-21 | 182.0240 |
| 2026-03-28 | 181.0290 |
| 2026-04-04 | 182.0085 |
| 2026-04-11 | 184.7280 |
| 2026-04-18 | 188.0213 |
| 2026-04-25 | 187.3950 |
| 2026-05-02 | 190.2284 |
| 2026-05-09 | 192.1562 |
| 2026-05-16 | 193.2471 |
| 2026-05-23 | 195.5747 |
| 2026-05-30 | 200.5818 |
| 2026-06-06 | 192.1344 |
| 2026-06-13 | 194.2720 |
| 2026-06-20 | 193.2920 |
| 2026-06-27 | 191.9056 |
| 2026-07-04 | 191.2723 |
| 2026-07-11 | 190.9724 |
| 2026-07-18 | 188.8372 |
| 2026-07-25 | 188.7952 |
| 2026-08-01 | 185.8580 |
| 2026-08-08 | 189.0550 |
| 2026-08-15 | 191.8334 |
| 2026-08-22 | 188.0830 |
| 2026-08-29 | 189.1885 |
| 2026-09-05 | 187.4902 |
| 2026-09-12 | 186.8263 |
| 2026-09-19 | 188.0437 |
| 2026-09-26 | 189.0325 |
High
200.5818
Low
167.1430
Average
182.8897
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.