Skip to content

SNAP ONE HOLDINGS CORP.: filings

Every SNAP ONE HOLDINGS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 13 filings, each linked to its SEC index.

Filing record ends 2024-05-08

The latest filing in this captured record is a 10-Q filed 2024-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. SNAP ONE HOLDINGS CORP. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-05-08fiscal Q1 2024501020001856430-24-000025
10-K2024-03-08fiscal FY 2023581510001856430-24-000016
10-Q2023-11-08fiscal Q3 2023521460001856430-23-000082
10-Q2023-08-09fiscal Q2 2023531430001856430-23-000072
10-Q2023-05-10fiscal Q1 2023521060001856430-23-000038
10-K2023-03-15fiscal FY 2022591510001856430-23-000017
10-Q2022-11-10fiscal Q3 2022531450001856430-22-000066
10-Q2022-08-12fiscal Q2 2022531410001856430-22-000050
10-Q2022-05-13fiscal Q1 2022521040001856430-22-000025
10-K/A2022-04-25fiscal FY 2021561460001856430-22-000019
10-K2022-03-23fiscal FY 2021561130001856430-22-000015
10-Q2021-11-05fiscal Q3 2021491390001856430-21-000029
10-Q2021-08-27fiscal Q2 2021491350001856430-21-000011

Inspect the source

Entity
SNAP ONE HOLDINGS CORP. / CIK 0001856430
Captured
SEC response SHA-256
047a2bf3124bba450be3660f8b7384beb3a03e60ff7fbd746dca16a3cccf264e

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