XOF to ILS exchange rate API
CFA Franc BCEAO to New Israeli Sheqel · quoted 2026-09-27
0.005290
▼ +11.57% over 1Y
1 XOF = 0.005290 ILS · 1 ILS = 189.0359 XOF · Get this rate via the API
1 XOF buys 0.005290 ILS as of 2026-09-27, so 1 ILS buys 189.0359 XOF. Over the last year, XOF/ILS traded between 0.004985 and 0.005982, averaged 0.005478 and fell 11.57%. The API holds daily XOF/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XOF/ILS over 1Y: show the values
| Point | XOF/ILS |
|---|---|
| 2025-09-27 | 0.005982 |
| 2025-10-04 | 0.005908 |
| 2025-10-11 | 0.005851 |
| 2025-10-18 | 0.005880 |
| 2025-10-25 | 0.005812 |
| 2025-11-01 | 0.005723 |
| 2025-11-08 | 0.005753 |
| 2025-11-15 | 0.005720 |
| 2025-11-22 | 0.005771 |
| 2025-11-29 | 0.005754 |
| 2025-12-06 | 0.005743 |
| 2025-12-13 | 0.005760 |
| 2025-12-20 | 0.005726 |
| 2025-12-27 | 0.005731 |
| 2026-01-03 | 0.005696 |
| 2026-01-10 | 0.005588 |
| 2026-01-17 | 0.005557 |
| 2026-01-24 | 0.005652 |
| 2026-01-31 | 0.005621 |
| 2026-02-07 | 0.005617 |
| 2026-02-14 | 0.005587 |
| 2026-02-21 | 0.005601 |
| 2026-02-28 | 0.005642 |
| 2026-03-07 | 0.005477 |
| 2026-03-14 | 0.005491 |
| 2026-03-21 | 0.005493 |
| 2026-03-28 | 0.005523 |
| 2026-04-04 | 0.005494 |
| 2026-04-11 | 0.005413 |
| 2026-04-18 | 0.005318 |
| 2026-04-25 | 0.005336 |
| 2026-05-02 | 0.005256 |
| 2026-05-09 | 0.005204 |
| 2026-05-16 | 0.005174 |
| 2026-05-23 | 0.005113 |
| 2026-05-30 | 0.004985 |
| 2026-06-06 | 0.005204 |
| 2026-06-13 | 0.005147 |
| 2026-06-20 | 0.005173 |
| 2026-06-27 | 0.005210 |
| 2026-07-04 | 0.005228 |
| 2026-07-11 | 0.005236 |
| 2026-07-18 | 0.005295 |
| 2026-07-25 | 0.005296 |
| 2026-08-01 | 0.005380 |
| 2026-08-08 | 0.005289 |
| 2026-08-15 | 0.005212 |
| 2026-08-22 | 0.005316 |
| 2026-08-29 | 0.005285 |
| 2026-09-05 | 0.005333 |
| 2026-09-12 | 0.005352 |
| 2026-09-19 | 0.005317 |
| 2026-09-26 | 0.005290 |
High
0.005982
Low
0.004985
Average
0.005478
Get this rate via the API
One GET request returns the XOF/ILS 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=XOF¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
XOF/ILS API questions
How do I get the XOF/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/ILS rate in rates.ILS.
How far back does XOF/ILS historical data go?
Daily XOF/ILS 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 XOF/ILS 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.