Skip to content

KLX Energy Services Holdings, Inc.: filings

Every KLX Energy Services Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-11fiscal Q2 2026451300001738827-26-000032
10-Q2026-05-13fiscal Q1 202642880001738827-26-000021
10-K2026-03-12fiscal FY 202547960001738827-26-000013
10-Q2025-11-06fiscal Q3 2025441320001738827-25-000074
10-Q2025-08-07fiscal Q2 2025441280001738827-25-000066
10-Q2025-05-09fiscal Q1 202544920001738827-25-000052
10-K2025-03-13fiscal FY 202448980001738827-25-000041
10-Q2024-10-31fiscal Q3 2024441300001738827-24-000076
10-Q2024-08-08fiscal Q2 2024441260001738827-24-000066
10-Q2024-05-08fiscal Q1 202444920001738827-24-000051
10-K2024-03-08fiscal FY 202348980001738827-24-000038
10-Q2023-11-07fiscal Q3 2023441300001738827-23-000075
10-Q2023-08-10fiscal Q2 2023431220001738827-23-000057
10-Q2023-05-11fiscal Q1 202343900001738827-23-000032
10-K2023-03-09fiscal FY 2022491000001738827-23-000014
10-Q2022-11-10fiscal Q3 2022421240001738827-22-000038
10-Q2022-08-12fiscal Q2 2022421200001738827-22-000022
10-Q2022-05-13fiscal Q1 202242880001738827-22-000009
10-Q2021-12-10fiscal Q3 2021451310001738827-21-000043
10-Q2021-09-10fiscal Q2 2021431210001738827-21-000034
10-Q2021-06-11fiscal Q1 202142870001738827-21-000015
10-K2021-04-28fiscal FY 202046960001738827-21-000007
10-Q2020-12-09fiscal Q3 2020441270001738827-20-000009
10-Q2020-09-08fiscal Q2 2020431200001738827-20-000004
10-Q2020-06-05fiscal Q1 202040820001558370-20-007309
10-K2020-03-24fiscal FY 2019461430001558370-20-003078
10-Q2019-12-10fiscal Q3 2019421190001558370-19-011456
10-Q2019-08-22fiscal Q2 2019411140001558370-19-008288
10-Q2019-05-23fiscal Q1 201939810001558370-19-005271
10-K2019-03-21fiscal FY 2018411360001558370-19-002349
10-Q2018-12-06fiscal Q3 201835940001558370-18-009609
10-Q2018-08-30fiscal Q2 201830780001558370-18-007312

Inspect the source

Entity
KLX Energy Services Holdings, Inc. / CIK 0001738827
Captured
2026-09-21T17:28:23.271Z
SEC response SHA-256
2c6d64baaaec37c4508027bd7a9f2324ac220653a6e8ca01b99eac08fa85835e

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