Skip to content

CHF to SBD exchange rate API

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

9.6692

▼ +5.78% over YTD

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

1 CHF buys 9.6692 SBD as of 2026-09-25, so 1 SBD buys 0.10342 CHF. Over the year to date, CHF/SBD traded between 9.6692 and 10.5643, averaged 10.1111 and fell 5.78%. The API holds daily CHF/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/SBD over YTD

CHF/SBD over YTD: show the values
PointCHF/SBD
2025-12-3110.2625
2026-01-0710.2032
2026-01-1410.1366
2026-01-2110.2639
2026-01-2810.5643
2026-02-0410.4321
2026-02-1110.5204
2026-02-1810.4819
2026-02-2510.4152
2026-03-0410.3660
2026-03-1110.2675
2026-03-1810.1473
2026-03-2510.1302
2026-04-0110.1055
2026-04-0810.2525
2026-04-1510.2925
2026-04-2210.2368
2026-04-2910.1130
2026-05-0610.2783
2026-05-1310.2536
2026-05-2010.1170
2026-05-2710.1735
2026-06-0310.1129
2026-06-1010.0250
2026-06-1710.0848
2026-06-249.8724
2026-07-019.9333
2026-07-089.9024
2026-07-159.9680
2026-07-229.9504
2026-07-299.8540
2026-08-059.9393
2026-08-129.9098
2026-08-199.9163
2026-08-269.9764
2026-09-029.8579
2026-09-099.9273
2026-09-169.8273
2026-09-239.7048

High

10.5643

Low

9.6692

Average

10.1111

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SBD API questions

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

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

How far back does CHF/SBD historical data go?

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