Skip to content

ChampionX Corp: filings

Every ChampionX Corp 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-Q2025-04-30fiscal Q1 2025491020001723089-25-000075
10-K2025-02-05fiscal FY 2024591560001723089-25-000025
10-Q2024-10-24fiscal Q3 2024481360001723089-24-000127
10-Q2024-07-25fiscal Q2 2024481320001723089-24-000111
10-Q2024-04-25fiscal Q1 2024481000001723089-24-000091
10-K2024-02-06fiscal FY 2023581500001723089-24-000011
10-Q2023-10-25fiscal Q3 2023471340001723089-23-000159
10-Q2023-07-25fiscal Q2 2023471300001723089-23-000133
10-Q2023-04-25fiscal Q1 202347980001723089-23-000082
10-K2023-02-02fiscal FY 2022581500001723089-23-000011
10-Q2022-10-26fiscal Q3 2022471340001723089-22-000143
10-Q2022-07-27fiscal Q2 2022471300001723089-22-000130
10-Q2022-04-27fiscal Q1 202246960001723089-22-000083
10-K2022-02-10fiscal FY 2021571470001723089-22-000021
10-Q2021-10-28fiscal Q3 2021481340001723089-21-000142
10-Q2021-07-29fiscal Q2 2021461240001723089-21-000129
10-Q2021-04-29fiscal Q1 202146960001723089-21-000073
10-K2021-03-01fiscal FY 2020551430001723089-21-000047
10-Q2020-10-30fiscal Q3 2020451280001723089-20-000148
10-Q2020-08-07fiscal Q2 2020451240001723089-20-000138
10-Q2020-05-11fiscal Q1 202044920001723089-20-000066
10-K2020-03-02fiscal FY 2019571930001723089-20-000030
10-Q2019-11-19fiscal Q3 2019471300001723089-19-000097
10-Q2019-07-29fiscal Q2 2019471250001723089-19-000089
10-Q2019-05-03fiscal Q1 201946930001723089-19-000061
10-K2019-02-27fiscal FY 2018541870001723089-19-000030
10-Q2018-11-02fiscal Q3 2018451170001723089-18-000031
10-Q2018-08-06fiscal Q2 2018451170001723089-18-000018
10-Q2018-06-04fiscal Q1 201842840001723089-18-000008

Inspect the source

Entity
ChampionX Corp / CIK 0001723089
Captured
2026-09-21T17:27:23.598Z
SEC response SHA-256
419751b1cfab6306f42e269765d28051611392bda3077712f93d8e7b33d0c388

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