Skip to content

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

KMF/SLL over 1Y: show the values
PointKMF/SLL
2025-09-2554.3834
2025-10-0254.3981
2025-10-0953.8602
2025-10-1654.0189
2025-10-2353.5107
2025-10-3053.5784
2025-11-0653.0779
2025-11-1353.4155
2025-11-2053.6334
2025-11-2754.0720
2025-12-0454.0883
2025-12-1254.9363
2025-12-1954.7303
2025-12-2654.9265
2026-01-0254.5763
2026-01-0954.1182
2026-01-1653.9303
2026-01-2354.8239
2026-01-3055.3923
2026-02-0655.0646
2026-02-1355.1914
2026-02-2054.8416
2026-02-2754.9402
2026-03-0654.1810
2026-03-1353.6154
2026-03-2053.6479
2026-03-2753.6660
2026-04-0353.7175
2026-04-1450.0466
2026-04-2150.1663
2026-04-2849.9274
2026-05-0549.8674
2026-05-1254.6360
2026-05-2053.9543
2026-05-2853.8157
2026-06-0453.8796
2026-06-1353.6531
2026-06-2053.2833
2026-06-2752.8164
2026-07-0453.0965
2026-07-1153.0733
2026-07-1853.1934
2026-07-2554.7215
2026-08-0153.6656
2026-08-0854.2264
2026-08-1553.8884
2026-08-2358.1485
2026-08-3054.0056
2026-09-0654.1262
2026-09-1354.0833
2026-09-2053.5475

High

58.1485

Low

49.8674

Average

53.7914

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&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=KMF&currencies=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&currencies=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.