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: show the values
| Point | CHF/SBD |
|---|---|
| 2025-09-25 | 10.3975 |
| 2025-10-02 | 10.2612 |
| 2025-10-09 | 10.1906 |
| 2025-10-16 | 10.2287 |
| 2025-10-23 | 10.2486 |
| 2025-10-30 | 10.1843 |
| 2025-11-06 | 10.1362 |
| 2025-11-13 | 10.2799 |
| 2025-11-20 | 10.1424 |
| 2025-11-27 | 10.1599 |
| 2025-12-04 | 10.2240 |
| 2025-12-11 | 10.2413 |
| 2025-12-18 | 10.2391 |
| 2025-12-25 | 10.2756 |
| 2026-01-01 | 10.2193 |
| 2026-01-08 | 10.1847 |
| 2026-01-15 | 10.1432 |
| 2026-01-22 | 10.2372 |
| 2026-01-29 | 10.5630 |
| 2026-02-05 | 10.4091 |
| 2026-02-12 | 10.5013 |
| 2026-02-19 | 10.4012 |
| 2026-02-26 | 10.4420 |
| 2026-03-05 | 10.3655 |
| 2026-03-12 | 10.2101 |
| 2026-03-19 | 10.0819 |
| 2026-03-26 | 10.0881 |
| 2026-04-02 | 10.0244 |
| 2026-04-09 | 10.2065 |
| 2026-04-16 | 10.2319 |
| 2026-04-23 | 10.2608 |
| 2026-04-30 | 10.1573 |
| 2026-05-07 | 10.2951 |
| 2026-05-14 | 10.2009 |
| 2026-05-21 | 10.1304 |
| 2026-05-28 | 10.1119 |
| 2026-06-04 | 10.1626 |
| 2026-06-11 | 10.0583 |
| 2026-06-18 | 9.9105 |
| 2026-06-25 | 9.8718 |
| 2026-07-02 | 9.9632 |
| 2026-07-09 | 9.9630 |
| 2026-07-16 | 10.0264 |
| 2026-07-23 | 9.8640 |
| 2026-07-30 | 9.9277 |
| 2026-08-06 | 9.9438 |
| 2026-08-13 | 9.8865 |
| 2026-08-20 | 10.0416 |
| 2026-08-27 | 9.9520 |
| 2026-09-03 | 9.9095 |
| 2026-09-10 | 9.8480 |
| 2026-09-17 | 9.7075 |
| 2026-09-24 | 9.6877 |
High
10.5630
Low
9.6600
Average
10.1307
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.