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: show the values
| Point | KMF/SLL |
|---|---|
| 2026-08-26 | 54.2381 |
| 2026-08-27 | 54.2130 |
| 2026-08-28 | 54.2331 |
| 2026-08-29 | 55.2247 |
| 2026-08-30 | 54.0056 |
| 2026-08-31 | 53.9418 |
| 2026-09-01 | 54.0581 |
| 2026-09-02 | 53.9383 |
| 2026-09-03 | 54.0428 |
| 2026-09-04 | 58.0646 |
| 2026-09-05 | 55.0918 |
| 2026-09-06 | 54.1262 |
| 2026-09-07 | 54.0907 |
| 2026-09-08 | 54.1581 |
| 2026-09-09 | 54.2112 |
| 2026-09-10 | 54.2198 |
| 2026-09-11 | 54.0999 |
| 2026-09-12 | 54.0819 |
| 2026-09-13 | 54.0833 |
| 2026-09-14 | 53.9391 |
| 2026-09-15 | 53.7680 |
| 2026-09-16 | 57.8010 |
| 2026-09-17 | 53.4518 |
| 2026-09-18 | 48.9941 |
| 2026-09-19 | 53.5453 |
| 2026-09-20 | 53.5475 |
| 2026-09-21 | 53.5068 |
| 2026-09-22 | 57.4623 |
| 2026-09-23 | 53.2684 |
| 2026-09-24 | 52.9795 |
| 2026-09-25 | 52.9925 |
High
58.0646
Low
48.9941
Average
54.1366
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.