Skip to content

BBQ HOLDINGS, INC.: filings

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

Filing record ends 2022-08-11

The latest filing in this captured record is a 10-Q filed 2022-08-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. BBQ HOLDINGS, 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-Q2022-08-11fiscal Q2 2022441240001021270-22-000012
10-Q2022-05-12fiscal Q1 202243900001558370-22-008551
10-K2022-03-16fiscal FY 202148960001558370-22-003759
10-Q2021-11-17fiscal Q3 2021431190001558370-21-016122
10-Q2021-08-16fiscal Q2 2021421130001558370-21-011771
10-Q2021-05-19fiscal Q1 202141830001558370-21-007541
10-K2021-04-02fiscal FY 202046930001558370-21-003944
10-Q2020-11-10fiscal Q3 2020421140001558370-20-013520
10-Q2020-08-12fiscal Q2 2020421140001558370-20-010404
10-Q2020-05-13fiscal Q1 202041830001558370-20-006507
10-K2020-03-27fiscal FY 201948930001558370-20-003261
10-Q2019-11-12fiscal Q3 2019451150001021270-19-000088
10-Q2019-08-12fiscal Q2 2019441110001021270-19-000069
10-Q2019-05-13fiscal Q1 201942830001021270-19-000035
10-K2019-03-04fiscal FY 201845900001021270-19-000010
10-Q2018-11-13fiscal Q3 2018431120001021270-18-000038
10-Q2018-08-13fiscal Q2 2018401070001558370-18-007021
10-Q2018-05-14fiscal Q1 201839790001021270-18-000020
10-K2018-03-05fiscal FY 201743860001021270-18-000006
10-Q2017-11-13fiscal Q3 2017401070001021270-17-000033
10-Q2017-08-14fiscal Q2 2017391050001021270-17-000011
10-Q2017-05-15fiscal Q1 201736740001193125-17-170799
10-K2017-03-21fiscal FY 2016411190001193125-17-090715
10-Q2016-11-16fiscal Q3 2016391050001193125-16-769628
10-Q2016-08-17fiscal Q2 2016371010001193125-16-683895
10-Q2016-05-18fiscal Q1 201636740001193125-16-594364
10-K2016-03-18fiscal FY 2015411270001193125-16-510524
10-Q2015-11-06fiscal Q3 2015371040001193125-15-369961
10-Q2015-08-07fiscal Q2 2015371020001193125-15-283290
10-Q2015-05-08fiscal Q1 201538770001193125-15-179330
10-K2015-03-13fiscal FY 2014401460001193125-15-091119
10-Q2014-11-07fiscal Q3 2014381030001193125-14-402757
10-Q2014-08-08fiscal Q2 201436970001193125-14-302155
10-Q2014-05-09fiscal Q1 201436710001193125-14-192363
10-K2014-03-14fiscal FY 2013391460001193125-14-099714
10-Q2013-11-07fiscal Q3 201335950001193125-13-432237
10-Q2013-08-08fiscal Q2 201335950001193125-13-326124
10-Q2013-05-10fiscal Q1 201335690001193125-13-213415
10-K2013-03-15fiscal FY 2012381430001193125-13-109839
10-Q2012-11-02fiscal Q3 201233930001193125-12-449094
10-Q2012-08-10fiscal Q2 201233920001193125-12-349410
10-Q2012-05-11fiscal Q1 201230620001193125-12-228531
10-K2012-03-16fiscal FY 201133910001193125-12-119605
10-Q2011-11-10fiscal Q3 201131880001193125-11-306358
10-Q2011-08-12fiscal Q2 201131880001193125-11-221160

Inspect the source

Entity
BBQ HOLDINGS, INC. / CIK 0001021270
Captured
SEC response SHA-256
130654f36d5d1678dd5874b44771fd52693af5822cc7f86c004dd238c28a0c92

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