SLL to CDF exchange rate API
Leone to Congolese Franc · quoted 2026-09-24
0.10084
▼ +15.96% over 1Y
1 SLL = 0.10084 CDF · 1 CDF = 9.9168 SLL · Get this rate via the API
1 SLL buys 0.10084 CDF as of 2026-09-24, so 1 CDF buys 9.9168 SLL. Over the last year, SLL/CDF traded between 0.09280 and 0.11998, averaged 0.10113 and fell 15.96%. The API holds daily SLL/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SLL/CDF over 1Y: show the values
| Point | SLL/CDF |
|---|---|
| 2025-09-24 | 0.11998 |
| 2025-10-01 | 0.11438 |
| 2025-10-08 | 0.10855 |
| 2025-10-15 | 0.09899 |
| 2025-10-22 | 0.09660 |
| 2025-10-29 | 0.10075 |
| 2025-11-05 | 0.09605 |
| 2025-11-12 | 0.09644 |
| 2025-11-19 | 0.09934 |
| 2025-11-26 | 0.09944 |
| 2025-12-03 | 0.09976 |
| 2025-12-11 | 0.09983 |
| 2025-12-18 | 0.10049 |
| 2025-12-25 | 0.09935 |
| 2026-01-01 | 0.09990 |
| 2026-01-08 | 0.10060 |
| 2026-01-15 | 0.09922 |
| 2026-01-22 | 0.09573 |
| 2026-01-29 | 0.10020 |
| 2026-02-05 | 0.09908 |
| 2026-02-12 | 0.10611 |
| 2026-02-19 | 0.10069 |
| 2026-02-26 | 0.09280 |
| 2026-03-05 | 0.10053 |
| 2026-03-12 | 0.09931 |
| 2026-03-19 | 0.10129 |
| 2026-03-26 | 0.10132 |
| 2026-04-02 | 0.10067 |
| 2026-04-13 | 0.10968 |
| 2026-04-20 | 0.11016 |
| 2026-04-27 | 0.11040 |
| 2026-05-04 | 0.11064 |
| 2026-05-11 | 0.10801 |
| 2026-05-19 | 0.10019 |
| 2026-05-27 | 0.10002 |
| 2026-06-03 | 0.09334 |
| 2026-06-12 | 0.10150 |
| 2026-06-19 | 0.09327 |
| 2026-06-26 | 0.10079 |
| 2026-07-03 | 0.10017 |
| 2026-07-10 | 0.10045 |
| 2026-07-17 | 0.10099 |
| 2026-07-24 | 0.09745 |
| 2026-07-31 | 0.10002 |
| 2026-08-07 | 0.10011 |
| 2026-08-14 | 0.09987 |
| 2026-08-22 | 0.09873 |
| 2026-08-29 | 0.09765 |
| 2026-09-05 | 0.09766 |
| 2026-09-12 | 0.09891 |
| 2026-09-19 | 0.10041 |
High
0.11998
Low
0.09280
Average
0.10113
Get this rate via the API
One GET request returns the SLL/CDF 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=SLL¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
SLL/CDF API questions
How do I get the SLL/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SLL/CDF rate in rates.CDF.
How far back does SLL/CDF historical data go?
Daily SLL/CDF 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 SLL/CDF 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.