Skip to content

FUSS BRANDS CORP.: filings

Every FUSS BRANDS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-Q2025-09-11fiscal Q3 202528880001829126-25-007301
10-Q2025-06-09fiscal Q2 202527820001829126-25-004334
10-Q2025-03-05fiscal Q1 202527570001829126-25-001474
10-K2025-02-11fiscal FY 202427570001829126-25-000871
10-Q2024-09-06fiscal Q3 202427850001829126-24-006140
10-Q2024-06-27fiscal Q2 202423630001829126-24-004446
10-Q2024-03-18fiscal Q1 202427560001829126-24-001652
10-K2024-02-05fiscal FY 202324470001829126-24-000716
10-Q2023-09-05fiscal Q3 202328830001829126-23-005910
10-Q2023-06-12fiscal Q2 202320510001829126-23-004088
10-Q2023-03-09fiscal Q1 202321410001829126-23-001934
10-K2023-01-27fiscal FY 202220350001829126-23-001055
10-Q2022-09-08fiscal Q3 202222520001829126-22-016503
10-Q2022-06-08fiscal Q2 202215400001829126-22-013136
10-Q2022-02-25fiscal Q1 202215300001829126-22-004418
10-K2021-12-16fiscal FY 202115180001829126-21-016607
10-Q2021-09-20fiscal Q3 202114250001829126-21-010138
10-Q2021-07-14fiscal Q2 202122630001829126-21-006358
10-Q2021-07-14fiscal Q1 202122450001829126-21-006357
10-K2021-07-14fiscal FY 202022240001829126-21-006356
10-Q/A2012-09-20fiscal Q3 2012351040001144204-12-052140
10-Q2012-06-19fiscal Q2 201232900001144204-12-035435
10-Q2012-03-16fiscal Q1 201233680001144204-12-015432
10-K2012-01-30fiscal FY 201134700001144204-12-004760
10-Q2011-09-14fiscal Q3 201133910001144204-11-052961

Inspect the source

Entity
FUSS BRANDS CORP. / CIK 0000926844
Captured
2026-09-21T17:17:28.619Z
SEC response SHA-256
96c46b5388faea898afae66daabaf6d8d316a39bea7e8c18bdfdca20d8f29cbd

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