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: show the values
| Point | SBD/KMF |
|---|---|
| 2025-09-25 | 50.6239 |
| 2025-10-02 | 51.3481 |
| 2025-10-09 | 51.7329 |
| 2025-10-16 | 51.5960 |
| 2025-10-23 | 51.8602 |
| 2025-10-30 | 51.7602 |
| 2025-11-06 | 52.2108 |
| 2025-11-13 | 51.9040 |
| 2025-11-20 | 52.1419 |
| 2025-11-27 | 51.7477 |
| 2025-12-04 | 51.5310 |
| 2025-12-12 | 51.4718 |
| 2025-12-19 | 51.5415 |
| 2025-12-26 | 51.4567 |
| 2026-01-02 | 51.4779 |
| 2026-01-09 | 52.0019 |
| 2026-01-16 | 52.3980 |
| 2026-01-23 | 51.5701 |
| 2026-01-30 | 51.0728 |
| 2026-02-06 | 51.5996 |
| 2026-02-13 | 51.2879 |
| 2026-02-20 | 51.9151 |
| 2026-02-27 | 51.5923 |
| 2026-03-06 | 52.3819 |
| 2026-03-13 | 53.1743 |
| 2026-03-20 | 53.0313 |
| 2026-03-27 | 53.1839 |
| 2026-04-03 | 52.9058 |
| 2026-04-10 | 52.1827 |
| 2026-04-17 | 52.0946 |
| 2026-04-24 | 52.3835 |
| 2026-05-01 | 52.6753 |
| 2026-05-08 | 52.3620 |
| 2026-05-16 | 52.7950 |
| 2026-05-24 | 52.7186 |
| 2026-05-31 | 52.8010 |
| 2026-06-09 | 53.1302 |
| 2026-06-16 | 53.2301 |
| 2026-06-23 | 53.6242 |
| 2026-06-30 | 53.5735 |
| 2026-07-07 | 53.4607 |
| 2026-07-14 | 53.4273 |
| 2026-07-21 | 53.3208 |
| 2026-07-28 | 53.5131 |
| 2026-08-04 | 53.1611 |
| 2026-08-11 | 52.9999 |
| 2026-08-18 | 52.8538 |
| 2026-08-26 | 52.5692 |
| 2026-09-02 | 52.9516 |
| 2026-09-09 | 52.7926 |
| 2026-09-16 | 52.9552 |
| 2026-09-23 | 53.9141 |
High
53.9141
Low
50.6239
Average
52.4121
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD¤cies=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¤cies=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.