Skip to content

XOF to SLL exchange rate API

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

39.8608

▼ +2.79% over YTD

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 year to date, XOF/SLL traded between 36.4764 and 43.7168, averaged 40.1180 and fell 2.79%. 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 YTD

XOF/SLL over YTD: show the values
PointXOF/SLL
2025-12-3141.0029
2026-01-0740.7186
2026-01-1440.7933
2026-01-2141.0992
2026-01-2841.6550
2026-02-0441.2660
2026-02-1141.4761
2026-02-1841.3734
2026-02-2541.1771
2026-03-0440.5921
2026-03-1140.4827
2026-03-1840.1103
2026-03-2540.3056
2026-04-0140.4454
2026-04-0840.8929
2026-04-1937.5752
2026-04-2637.4430
2026-05-0337.4979
2026-05-1037.6409
2026-05-1837.1992
2026-05-2640.5396
2026-06-0243.7168
2026-06-1140.1746
2026-06-1839.9927
2026-06-2539.5908
2026-07-0236.4764
2026-07-0939.8749
2026-07-1639.9119
2026-07-2339.8697
2026-07-3040.0368
2026-08-0640.2957
2026-08-1341.4913
2026-08-2140.8061
2026-08-2840.6090
2026-09-0443.5433
2026-09-1140.5797
2026-09-1836.6945
2026-09-2539.7896

High

43.7168

Low

36.4764

Average

40.1180

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.