Skip to content

KMF to SLL exchange rate API

Comoro Franc to Leone · quoted 2026-09-25

52.9925

▼ +2.30% over 30D

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 30 days, KMF/SLL traded between 48.9941 and 58.0646, averaged 54.1366 and fell 2.30%. 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 30D

KMF/SLL over 30D: show the values
PointKMF/SLL
2026-08-2654.2381
2026-08-2754.2130
2026-08-2854.2331
2026-08-2955.2247
2026-08-3054.0056
2026-08-3153.9418
2026-09-0154.0581
2026-09-0253.9383
2026-09-0354.0428
2026-09-0458.0646
2026-09-0555.0918
2026-09-0654.1262
2026-09-0754.0907
2026-09-0854.1581
2026-09-0954.2112
2026-09-1054.2198
2026-09-1154.0999
2026-09-1254.0819
2026-09-1354.0833
2026-09-1453.9391
2026-09-1553.7680
2026-09-1657.8010
2026-09-1753.4518
2026-09-1848.9941
2026-09-1953.5453
2026-09-2053.5475
2026-09-2153.5068
2026-09-2257.4623
2026-09-2353.2684
2026-09-2452.9795
2026-09-2552.9925

High

58.0646

Low

48.9941

Average

54.1366

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.