Skip to content

CrowdStrike Holdings, Inc.: filings

Every CrowdStrike Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-27fiscal Q2 2027541520001535527-26-000031
10-Q2026-06-04fiscal Q1 2027531120001535527-26-000025
10-K2026-03-05fiscal FY 2026551430001535527-26-000010
10-Q2025-12-03fiscal Q3 2026511400001535527-25-000033
10-Q2025-08-28fiscal Q2 2026511400001535527-25-000025
10-Q2025-06-04fiscal Q1 2025501050001535527-25-000019
10-K2025-03-10fiscal FY 2024551430001535527-25-000009
10-Q2024-11-27fiscal Q3 2025501390001535527-24-000026
10-Q2024-08-29fiscal Q2 2025491350001535527-24-000020
10-Q2024-06-05fiscal Q1 2025511070001535527-24-000013
10-K2024-03-07fiscal FY 2023551430001535527-24-000007
10-Q2023-11-29fiscal Q3 2024511430001535527-23-000026
10-Q2023-08-31fiscal Q2 2024511430001535527-23-000020
10-Q2023-06-01fiscal Q1 2024511070001535527-23-000014
10-K2023-03-09fiscal FY 2022551430001535527-23-000008
10-Q2022-11-30fiscal Q3 2023511430001535527-22-000025
10-Q2022-08-31fiscal Q2 2023511430001535527-22-000018
10-Q2022-06-03fiscal Q1 2023511060001535527-22-000012
10-K2022-03-16fiscal FY 2022541410001535527-22-000006
10-Q2021-12-02fiscal Q3 2021521450001535527-21-000028
10-Q2021-09-01fiscal Q2 2021521450001535527-21-000022
10-Q2021-06-04fiscal Q1 2021521070001535527-21-000013
10-K2021-03-18fiscal FY 2021511250001535527-21-000007
10-Q2020-12-03fiscal Q3 2020481250001535527-20-000025
10-Q2020-09-03fiscal Q2 2020481250001535527-20-000019
10-Q2020-06-03fiscal Q1 202048980001535527-20-000012
10-K2020-03-23fiscal FY 2020491290001535527-20-000006
10-Q2019-12-06fiscal Q3 2020461250001535527-19-000011
10-Q2019-09-06fiscal Q2 2020461210001558370-19-008521
10-Q2019-07-19fiscal Q1 202045940001558370-19-006161

Inspect the source

Entity
CrowdStrike Holdings, Inc. / CIK 0001535527
Captured
2026-09-20T09:16:52.168Z
SEC response SHA-256
a71a92f1f11bd3032271ca55be7a7770a96a846ec809f925829ef952fd5f3fa1

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