Skip to content

SELECT WATER SOLUTIONS, INC.: filings

Every SELECT WATER SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-05fiscal Q2 2026481320001104659-26-091156
10-Q2026-05-06fiscal Q1 202647970001104659-26-056298
10-K2026-02-18fiscal FY 2025551400001104659-26-017085
10-Q2025-11-05fiscal Q3 2025471310001104659-25-107051
10-Q2025-08-06fiscal Q2 2025471310001558370-25-010545
10-Q2025-05-07fiscal Q1 202547970001558370-25-006754
10-K2025-02-19fiscal FY 2024531350001558370-25-001154
10-Q2024-11-06fiscal Q3 2024501360001558370-24-014647
10-Q2024-07-31fiscal Q2 2024501360001558370-24-010486
10-Q2024-05-01fiscal Q1 2024501010001558370-24-006399
10-K2024-02-21fiscal FY 2023541360001558370-24-001437
10-Q2023-11-01fiscal Q3 2023501380001558370-23-017246
10-Q2023-08-03fiscal Q2 2023511390001558370-23-013256
10-Q2023-05-03fiscal Q1 2023511030001558370-23-007856
10-K2023-02-22fiscal FY 2022551390001558370-23-001765
10-Q2022-11-03fiscal Q3 2022511440001558370-22-016274
10-Q2022-08-03fiscal Q2 2022511440001558370-22-011905
10-Q2022-05-04fiscal Q1 2022511060001558370-22-007064
10-K2022-02-23fiscal FY 2021551410001558370-22-001752
10-Q2021-11-03fiscal Q3 2021501420001558370-21-014323
10-Q2021-08-04fiscal Q2 2021501420001558370-21-010236
10-Q2021-05-05fiscal Q1 2021501040001558370-21-005937
10-K2021-02-24fiscal FY 2020541780001558370-21-001620
10-Q2020-11-04fiscal Q3 2020511430001558370-20-012580
10-Q2020-08-05fiscal Q2 2020511430001558370-20-009411
10-Q2020-05-06fiscal Q1 2020511040001558370-20-005426
10-K2020-02-25fiscal FY 2019551770001558370-20-001327
10-Q2019-11-07fiscal Q3 2019541480001558370-19-010371
10-Q2019-08-07fiscal Q2 2019541490001558370-19-007459
10-Q2019-05-08fiscal Q1 2019511040001558370-19-004443
10-K2019-03-01fiscal FY 2018511700001558370-19-001424
10-Q2018-11-07fiscal Q3 2018471300001558370-18-008785
10-Q2018-08-10fiscal Q2 2018461290001558370-18-006974
10-Q2018-05-11fiscal Q1 201847990001558370-18-004740
10-K2018-03-19fiscal FY 2017481600001558370-18-002250
10-Q2017-11-13fiscal Q3 2017441170001558370-17-008809
10-Q2017-08-11fiscal Q2 2017441180001558370-17-006568
10-Q2017-05-19fiscal Q1 201739810001558370-17-004431

Inspect the source

Entity
SELECT WATER SOLUTIONS, INC. / CIK 0001693256
Captured
2026-09-21T17:25:30.102Z
SEC response SHA-256
0a5e179288d27984ea1ee31ae92adb0188b4db59beb36cc64941b77304c54486

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