Skip to content

SBD to KMF exchange rate API

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

53.8334

▲ +6.34% over 1Y

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 last year, SBD/KMF traded between 50.6239 and 53.9141, averaged 52.4121 and rose 6.34%. 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 1Y

SBD/KMF over 1Y: show the values
PointSBD/KMF
2025-09-2550.6239
2025-10-0251.3481
2025-10-0951.7329
2025-10-1651.5960
2025-10-2351.8602
2025-10-3051.7602
2025-11-0652.2108
2025-11-1351.9040
2025-11-2052.1419
2025-11-2751.7477
2025-12-0451.5310
2025-12-1251.4718
2025-12-1951.5415
2025-12-2651.4567
2026-01-0251.4779
2026-01-0952.0019
2026-01-1652.3980
2026-01-2351.5701
2026-01-3051.0728
2026-02-0651.5996
2026-02-1351.2879
2026-02-2051.9151
2026-02-2751.5923
2026-03-0652.3819
2026-03-1353.1743
2026-03-2053.0313
2026-03-2753.1839
2026-04-0352.9058
2026-04-1052.1827
2026-04-1752.0946
2026-04-2452.3835
2026-05-0152.6753
2026-05-0852.3620
2026-05-1652.7950
2026-05-2452.7186
2026-05-3152.8010
2026-06-0953.1302
2026-06-1653.2301
2026-06-2353.6242
2026-06-3053.5735
2026-07-0753.4607
2026-07-1453.4273
2026-07-2153.3208
2026-07-2853.5131
2026-08-0453.1611
2026-08-1152.9999
2026-08-1852.8538
2026-08-2652.5692
2026-09-0252.9516
2026-09-0952.7926
2026-09-1652.9552
2026-09-2353.9141

High

53.9141

Low

50.6239

Average

52.4121

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.