Skip to content

STAR BUFFET INC: filings

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

Filing record ends 2019-12-17

The latest filing in this captured record is a 10-Q filed 2019-12-17. 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.

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-Q2019-12-17fiscal Q3 202037940001437749-19-024545
10-Q2019-09-23fiscal Q2 202037960001437749-19-018891
10-Q2019-07-01fiscal Q1 202037780001437749-19-013246
10-K2019-04-26fiscal FY 201936740001437749-19-008055
10-Q2018-12-17fiscal Q3 201936910001437749-18-022118
10-Q2018-09-24fiscal Q2 201936920001437749-18-017359
10-Q2018-07-03fiscal Q1 201936740001437749-18-012922
10-K2018-04-26fiscal FY 201836760001437749-18-007847
10-Q2017-12-18fiscal Q3 201832810001437749-17-020852
10-Q2017-09-25fiscal Q2 201832830001437749-17-016319
10-Q2017-07-03fiscal Q1 201832670001437749-17-012165
10-K2017-04-28fiscal FY 201733670001437749-17-007392
10-Q2017-02-03fiscal Q3 201732810001437749-17-001636
10-Q2017-02-03fiscal Q2 201732830001437749-17-001633
10-Q2017-02-03fiscal Q1 201732670001437749-17-001630
10-K2017-02-03fiscal FY 201633670001437749-17-001628
10-Q2017-02-03fiscal Q3 201632820001437749-17-001625
10-Q2017-02-03fiscal Q2 201632820001437749-17-001620
10-Q2017-02-03fiscal Q1 201632660001437749-17-001618
10-K2016-08-18fiscal FY 201531640001437749-16-037763
10-K2016-08-18fiscal FY 201430620001437749-16-037761
10-K2016-08-18fiscal FY 201330610001437749-16-037757
10-K2016-08-18fiscal FY 201231610001437749-16-037755
10-Q2016-08-18fiscal Q1 201330620001437749-16-037753
10-Q2016-08-18fiscal Q1 201433680001437749-16-037751
10-Q2016-08-18fiscal Q3 201331780001437749-16-037749
10-Q2016-08-18fiscal Q2 201433810001437749-16-037747
10-Q2016-08-18fiscal Q3 201432810001437749-16-037745
10-Q2016-08-18fiscal Q2 201330760001437749-16-037743
10-Q2016-08-18fiscal Q1 201532650001437749-16-037741
10-Q2016-08-18fiscal Q2 201532790001437749-16-037739
10-Q2016-08-18fiscal Q3 201532790001437749-16-037737
10-Q2013-11-08fiscal Q3 201130750001437749-13-014312
10-Q2013-11-08fiscal Q2 201130750001437749-13-014309

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

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