Skip to content

HOLLEY INC.: filings

Every HOLLEY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-05fiscal Q2 2026551570001822928-26-000068
10-Q2026-05-06fiscal Q1 2026541110001822928-26-000017
10-K2026-03-16fiscal FY 2025571150001628280-26-018218
10-Q2025-11-07fiscal Q3 2025541580001628280-25-050421
10-Q2025-08-06fiscal Q2 2025541540001628280-25-038097
10-Q2025-05-07fiscal Q1 2025551120001437749-25-014913
10-K2025-03-14fiscal FY 2024581510001437749-25-007614
10-Q2024-11-08fiscal Q3 2024551620001437749-24-034047
10-Q2024-08-07fiscal Q2 2024561590001437749-24-025177
10-Q2024-05-08fiscal Q1 2024561150001437749-24-015204
10-K2024-03-14fiscal FY 2023571480001437749-24-007848
10-Q2023-11-08fiscal Q3 2023561620001437749-23-030772
10-Q2023-08-10fiscal Q2 2023561580001437749-23-022877
10-Q2023-05-11fiscal Q1 2023551120001437749-23-013765
10-K2023-03-15fiscal FY 2022561440001437749-23-006585
10-Q2022-11-14fiscal Q3 2022561590001437749-22-027278
10-Q2022-08-11fiscal Q2 2022561550001437749-22-019925
10-Q2022-05-12fiscal Q1 2022541090000950170-22-009468
10-K2022-03-15fiscal FY 2021511340000950170-22-003648
10-Q/A2022-02-04fiscal Q2 202111230001193125-22-027855
10-Q/A2022-02-04fiscal Q1 202112200001193125-22-027851
10-K/A2022-02-04fiscal FY 202014140001193125-22-027848
10-Q2021-11-10fiscal Q3 2021491430000950170-21-003921
10-Q2021-08-12fiscal Q2 202112250001193125-21-243729
10-Q2021-05-19fiscal Q1 202112200001193125-21-165751
10-K/A2021-05-19fiscal FY 202014140001193125-21-165738
10-K2021-03-08fiscal FY 202013130001213900-21-013817

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
HOLLEY INC. / CIK 0001822928
Captured
2026-09-21T17:35:19.042Z
SEC response SHA-256
50f1518efa8a06f8d02b1ec15a50d9ad499e0f2510479729a4509742df077678

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