Skip to content

The Simply Good Foods Company: filings

Every The Simply Good Foods Company annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2026-07-09fiscal Q3 2026511640001702744-26-000023
10-Q2026-04-09fiscal Q2 2026521580001702744-26-000012
10-Q2026-01-08fiscal Q1 2026521120001702744-26-000006
10-K2025-10-28fiscal FY 2025601630001702744-25-000046
10-Q2025-07-10fiscal Q3 2025521680001702744-25-000036
10-Q2025-04-09fiscal Q2 2025511440001702744-25-000020
10-Q2025-01-08fiscal Q1 2025511040001702744-25-000005
10-K2024-10-29fiscal FY 2024611640001702744-24-000089
10-Q2024-06-27fiscal Q3 2024531510001702744-24-000045
10-Q2024-04-04fiscal Q2 2024531440001702744-24-000022
10-Q2024-01-04fiscal Q1 2024531080001702744-24-000005
10-K2023-10-24fiscal FY 2023601620001702744-23-000098
10-Q2023-06-29fiscal Q3 2023521500001702744-23-000048
10-Q2023-04-05fiscal Q2 2023521460001702744-23-000019
10-Q2023-01-05fiscal Q1 2023511040001702744-23-000008
10-K2022-10-21fiscal FY 2022621680001702744-22-000073
10-Q2022-06-30fiscal Q3 2022511480001702744-22-000043
10-Q2022-04-06fiscal Q2 2022511440001702744-22-000025
10-Q2022-01-05fiscal Q1 2022491000001702744-22-000008
10-K2021-10-26fiscal FY 2021611650001702744-21-000121
10-Q2021-07-08fiscal Q3 2021501460001702744-21-000073
10-Q/A2021-06-30fiscal Q2 2021501420001702744-21-000068
10-Q/A2021-06-30fiscal Q1 2021501020001702744-21-000067
10-K/A2021-06-30fiscal FY 2020623100001702744-21-000066
10-Q2021-04-08fiscal Q2 2021501420001702744-21-000035
10-Q2021-01-07fiscal Q1 2021501020001702744-21-000011
10-K2020-10-28fiscal FY 2020622040001702744-20-000100
10-Q2020-07-09fiscal Q3 2020511460001702744-20-000060
10-Q2020-04-06fiscal Q2 2020511420001702744-20-000024
10-Q2020-01-09fiscal Q1 2020501000001702744-20-000006
10-K2019-10-30fiscal FY 2019571990001702744-19-000048
10-Q2019-07-02fiscal Q3 2019481430001702744-19-000022
10-Q2019-04-04fiscal Q2 2019481390001702744-19-000015
10-Q2019-01-03fiscal Q1 201947950001702744-19-000004
10-K2018-10-24fiscal FY 2018561370001702744-18-000064
10-Q2018-07-10fiscal Q3 201844810001702744-18-000044
10-Q2018-04-10fiscal Q2 201845810001702744-18-000030
10-Q2018-01-09fiscal Q1 201845640001702744-18-000009
10-K2017-11-09fiscal FY 201752650001702744-17-000027
10-Q2017-07-14fiscal Q3 2017411090001702744-17-000004

Inspect the source

Entity
The Simply Good Foods Company / CIK 0001702744
Captured
2026-09-21T17:25:56.983Z
SEC response SHA-256
d14e6edde955242a8df13c861163bfb1860f61fedfa3d4e06214d108fe032392

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