Skip to content

SBD to KMF exchange rate API

Solomon Islands Dollar to Comoro Franc · quoted 2026-09-25

53.8334

▲ +4.51% over YTD

1 SBD = 53.8334 KMF · 1 KMF = 0.01858 SBD · Get this rate via the API

1 SBD buys 53.8334 KMF as of 2026-09-25, so 1 KMF buys 0.01858 SBD. Over the year to date, SBD/KMF traded between 50.6067 and 53.8334, averaged 52.5990 and rose 4.51%. The API holds daily SBD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/KMF over YTD

SBD/KMF over YTD: show the values
PointSBD/KMF
2025-12-3151.5080
2026-01-0751.7480
2026-01-1452.0567
2026-01-2151.7635
2026-01-2850.6067
2026-02-0451.4168
2026-02-1151.0919
2026-02-1851.4396
2026-02-2551.7229
2026-03-0452.4840
2026-03-1152.8761
2026-03-1853.2722
2026-03-2552.9919
2026-04-0153.1433
2026-04-0852.1845
2026-04-1551.8883
2026-04-2252.4672
2026-04-2952.7629
2026-05-0652.5076
2026-05-1452.6531
2026-05-2153.0053
2026-05-2953.0493
2026-06-0552.8961
2026-06-1452.6981
2026-06-2153.1271
2026-06-2853.4012
2026-07-0553.0449
2026-07-1253.2909
2026-07-1953.2149
2026-07-2653.5571
2026-08-0252.7798
2026-08-0952.7823
2026-08-1652.8867
2026-08-2452.6170
2026-08-3152.9065
2026-09-0752.9513
2026-09-1453.1211
2026-09-2153.6136

High

53.8334

Low

50.6067

Average

52.5990

For developers

Get this rate via the API

One GET request returns the SBD/KMF 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=SBD&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SBD/KMF API questions

How do I get the SBD/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/KMF rate in rates.KMF.

How far back does SBD/KMF historical data go?

Daily SBD/KMF 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 SBD/KMF 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.