Skip to content

STAR BUFFET INC: financial reference

Explore STAR BUFFET INC financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2019-04-26

The latest filing in this captured record is a 10-K filed 2019-04-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. STAR BUFFET 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.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2019-01-286,425,000USD2019-04-26
Total liabilities-2019-01-289,878,000USD2019-04-26
Stockholders equity-2019-01-28-3,453,000USD2019-04-26
Cash and cash equivalents-2019-01-28163,000USD2019-04-26
Net income or loss2018-01-302019-01-28-541,000USD2019-04-26
Operating cash flow2018-01-302019-01-28591,000USD2019-04-26
Capital expenditure payments2018-01-302019-01-28289,000USD2019-04-26
Revenue2017-02-012018-01-2926,525,000USD2018-04-26
Financing cash flow2018-01-302019-01-28-561,000USD2019-04-26
Investing cash flow2018-01-302019-01-285,000USD2019-04-26
Retained earnings or deficit-2019-01-28-21,199,000USD2019-04-26
Income tax expense or benefit2018-01-302019-01-2833,000USD2019-04-26
Net property, plant and equipment-2019-01-285,560,000USD2019-04-26
Operating income or loss2018-01-302019-01-28-209,000USD2019-04-26
Current assets-2019-01-28626,000USD2019-04-26
Interest expense2018-01-302019-01-28494,000USD2019-04-26
Current liabilities-2019-01-285,024,000USD2019-04-26
Net finite-lived intangible assets-2017-01-300USD2017-04-28
Net current accounts receivable-2019-01-28172,000USD2019-04-26
Net inventory-2019-01-28254,000USD2019-04-26
Long-term debt-2019-01-284,730,000USD2019-04-26
Net intangible assets excluding goodwill-2019-01-2834,000USD2019-04-26
Other noncurrent assets-2019-01-28205,000USD2019-04-26
Other noncurrent liabilities-2019-01-28308,000USD2019-04-26
General and administrative expense2018-01-302019-01-281,429,000USD2019-04-26
Depreciation expense2018-01-302019-01-28612,000USD2019-04-26
Depreciation, depletion and amortization2018-01-302019-01-28612,000USD2019-04-26
Amortization of intangible assets2018-01-302019-01-285,000USD2019-04-26
Other nonoperating income or expense2018-01-302019-01-2887,000USD2019-04-26
Current income tax expense or benefit2018-01-302019-01-2833,000USD2019-04-26
Deferred income tax expense or benefit2018-01-302019-01-2833,000USD2019-04-26
Interest paid, net2018-01-302019-01-28237,000USD2019-04-26
Income taxes paid, net2018-01-302019-01-2831,000USD2019-04-26
Change in inventories2018-01-302019-01-28-88,000USD2019-04-26

Filings

34 STAR BUFFET INC filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

Inspect the source

Entity
STAR BUFFET INC / CIK 0001043156
Captured
SEC response SHA-256
b352b24fe96eead0aca13d764180554279d2dc15864f80dd58191d5c6e435242

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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