Skip to content

XOF to SLL exchange rate API

CFA Franc BCEAO to Leone · quoted 2026-09-25

39.8608

▼ +0.70% over 6M

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 6 months, XOF/SLL traded between 37.1972 and 43.0407, averaged 39.7630 and fell 0.70%. 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 6M

XOF/SLL over 6M: show the values
PointXOF/SLL
2026-03-2940.1404
2026-04-0540.2293
2026-04-1637.6932
2026-04-2337.3920
2026-04-3037.4060
2026-05-0737.5786
2026-05-1537.1972
2026-05-2340.4532
2026-05-3040.6468
2026-06-0640.0721
2026-06-1540.3674
2026-06-2239.8694
2026-06-2939.6786
2026-07-0639.7967
2026-07-1339.7812
2026-07-2039.8581
2026-07-2739.7067
2026-08-0340.2306
2026-08-1040.2260
2026-08-1740.4641
2026-08-2540.6672
2026-09-0140.5305
2026-09-0840.6111
2026-09-1540.3413
2026-09-2243.0407

High

43.0407

Low

37.1972

Average

39.7630

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=SLL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=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&currencies=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.