Skip to content

KMF to SLL exchange rate API

Comoro Franc to Leone · quoted 2026-09-25

52.9925

▲ +3.35% over 5Y

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 5 years, KMF/SLL traded between 47.7237 and 55.0687, averaged 52.2948 and rose 3.35%. 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 5Y

KMF/SLL over 5Y: show the values
PointKMF/SLL
2024-08-2451.2736
2024-10-0750.4753
2024-11-0650.0943
2024-12-0648.8746
2025-01-0547.7237
2025-02-0447.9593
2025-03-0650.2255
2025-04-0650.7745
2025-05-0652.2502
2025-06-0750.7647
2025-07-0754.4315
2025-08-0654.3169
2025-09-0553.9651
2025-10-0654.1755
2025-11-0552.9717
2025-12-0554.4353
2026-01-0554.2686
2026-02-0455.0687
2026-03-0654.1810
2026-04-0553.6430
2026-05-0950.1662
2026-06-1253.7532
2026-07-1253.1076
2026-08-1153.6721
2026-09-1154.0999

High

55.0687

Low

47.7237

Average

52.2948

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.