XOF to SLL exchange rate API
CFA Franc BCEAO to Leone · quoted 2026-09-25
39.8608
▼ +1.94% over 30D
1 XOF = 39.8608 SLL · 1 SLL = 0.02509 XOF · Get this rate via the API
1 XOF buys 39.8608 SLL as of 2026-09-25, so 1 SLL buys 0.02509 XOF. Over the last 30 days, XOF/SLL traded between 36.6945 and 43.5433, averaged 40.6000 and fell 1.94%. The API holds daily XOF/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XOF/SLL over 30D: show the values
| Point | XOF/SLL |
|---|---|
| 2026-08-26 | 40.6512 |
| 2026-08-27 | 40.6657 |
| 2026-08-28 | 40.6090 |
| 2026-08-29 | 41.4186 |
| 2026-08-30 | 40.4975 |
| 2026-08-31 | 40.4917 |
| 2026-09-01 | 40.5305 |
| 2026-09-02 | 40.4659 |
| 2026-09-03 | 40.5799 |
| 2026-09-04 | 43.5433 |
| 2026-09-05 | 41.3189 |
| 2026-09-06 | 40.5805 |
| 2026-09-07 | 40.6016 |
| 2026-09-08 | 40.6111 |
| 2026-09-09 | 40.6699 |
| 2026-09-10 | 40.6282 |
| 2026-09-11 | 40.5797 |
| 2026-09-12 | 40.5614 |
| 2026-09-13 | 40.5592 |
| 2026-09-14 | 40.4159 |
| 2026-09-15 | 40.3413 |
| 2026-09-16 | 43.3117 |
| 2026-09-17 | 40.1245 |
| 2026-09-18 | 36.6945 |
| 2026-09-19 | 40.1589 |
| 2026-09-20 | 40.1521 |
| 2026-09-21 | 40.1220 |
| 2026-09-22 | 43.0407 |
| 2026-09-23 | 39.8913 |
| 2026-09-24 | 39.7341 |
| 2026-09-25 | 39.7896 |
High
43.5433
Low
36.6945
Average
40.6000
Get this rate via the API
One GET request returns the XOF/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
XOF/SLL API questions
How do I get the XOF/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/SLL rate in rates.SLL.
How far back does XOF/SLL historical data go?
Daily XOF/SLL 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/SLL 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.