ILS to XOF exchange rate API
New Israeli Sheqel to CFA Franc BCEAO · quoted 2026-09-27
189.0325
▲ +4.88% over 6M
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 6 months, ILS/XOF traded between 180.2295 and 198.5768, averaged 189.5000 and rose 4.88%. 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 6M: show the values
| Point | ILS/XOF |
|---|---|
| 2026-03-31 | 180.2295 |
| 2026-04-07 | 180.3302 |
| 2026-04-14 | 184.5640 |
| 2026-04-21 | 186.3801 |
| 2026-04-28 | 187.4032 |
| 2026-05-05 | 190.6085 |
| 2026-05-12 | 191.8478 |
| 2026-05-19 | 193.4644 |
| 2026-05-26 | 197.3616 |
| 2026-06-02 | 198.5768 |
| 2026-06-09 | 192.9171 |
| 2026-06-16 | 194.2431 |
| 2026-06-23 | 191.8890 |
| 2026-06-30 | 192.9571 |
| 2026-07-07 | 189.6389 |
| 2026-07-14 | 190.7867 |
| 2026-07-21 | 188.4757 |
| 2026-07-28 | 188.6622 |
| 2026-08-04 | 188.1776 |
| 2026-08-11 | 189.5072 |
| 2026-08-18 | 189.3661 |
| 2026-08-25 | 188.5199 |
| 2026-09-01 | 187.5936 |
| 2026-09-08 | 187.3889 |
| 2026-09-15 | 186.9026 |
| 2026-09-22 | 189.6757 |
High
198.5768
Low
180.2295
Average
189.5000
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.