XOF to ILS exchange rate API
CFA Franc BCEAO to New Israeli Sheqel · quoted 2026-09-27
0.005290
▼ +4.65% over 6M
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 6 months, XOF/ILS traded between 0.005035 and 0.005548, averaged 0.005279 and fell 4.65%. 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 6M: show the values
| Point | XOF/ILS |
|---|---|
| 2026-03-31 | 0.005548 |
| 2026-04-07 | 0.005545 |
| 2026-04-14 | 0.005418 |
| 2026-04-21 | 0.005365 |
| 2026-04-28 | 0.005336 |
| 2026-05-05 | 0.005246 |
| 2026-05-12 | 0.005212 |
| 2026-05-19 | 0.005168 |
| 2026-05-26 | 0.005066 |
| 2026-06-02 | 0.005035 |
| 2026-06-09 | 0.005183 |
| 2026-06-16 | 0.005148 |
| 2026-06-23 | 0.005211 |
| 2026-06-30 | 0.005182 |
| 2026-07-07 | 0.005273 |
| 2026-07-14 | 0.005241 |
| 2026-07-21 | 0.005305 |
| 2026-07-28 | 0.005300 |
| 2026-08-04 | 0.005314 |
| 2026-08-11 | 0.005276 |
| 2026-08-18 | 0.005280 |
| 2026-08-25 | 0.005304 |
| 2026-09-01 | 0.005330 |
| 2026-09-08 | 0.005336 |
| 2026-09-15 | 0.005350 |
| 2026-09-22 | 0.005272 |
High
0.005548
Low
0.005035
Average
0.005279
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.