XOF to SLL exchange rate API
CFA Franc BCEAO to Leone · quoted 2026-09-25
39.8608
▼ +3.57% over 1Y
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 year, XOF/SLL traded between 37.3780 and 43.5977, averaged 40.3622 and fell 3.57%. 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 1Y: show the values
| Point | XOF/SLL |
|---|---|
| 2025-09-25 | 41.3372 |
| 2025-10-02 | 41.4030 |
| 2025-10-09 | 40.2696 |
| 2025-10-16 | 40.4924 |
| 2025-10-23 | 40.1634 |
| 2025-10-30 | 40.1074 |
| 2025-11-06 | 39.8564 |
| 2025-11-13 | 40.1426 |
| 2025-11-20 | 40.2286 |
| 2025-11-27 | 40.5024 |
| 2025-12-04 | 40.5589 |
| 2025-12-12 | 41.2177 |
| 2025-12-19 | 41.0159 |
| 2025-12-26 | 41.1669 |
| 2026-01-02 | 40.8454 |
| 2026-01-09 | 40.5734 |
| 2026-01-16 | 40.4451 |
| 2026-01-23 | 41.1582 |
| 2026-01-30 | 41.5615 |
| 2026-02-06 | 41.3380 |
| 2026-02-13 | 41.3772 |
| 2026-02-20 | 41.1750 |
| 2026-02-27 | 41.2360 |
| 2026-03-06 | 40.5759 |
| 2026-03-13 | 40.0560 |
| 2026-03-20 | 40.2181 |
| 2026-03-27 | 40.2045 |
| 2026-04-03 | 40.2418 |
| 2026-04-14 | 37.6720 |
| 2026-04-21 | 37.6086 |
| 2026-04-28 | 37.4276 |
| 2026-05-05 | 37.3780 |
| 2026-05-12 | 40.9414 |
| 2026-05-20 | 40.4705 |
| 2026-05-28 | 40.4808 |
| 2026-06-04 | 40.4253 |
| 2026-06-13 | 40.2398 |
| 2026-06-20 | 39.9625 |
| 2026-06-27 | 39.6123 |
| 2026-07-04 | 39.8224 |
| 2026-07-11 | 39.8050 |
| 2026-07-18 | 39.8950 |
| 2026-07-25 | 41.0411 |
| 2026-08-01 | 40.2492 |
| 2026-08-08 | 40.6698 |
| 2026-08-15 | 40.4163 |
| 2026-08-23 | 43.5977 |
| 2026-08-30 | 40.4975 |
| 2026-09-06 | 40.5805 |
| 2026-09-13 | 40.5592 |
| 2026-09-20 | 40.1521 |
High
43.5977
Low
37.3780
Average
40.3622
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.