Skip to content

Hayward Holdings, Inc.: filings

Every Hayward Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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-04-29fiscal Q1 2026481000001834622-26-000033
10-K2026-02-25fiscal FY 2025561620001834622-26-000008
10-Q2025-10-29fiscal Q3 2025491420001834622-25-000142
10-Q2025-07-30fiscal Q2 2025491380001834622-25-000110
10-Q2025-05-01fiscal Q1 2025491020001834622-25-000057
10-K2025-02-27fiscal FY 2024551460001834622-25-000009
10-Q2024-10-29fiscal Q3 2024481400001834622-24-000131
10-Q2024-07-30fiscal Q2 2024481360001834622-24-000093
10-Q2024-05-02fiscal Q1 2024481000001834622-24-000038
10-K2024-02-29fiscal FY 2023571520001834622-24-000010
10-Q2023-10-31fiscal Q3 2023491420001834622-23-000107
10-Q2023-08-02fiscal Q2 2023491380001834622-23-000070
10-Q2023-05-04fiscal Q1 2023491020001834622-23-000032
10-K2023-02-28fiscal FY 2022571520001834622-23-000017
10-Q2022-11-02fiscal Q3 2022491420001834622-22-000104
10-Q2022-07-29fiscal Q2 2022491380001834622-22-000085
10-Q2022-04-29fiscal Q1 2022491020001834622-22-000047
10-K2022-03-09fiscal FY 2021581520001834622-22-000024
10-Q2021-10-27fiscal Q3 2021491440001834622-21-000045
10-Q2021-08-02fiscal Q2 2021501420001834622-21-000017
10-Q2021-05-18fiscal Q1 2021501040001834622-21-000002

Inspect the source

Entity
Hayward Holdings, Inc. / CIK 0001834622
Captured
2026-09-21T17:36:41.081Z
SEC response SHA-256
02d9d155921c3aac71843017232b3055bf47cd668bc89d5453a072cf5515b78b

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