Skip to content

HEWLETT PACKARD ENTERPRISE COMPANY: filings

Every HEWLETT PACKARD ENTERPRISE COMPANY 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-09-03fiscal Q3 2026451220001645590-26-000080
10-Q2026-06-02fiscal Q2 2026451220001645590-26-000055
10-Q2026-03-10fiscal Q1 202645920001645590-26-000032
10-K2025-12-18fiscal FY 2025561420001645590-25-000130
10-Q2025-09-04fiscal Q3 2025441190001645590-25-000101
10-Q2025-06-04fiscal Q2 2025441200001645590-25-000068
10-Q2025-03-07fiscal Q1 202544900001645590-25-000039
10-K2024-12-19fiscal FY 2024571450001645590-24-000139
10-Q2024-09-05fiscal Q3 2024431160001645590-24-000119
10-Q2024-06-05fiscal Q2 2024431160001645590-24-000098
10-Q2024-03-05fiscal Q1 202443880001645590-24-000069
10-K2023-12-22fiscal FY 2023561430001645590-23-000117
10-Q2023-09-01fiscal Q3 2023421140001645590-23-000087
10-Q2023-06-02fiscal Q2 2023421140001645590-23-000066
10-Q2023-03-07fiscal Q1 202342860001645590-23-000035
10-K2022-12-08fiscal FY 2022561430001645590-22-000071
10-Q2022-09-01fiscal Q3 2022421140001645590-22-000052
10-Q2022-06-03fiscal Q2 2022421140001645590-22-000032
10-Q2022-03-03fiscal Q1 202242860001645590-22-000016
10-K2021-12-10fiscal FY 2021561430001645590-21-000068
10-Q2021-09-03fiscal Q3 2021421140001645590-21-000055
10-Q2021-06-03fiscal Q2 2021421140001645590-21-000041
10-Q2021-03-04fiscal Q1 202142860001645590-21-000016
10-K2020-12-10fiscal FY 2020561640001645590-20-000056
10-Q2020-09-03fiscal Q3 2020451160001645590-20-000041
10-Q2020-06-02fiscal Q2 2020441150001645590-20-000025
10-Q2020-03-09fiscal Q1 202046910001645590-20-000009
10-K2019-12-13fiscal FY 2019541690001645590-19-000044
10-Q2019-08-30fiscal Q3 2019421140001645590-19-000030
10-Q2019-05-31fiscal Q2 2019431200001645590-19-000017
10-Q2019-03-05fiscal Q1 201942910001628280-19-002482
10-K2018-12-12fiscal FY 2018482200001628280-18-015054
10-Q2018-09-04fiscal Q3 2018401100001628280-18-011596
10-Q2018-06-07fiscal Q2 2018401100001628280-18-007715
10-Q2018-03-09fiscal Q1 201840820001628280-18-003043
10-K2017-12-15fiscal FY 2017481240001628280-17-012383
10-Q2017-09-07fiscal Q3 2017461220001628280-17-009143
10-Q2017-06-08fiscal Q2 2017461190001628280-17-006325
10-Q2017-03-09fiscal Q1 201743870001628280-17-002444
10-K2016-12-15fiscal FY 2016471200001628280-16-022051
10-Q2016-09-08fiscal Q3 2016431140001628280-16-019456
10-Q2016-06-08fiscal Q2 2016401060001047469-16-013717
10-Q2016-03-10fiscal Q1 201640780001047469-16-010994
10-K2015-12-17fiscal FY 2015421090001047469-15-009279

Inspect the source

Entity
HEWLETT PACKARD ENTERPRISE COMPANY / CIK 0001645590
Captured
2026-09-21T17:23:12.284Z
SEC response SHA-256
e2800dcac4b3530c289f7494e3fcf9be38378fba1ef9172483f50976ae0568d1

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