Skip to content

CASTLE BIOSCIENCES, INC.: filings

Every CASTLE BIOSCIENCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-07-30fiscal Q2 2026471340001628280-26-051052
10-Q2026-05-06fiscal Q1 202647980001628280-26-031263
10-K2026-02-26fiscal FY 2025531390001628280-26-012272
10-Q2025-11-03fiscal Q3 2025471380001628280-25-048254
10-Q2025-08-04fiscal Q2 2025471340001447362-25-000097
10-Q2025-05-05fiscal Q1 202547980001447362-25-000069
10-K2025-02-27fiscal FY 2024521360001447362-25-000031
10-Q2024-11-04fiscal Q3 2024471360001447362-24-000169
10-Q2024-08-05fiscal Q2 2024471320001447362-24-000122
10-Q2024-05-02fiscal Q1 202447990001447362-24-000060
10-K2024-02-28fiscal FY 2023521050001447362-24-000017
10-Q2023-11-02fiscal Q3 2023471360001447362-23-000147
10-Q2023-08-02fiscal Q2 2023471320001447362-23-000128
10-Q2023-05-03fiscal Q1 202347980001447362-23-000067
10-K2023-02-28fiscal FY 2022531070001447362-23-000038
10-Q2022-11-02fiscal Q3 2022481390001447362-22-000172
10-Q2022-08-08fiscal Q2 2022471320001447362-22-000137
10-Q2022-05-09fiscal Q1 202246960001447362-22-000085
10-K2022-02-28fiscal FY 2021511020001447362-22-000045
10-Q2021-11-08fiscal Q3 2021451320001447362-21-000251
10-Q2021-08-09fiscal Q2 2021451280001447362-21-000199
10-Q2021-05-10fiscal Q1 202142880001447362-21-000108
10-K2021-03-11fiscal FY 2020501500001447362-21-000047
10-Q2020-11-09fiscal Q3 2020451280001447362-20-000257
10-Q2020-08-10fiscal Q2 2020451280001447362-20-000169
10-Q2020-05-11fiscal Q1 202044920001447362-20-000053
10-K2020-03-10fiscal FY 2019521530001447362-20-000029
10-Q2019-11-12fiscal Q3 2019481380001447362-19-000015
10-Q2019-09-03fiscal Q2 2019441220001447362-19-000011

Inspect the source

Entity
CASTLE BIOSCIENCES, INC. / CIK 0001447362
Captured
2026-09-20T09:04:56.223Z
SEC response SHA-256
b5b12bbb6c222921977bf2a7a522ce535d23114b78b16b6605d69acd491e349c

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