KMF to SLL exchange rate API
Comoro Franc to Leone · quoted 2026-09-25
52.9925
▼ +2.56% over 1Y
1 KMF = 52.9925 SLL · 1 SLL = 0.01887 KMF · Get this rate via the API
1 KMF buys 52.9925 SLL as of 2026-09-25, so 1 SLL buys 0.01887 KMF. Over the last year, KMF/SLL traded between 49.8674 and 58.1485, averaged 53.7914 and fell 2.56%. The API holds daily KMF/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/SLL over 1Y: show the values
| Point | KMF/SLL |
|---|---|
| 2025-09-25 | 54.3834 |
| 2025-10-02 | 54.3981 |
| 2025-10-09 | 53.8602 |
| 2025-10-16 | 54.0189 |
| 2025-10-23 | 53.5107 |
| 2025-10-30 | 53.5784 |
| 2025-11-06 | 53.0779 |
| 2025-11-13 | 53.4155 |
| 2025-11-20 | 53.6334 |
| 2025-11-27 | 54.0720 |
| 2025-12-04 | 54.0883 |
| 2025-12-12 | 54.9363 |
| 2025-12-19 | 54.7303 |
| 2025-12-26 | 54.9265 |
| 2026-01-02 | 54.5763 |
| 2026-01-09 | 54.1182 |
| 2026-01-16 | 53.9303 |
| 2026-01-23 | 54.8239 |
| 2026-01-30 | 55.3923 |
| 2026-02-06 | 55.0646 |
| 2026-02-13 | 55.1914 |
| 2026-02-20 | 54.8416 |
| 2026-02-27 | 54.9402 |
| 2026-03-06 | 54.1810 |
| 2026-03-13 | 53.6154 |
| 2026-03-20 | 53.6479 |
| 2026-03-27 | 53.6660 |
| 2026-04-03 | 53.7175 |
| 2026-04-14 | 50.0466 |
| 2026-04-21 | 50.1663 |
| 2026-04-28 | 49.9274 |
| 2026-05-05 | 49.8674 |
| 2026-05-12 | 54.6360 |
| 2026-05-20 | 53.9543 |
| 2026-05-28 | 53.8157 |
| 2026-06-04 | 53.8796 |
| 2026-06-13 | 53.6531 |
| 2026-06-20 | 53.2833 |
| 2026-06-27 | 52.8164 |
| 2026-07-04 | 53.0965 |
| 2026-07-11 | 53.0733 |
| 2026-07-18 | 53.1934 |
| 2026-07-25 | 54.7215 |
| 2026-08-01 | 53.6656 |
| 2026-08-08 | 54.2264 |
| 2026-08-15 | 53.8884 |
| 2026-08-23 | 58.1485 |
| 2026-08-30 | 54.0056 |
| 2026-09-06 | 54.1262 |
| 2026-09-13 | 54.0833 |
| 2026-09-20 | 53.5475 |
High
58.1485
Low
49.8674
Average
53.7914
Get this rate via the API
One GET request returns the KMF/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=KMF¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/SLL API questions
How do I get the KMF/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/SLL rate in rates.SLL.
How far back does KMF/SLL historical data go?
Daily KMF/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 KMF/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.