Skip to content

ENERGIZER HOLDINGS, INC.: filings

Every ENERGIZER HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-04fiscal Q3 2026441240001632790-26-000076
10-Q2026-05-05fiscal Q2 2026441220001632790-26-000056
10-Q2026-02-05fiscal Q1 202643880001632790-26-000038
10-K2025-11-18fiscal FY 2025511350001632790-25-000091
10-Q2025-08-04fiscal Q3 2025441260001632790-25-000066
10-Q2025-05-06fiscal Q2 2025431220001632790-25-000040
10-Q2025-02-04fiscal Q1 202543880001632790-25-000024
10-K2024-11-19fiscal FY 2024501340001632790-24-000102
10-Q2024-08-06fiscal Q3 2024431240001632790-24-000063
10-Q2024-05-07fiscal Q2 2024431220001632790-24-000038
10-Q2024-02-06fiscal Q1 202443880001632790-24-000022
10-K2023-11-14fiscal FY 2023511370001632790-23-000064
10-Q2023-08-08fiscal Q3 2023421200001632790-23-000042
10-Q2023-05-08fiscal Q2 2023431250001632790-23-000032
10-Q2023-02-06fiscal Q1 202343880001632790-23-000020
10-K2022-11-15fiscal FY 2022521400001632790-22-000091
10-Q2022-08-08fiscal Q3 2022451370001632790-22-000064
10-Q2022-05-09fiscal Q2 2022441300001632790-22-000048
10-Q2022-02-07fiscal Q3 202042880001632790-22-000032
10-K2021-11-16fiscal FY 2021531410001632790-21-000128
10-Q2021-08-09fiscal Q3 2020451320001632790-21-000095
10-Q2021-05-10fiscal Q3 2020451290001632790-21-000067
10-Q2021-02-08fiscal Q3 202045920001632790-21-000041
10-K2020-11-17fiscal FY 2020551820001632790-20-000094
10-Q2020-08-05fiscal Q3 2020471290001632790-20-000071
10-Q2020-05-07fiscal Q2 2020471290001632790-20-000051
10-Q2020-02-05fiscal Q1 202045890001632790-20-000030
10-K2019-11-19fiscal FY 2019521790001632790-19-000080
10-Q2019-08-07fiscal Q3 2019451300001632790-19-000047
10-Q2019-05-08fiscal Q2 2019451280001632790-19-000027
10-Q2019-02-05fiscal Q1 201943900001632790-19-000016
10-K2018-11-16fiscal FY 2018481610001632790-18-000107
10-Q2018-08-01fiscal Q3 2018401080001632790-18-000080
10-Q2018-05-02fiscal Q2 2018401080001632790-18-000042
10-Q2018-01-31fiscal Q1 201840820001632790-18-000022
10-K2017-11-14fiscal FY 2017461550001632790-17-000087
10-Q2017-08-02fiscal Q3 2017401090001632790-17-000064
10-Q2017-05-03fiscal Q2 2017401090001632790-17-000039
10-Q2017-02-01fiscal Q1 201740820001632790-17-000017
10-K2016-11-15fiscal FY 2016461520001632790-16-000150
10-Q2016-08-03fiscal Q3 2016391040001632790-16-000123
10-Q2016-05-04fiscal Q2 2016391020001632790-16-000083
10-Q2016-02-03fiscal Q1 201639800001632790-16-000068
10-K2015-11-20fiscal FY 2015451480001632790-15-000044
10-Q2015-08-11fiscal Q3 201535920001632790-15-000011

Inspect the source

Entity
ENERGIZER HOLDINGS, INC. / CIK 0001632790
Captured
2026-09-21T17:22:22.358Z
SEC response SHA-256
30160db83c625025b61f46dfa37bd8a075b28a322478f38508e901b5898ccf86

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