Skip to content

SI-BONE, INC.: filings

Every SI-BONE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-04fiscal Q2 2026491390001459839-26-000069
10-Q2026-05-11fiscal Q1 2026491010001459839-26-000056
10-K2026-02-24fiscal FY 2025541360001459839-26-000036
10-Q2025-11-10fiscal Q3 2025501450001459839-25-000095
10-Q2025-08-05fiscal Q2 2025501410001459839-25-000076
10-Q2025-05-06fiscal Q1 2025501030001459839-25-000061
10-K2025-02-25fiscal FY 2024541380001459839-25-000036
10-Q2024-11-12fiscal Q3 2024511470001459839-24-000077
10-Q2024-08-06fiscal Q2 2024511430001459839-24-000065
10-Q2024-05-07fiscal Q1 2024501030001459839-24-000041
10-K2024-02-27fiscal FY 2023541090001459839-24-000014
10-Q2023-11-07fiscal Q3 2023511470001459839-23-000105
10-Q2023-08-08fiscal Q2 2023511430001459839-23-000091
10-Q2023-05-02fiscal Q1 2023501030001459839-23-000063
10-K2023-03-02fiscal FY 2022531070001459839-23-000020
10-Q2022-11-08fiscal Q3 2022501480001459839-22-000044
10-Q2022-08-09fiscal Q2 2022491400001459839-22-000037
10-Q2022-05-10fiscal Q1 2022491040001459839-22-000029
10-K2022-03-01fiscal FY 2021531080001459839-22-000016
10-Q2021-11-09fiscal Q3 2021471360001459839-21-000061
10-Q2021-08-04fiscal Q2 2021471320001459839-21-000054
10-Q2021-05-04fiscal Q1 202143900001459839-21-000045
10-K2021-03-10fiscal FY 202047950001459839-21-000012
10-Q2020-11-03fiscal Q3 2020431200001459839-20-000099
10-Q2020-08-04fiscal Q2 2020431160001459839-20-000074
10-Q2020-05-05fiscal Q1 202043890001459839-20-000047
10-K2020-03-11fiscal FY 201947940001459839-20-000031
10-Q2019-11-12fiscal Q3 2019421170001459839-19-000044
10-Q2019-08-07fiscal Q2 2019421130001459839-19-000035
10-Q2019-05-09fiscal Q1 201942870001459839-19-000026
10-K2019-03-14fiscal FY 201847960001459839-19-000011
10-Q2018-11-29fiscal Q3 2018421080001459839-18-000009

Inspect the source

Entity
SI-BONE, INC. / CIK 0001459839
Captured
2026-09-20T09:06:10.107Z
SEC response SHA-256
8865bc70ed417453df6fa46b21b2d21c09c8aa77e077e43b4108d080f7907bd4

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001459839.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))