Skip to content

CHF to SBD exchange rate API

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

9.6600

▼ +7.09% over 1Y

1 CHF = 9.6600 SBD · 1 SBD = 0.10352 CHF · Get this rate via the API

1 CHF buys 9.6600 SBD as of 2026-09-25, so 1 SBD buys 0.10352 CHF. Over the last year, CHF/SBD traded between 9.6600 and 10.5630, averaged 10.1307 and fell 7.09%. 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 1Y

CHF/SBD over 1Y: show the values
PointCHF/SBD
2025-09-2510.3975
2025-10-0210.2612
2025-10-0910.1906
2025-10-1610.2287
2025-10-2310.2486
2025-10-3010.1843
2025-11-0610.1362
2025-11-1310.2799
2025-11-2010.1424
2025-11-2710.1599
2025-12-0410.2240
2025-12-1110.2413
2025-12-1810.2391
2025-12-2510.2756
2026-01-0110.2193
2026-01-0810.1847
2026-01-1510.1432
2026-01-2210.2372
2026-01-2910.5630
2026-02-0510.4091
2026-02-1210.5013
2026-02-1910.4012
2026-02-2610.4420
2026-03-0510.3655
2026-03-1210.2101
2026-03-1910.0819
2026-03-2610.0881
2026-04-0210.0244
2026-04-0910.2065
2026-04-1610.2319
2026-04-2310.2608
2026-04-3010.1573
2026-05-0710.2951
2026-05-1410.2009
2026-05-2110.1304
2026-05-2810.1119
2026-06-0410.1626
2026-06-1110.0583
2026-06-189.9105
2026-06-259.8718
2026-07-029.9632
2026-07-099.9630
2026-07-1610.0264
2026-07-239.8640
2026-07-309.9277
2026-08-069.9438
2026-08-139.8865
2026-08-2010.0416
2026-08-279.9520
2026-09-039.9095
2026-09-109.8480
2026-09-179.7075
2026-09-249.6877

High

10.5630

Low

9.6600

Average

10.1307

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.