Skip to content

SBD to CHF exchange rate API

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

0.10342

▲ +3.08% over 5Y

1 SBD = 0.10342 CHF · 1 CHF = 9.6693 SBD · Get this rate via the API

1 SBD buys 0.10342 CHF as of 2026-09-25, so 1 CHF buys 9.6693 SBD. Over the last 5 years, SBD/CHF traded between 0.09584 and 0.10787, averaged 0.10053 and rose 3.08%. The API holds daily SBD/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/CHF over 5Y

SBD/CHF over 5Y: show the values
PointSBD/CHF
2024-08-240.10033
2024-10-030.10265
2024-11-020.10411
2024-12-020.10584
2025-01-010.10787
2025-01-310.10768
2025-03-020.10708
2025-04-010.10580
2025-05-010.10097
2025-05-310.09673
2025-06-300.09584
2025-07-300.09669
2025-08-290.09626
2025-09-280.09722
2025-10-280.09736
2025-11-270.09843
2025-12-270.09700
2026-01-260.09605
2026-02-250.09601
2026-03-270.09941
2026-04-260.09766
2026-05-260.09804
2026-06-250.10130
2026-07-250.10124
2026-08-240.10025
2026-09-230.10304

High

0.10787

Low

0.09584

Average

0.10053

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SBD/CHF API questions

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

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

How far back does SBD/CHF historical data go?

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