Skip to content

SecureWorks Corp.: filings

Every SecureWorks Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-Q2024-12-04fiscal Q3 2025471330001468666-24-000050
10-Q2024-09-06fiscal Q2 2025471330001468666-24-000040
10-Q2024-06-07fiscal Q1 2025491010001468666-24-000027
10-K2024-03-22fiscal FY 2024551420001468666-24-000016
10-Q2023-12-08fiscal Q3 2024481350001468666-23-000041
10-Q2023-09-08fiscal Q2 2024481350001468666-23-000035
10-Q2023-06-08fiscal Q1 202448990001468666-23-000022
10-K2023-03-23fiscal FY 2023541380001468666-23-000013
10-Q2022-12-01fiscal Q3 2023481350001468666-22-000044
10-Q2022-09-01fiscal Q2 2023481350001468666-22-000033
10-Q2022-06-02fiscal Q1 202346950001468666-22-000021
10-K2022-03-23fiscal FY 2022541380001468666-22-000011
10-Q2021-12-02fiscal Q3 2022471290001468666-21-000046
10-Q2021-09-02fiscal Q2 2022471290001468666-21-000039
10-Q2021-06-03fiscal Q1 202245930001468666-21-000019
10-K2021-03-25fiscal FY 2021521560001468666-21-000012
10-Q2020-12-03fiscal Q3 2021451210001468666-20-000053
10-Q2020-09-09fiscal Q2 2021451210001468666-20-000045
10-Q2020-06-04fiscal Q1 202145930001468666-20-000033
10-K2020-03-27fiscal FY 2020531540001468666-20-000019
10-Q2019-12-05fiscal Q3 2020461200001468666-19-000076
10-Q2019-09-05fiscal Q2 2020461200001468666-19-000063
10-Q2019-06-05fiscal Q1 202046930001468666-19-000054
10-K2019-03-28fiscal FY 2019521560001468666-19-000022
10-Q2018-12-06fiscal Q3 2019421100001468666-18-000049
10-Q2018-09-05fiscal Q2 2019421100001468666-18-000036
10-Q2018-06-06fiscal Q1 201943880001468666-18-000023
10-K2018-03-28fiscal FY 2018511570001468666-18-000011
10-Q2017-12-06fiscal Q3 2018421120001468666-17-000040
10-Q2017-09-06fiscal Q2 2018421120001468666-17-000034
10-Q2017-06-06fiscal Q1 201843880001468666-17-000027
10-K2017-03-29fiscal Q4 2017491730001468666-17-000015
10-Q2016-12-07fiscal Q3 2017421120001628280-16-021868
10-Q2016-09-07fiscal Q2 2017421120001628280-16-019436
10-Q2016-06-01fiscal Q1 201742860001628280-16-016884

Inspect the source

Entity
SecureWorks Corp. / CIK 0001468666
Captured
2026-09-21T17:20:04.179Z
SEC response SHA-256
44025e2a3045b81f00b533415e19ce5b787c44c4d83a94c7a845be298546c0e0

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