Skip to content

Franchise Group, Inc.: filings

Every Franchise Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-08-08

The latest filing in this captured record is a 10-Q filed 2023-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Franchise Group, 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-Q2023-08-08fiscal Q2 2023361010001528930-23-000016
10-Q2023-05-10fiscal Q1 202336750001528930-23-000013
10-K2023-02-28fiscal FY 2022501300001528930-23-000005
10-Q/A2022-11-09fiscal Q2 202236990001528930-22-000058
10-Q/A2022-11-09fiscal Q1 202237760001528930-22-000056
10-Q2022-11-03fiscal Q3 2022371010001528930-22-000046
10-Q2022-08-04fiscal Q2 202236990001528930-22-000039
10-Q2022-05-05fiscal Q1 202237760001528930-22-000028
10-K2022-02-23fiscal FY 2021512270001528930-22-000004
10-Q2021-11-02fiscal Q3 2021431220001528930-21-000048
10-Q2021-08-03fiscal Q2 2021431230001528930-21-000043
10-Q2021-05-06fiscal Q1 202143910001528930-21-000025
10-K2021-03-10fiscal FY 2020511790001528930-21-000013
10-Q2020-11-04fiscal Q3 2020391120001528930-20-000070
10-Q2020-08-05fiscal Q2 2020391110001528930-20-000057
10-Q2020-06-18fiscal Q1 202038790001528930-20-000033
10-Q2019-12-10fiscal Q2 2020371150001528930-19-000046
10-Q2019-09-09fiscal Q1 202036920001528930-19-000031
10-K2019-06-27fiscal FY 2019431530001528930-19-000015
10-Q2019-03-07fiscal Q3 201931950001528930-19-000005
10-Q2018-12-10fiscal Q2 201929920001528930-18-000059
10-Q2018-11-30fiscal Q1 201929760001528930-18-000053
10-K2018-10-10fiscal FY 2018411480001528930-18-000034
10-K2018-10-05fiscal FY 2018411480001528930-18-000029
10-Q2018-10-05fiscal Q3 2018331060001528930-18-000028
10-Q2018-10-05fiscal Q2 201831980001528930-18-000025
10-Q2017-09-11fiscal Q1 201830760001528930-17-000022
10-K2017-07-07fiscal FY 2017411480001528930-17-000014
10-Q2017-03-09fiscal Q3 2017341080001528930-17-000005
10-Q2016-12-09fiscal Q2 201730940001528930-16-000059
10-Q2016-09-02fiscal Q1 201730760001528930-16-000055
10-K2016-06-29fiscal FY 2016411470001528930-16-000045
10-Q2016-03-08fiscal Q3 2016351140001528930-16-000037
10-Q2015-12-09fiscal Q2 201630940001528930-15-000034
10-Q2015-09-03fiscal Q1 201630760001528930-15-000024
10-K2015-07-01fiscal FY 2015421500001628280-15-005183
10-Q2015-03-06fiscal Q3 2015351140001528930-15-000009
10-Q2014-12-08fiscal Q2 201530940001528930-14-000073
10-Q2014-09-03fiscal Q1 201530760001528930-14-000046
10-K2014-06-26fiscal FY 2014401430001528930-14-000029
10-Q2014-03-13fiscal Q3 2014321040001528930-14-000013
10-Q/A2014-01-31fiscal Q3 201334920001104659-14-005555
10-Q/A2013-12-20fiscal Q1 201332660001104659-13-091430
10-Q2013-12-13fiscal Q2 201430800001528930-13-000019
10-Q/A2013-11-15fiscal Q2 201332840001104659-13-085131
10-Q2013-10-18fiscal Q1 201431640001528930-13-000008
10-K2013-10-01fiscal FY 2013381320001528930-13-000003
10-Q2013-03-12fiscal Q3 201335940001104659-13-019808
10-Q2012-12-04fiscal Q2 201333860001104659-12-081668
10-Q/A2012-09-27fiscal Q1 201333680001104659-12-065796

Inspect the source

Entity
Franchise Group, Inc. / CIK 0001528930
Captured
SEC response SHA-256
c063a4455fb8cccd5f5a2f1ad9ec6b9e224bd3faef1ee0fc31a0a884eee94f2b

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