Skip to content

Solid Biosciences Inc.: filings

Every Solid Biosciences Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-06fiscal Q2 2026351010001193125-26-337935
10-Q2026-05-12fiscal Q1 202635740001193125-26-219337
10-K2026-03-19fiscal FY 202540810001193125-26-115928
10-Q2025-11-03fiscal Q3 2025351070001193125-25-262818
10-Q2025-08-12fiscal Q2 2025351040000950170-25-107279
10-Q2025-05-15fiscal Q1 202535750000950170-25-072560
10-K2025-03-06fiscal FY 202439790000950170-25-034644
10-Q2024-11-06fiscal Q3 2024351070000950170-24-122247
10-Q2024-08-13fiscal Q2 2024361070000950170-24-096130
10-Q2024-05-15fiscal Q1 202437780000950170-24-060034
10-K2024-03-13fiscal FY 2023411040000950170-24-030508
10-Q2023-11-08fiscal Q3 2023401140000950170-23-061096
10-Q2023-08-14fiscal Q2 2023401140000950170-23-042371
10-Q2023-05-11fiscal Q1 202339820000950170-23-020851
10-K2023-03-23fiscal FY 2022431080000950170-23-009318
10-Q2022-11-10fiscal Q3 2022391110000950170-22-024163
10-Q2022-08-11fiscal Q2 2022391100000950170-22-016643
10-Q2022-04-27fiscal Q1 202235750001564590-22-015867
10-K2022-03-14fiscal FY 202139970001564590-22-009963
10-Q2021-11-03fiscal Q3 202137960001564590-21-053726
10-Q2021-08-16fiscal Q2 202138970001564590-21-044656
10-Q2021-05-14fiscal Q1 202138740001564590-21-027807
10-K2021-03-15fiscal FY 202039960001564590-21-013153
10-Q2020-11-05fiscal Q3 2020371000001564590-20-050874
10-Q2020-08-06fiscal Q2 202035980001564590-20-037207
10-Q2020-05-07fiscal Q1 202035740001564590-20-022357
10-K2020-03-12fiscal FY 2019411350001564590-20-010247
10-Q2019-11-12fiscal Q3 2019401080001564590-19-042546
10-Q2019-08-14fiscal Q2 2019391060001564590-19-031964
10-Q2019-05-13fiscal Q1 201939790001564590-19-018869
10-K2019-03-13fiscal FY 2018371400001564590-19-007462
10-Q2018-11-13fiscal Q3 2018371000001564590-18-029118
10-Q2018-08-10fiscal Q2 2018371000001193125-18-245070
10-Q2018-05-10fiscal Q1 201837750001193125-18-158375

Inspect the source

Entity
Solid Biosciences Inc. / CIK 0001707502
Captured
2026-09-21T17:24:14.396Z
SEC response SHA-256
7eae2b5d6d3acae9012fd7f1ac560602c510c7db1fc43264e8ab1184e95b23eb

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/0001707502.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"])))