Skip to content

GOLDEN ENTERPRISES INC: filings

Every GOLDEN ENTERPRISES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2016-08-04

The latest filing in this captured record is a 10-K filed 2016-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. GOLDEN ENTERPRISES INC 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-K2016-08-04fiscal FY 201633680001144204-16-116506
10-Q2016-04-07fiscal Q3 201629840001144204-16-093246
10-Q2016-01-08fiscal Q2 201624660001144204-16-074813
10-Q2015-10-08fiscal Q1 201624500001144204-15-058570
10-K2015-08-20fiscal FY 201534680001157523-15-002979
10-Q2015-04-09fiscal Q3 201526730001157523-15-001129
10-Q2015-01-08fiscal Q2 201525720001157523-15-000065
10-Q2014-10-09fiscal Q1 201525520001157523-14-003890
10-K2014-08-21fiscal FY 201430610001157523-14-003542
10-Q2014-04-10fiscal Q3 201424650001157523-14-001378
10-Q2014-01-10fiscal Q2 201424650001157523-14-000069
10-Q2013-10-10fiscal Q1 201427560001157523-13-004687
10-K/A2013-09-13fiscal FY 201333670001157523-13-004411
10-K2013-08-22fiscal FY 201333670001157523-13-004225
10-Q2013-04-11fiscal Q3 201325670001157523-13-001749
10-Q2013-01-11fiscal Q2 201325670001157523-13-000112
10-Q2012-10-11fiscal Q1 201328580001157523-12-005098
10-K2012-08-23fiscal FY 201236730001157523-12-004652
10-Q2012-04-12fiscal Q3 201229830001157523-12-001792
10-Q2012-01-13fiscal Q2 201229830001157523-12-000135
10-Q2011-10-11fiscal Q1 201229590001157523-11-005671
10-K2011-08-23fiscal FY 201130610001157523-11-005171
10-Q2011-04-14fiscal Q3 201132870001157523-11-002020
10-Q2011-01-13fiscal Q2 201132870001157523-11-000180
10-Q2010-10-07fiscal Q1 201132650001157523-10-005761

Inspect the source

Entity
GOLDEN ENTERPRISES INC / CIK 0000042228
Captured
SEC response SHA-256
9c39810098b4ee6e342c63d75e22462e0c5f67694f12dbd80bbca409add994bd

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