Skip to content

CSW INDUSTRIALS, INC.: filings

Every CSW INDUSTRIALS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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 Q1 2027481000001624794-26-000046
10-K2026-05-26fiscal FY 2026561450001624794-26-000027
10-Q2026-01-29fiscal Q3 2026481380001624794-26-000014
10-Q2025-10-30fiscal Q2 2026471330001624794-25-000103
10-Q2025-07-31fiscal Q1 202647990001624794-25-000080
10-K2025-05-22fiscal FY 2025561470001624794-25-000056
10-Q2025-01-30fiscal Q3 2025471370001624794-25-000012
10-Q2024-10-30fiscal Q2 2025471330001624794-24-000091
10-Q2024-07-31fiscal Q1 202547970001624794-24-000058
10-K2024-05-23fiscal FY 2024551410001624794-24-000032
10-Q2024-02-01fiscal Q3 2024471350001624794-24-000007
10-Q2023-11-02fiscal Q2 2024471310001624794-23-000105
10-Q2023-08-03fiscal Q1 202447970001624794-23-000064
10-K2023-05-25fiscal FY 2023551420001624794-23-000039
10-Q2023-02-02fiscal Q3 2023481370001624794-23-000008
10-Q2022-11-03fiscal Q2 2023481330001624794-22-000101
10-Q2022-08-05fiscal Q1 202348990001624794-22-000061
10-K2022-05-18fiscal FY 2022552080001624794-22-000040
10-Q2022-02-03fiscal Q3 2022481370001624794-22-000015
10-Q2021-11-03fiscal Q2 2022481270001624794-21-000091
10-Q2021-08-04fiscal Q1 202248980001624794-21-000062
10-K2021-05-20fiscal FY 2021541870001624794-21-000031
10-Q2021-02-05fiscal Q3 2021461320001624794-21-000008
10-Q2020-10-30fiscal Q2 2021461280001624794-20-000094
10-Q2020-08-03fiscal Q1 202146960001624794-20-000068
10-K2020-05-20fiscal FY 2020531830001624794-20-000051
10-Q2020-02-04fiscal Q3 2020461290001624794-20-000019
10-Q2019-11-05fiscal Q2 2020461250001624794-19-000075
10-Q2019-08-08fiscal Q1 202045910001624794-19-000036
10-K2019-05-22fiscal FY 2019491770001624794-19-000021
10-Q2019-02-05fiscal Q3 2019421240001624794-19-000005
10-Q2018-11-07fiscal Q2 2019421140001624794-18-000022
10-Q2018-08-01fiscal Q1 201941840001624794-18-000016
10-K2018-05-30fiscal FY 2018461610001624794-18-000009
10-Q2018-02-08fiscal Q3 2018411100001624794-18-000004
10-Q2017-11-08fiscal Q2 2018381040001624794-17-000024
10-Q2017-08-09fiscal Q1 201838780001624794-17-000020
10-K2017-06-14fiscal FY 2017441550001624794-17-000014
10-Q2017-02-13fiscal Q3 2017381020001624794-17-000008
10-Q2016-11-14fiscal Q2 2017381030001193125-16-766231
10-Q2016-08-15fiscal Q1 201738770001193125-16-681344
10-K2016-06-08fiscal FY 2016431500001193125-16-616636
10-Q2016-02-16fiscal Q3 2016381060001193125-16-463816
10-Q2015-11-16fiscal Q2 2016381060001193125-15-378398

Inspect the source

Entity
CSW INDUSTRIALS, INC. / CIK 0001624794
Captured
2026-09-21T17:20:57.103Z
SEC response SHA-256
80529df12b7623b0e8e0cadf9fef294cdd184a3e8bfaf35f5d11f67a6cfece92

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