Skip to content

SHAKE SHACK INC.: filings

Every SHAKE SHACK INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-08-05fiscal Q2 2026521410001620533-26-000034
10-Q2026-05-07fiscal Q1 2026521070001620533-26-000026
10-K2026-02-26fiscal FY 2025561450001620533-26-000018
10-Q2025-10-30fiscal Q3 2025521410001620533-25-000075
10-Q2025-07-31fiscal Q2 2025521410001620533-25-000065
10-Q2025-05-01fiscal Q1 2025521070001620533-25-000029
10-K2025-02-21fiscal FY 2024561450001620533-25-000016
10-Q2024-10-31fiscal Q3 2024521410001620533-24-000110
10-Q2024-08-02fiscal Q2 2024521410001620533-24-000086
10-Q2024-05-03fiscal Q1 2024521070001620533-24-000040
10-K2024-02-29fiscal FY 2023563580001620533-24-000023
10-Q2023-11-03fiscal Q3 2023521430001620533-23-000090
10-Q2023-08-04fiscal Q2 2023521440001620533-23-000078
10-Q2023-05-05fiscal Q1 2023511060001620533-23-000037
10-K2023-02-23fiscal FY 2022561450001620533-23-000015
10-Q2022-11-04fiscal Q3 2022511400001620533-22-000081
10-Q2022-08-05fiscal Q2 2022511400001620533-22-000069
10-Q2022-05-06fiscal Q1 2022511060001620533-22-000032
10-K2022-02-18fiscal FY 2021551400001620533-22-000014
10-Q2021-11-05fiscal Q3 2021521420001620533-21-000103
10-Q2021-08-06fiscal Q2 2021511380001620533-21-000093
10-Q2021-05-07fiscal Q1 2021501040001620533-21-000052
10-K2021-02-26fiscal FY 2020531690001620533-21-000027
10-Q2020-10-30fiscal Q3 2020511380001620533-20-000109
10-Q2020-07-31fiscal Q2 2020511380001620533-20-000070
10-Q2020-05-04fiscal Q1 2020511060001620533-20-000029
10-K2020-02-24fiscal FY 2019521650001620533-20-000006
10-Q2019-11-04fiscal Q3 2019481300001620533-19-000142
10-Q2019-08-05fiscal Q2 2019481300001620533-19-000105
10-Q2019-05-06fiscal Q1 201948980001620533-19-000053
10-K2019-02-25fiscal Q4 2018491610001620533-19-000010
10-Q2018-11-05fiscal Q3 2018461240001620533-18-000129
10-Q2018-08-06fiscal Q2 2018461240001620533-18-000107
10-Q2018-05-07fiscal Q1 201846940001620533-18-000053
10-K2018-02-26fiscal Q4 2017481510001620533-18-000015
10-Q2017-11-02fiscal Q3 2017441180001620533-17-000150
10-Q2017-08-04fiscal Q2 2017441180001620533-17-000129
10-Q2017-05-05fiscal Q1 201744900001620533-17-000066
10-K2017-03-13fiscal Q4 2016491550001620533-17-000041
10-Q2016-11-10fiscal Q3 2016451180001620533-16-000280
10-Q2016-08-11fiscal Q2 2016451180001620533-16-000254
10-Q2016-05-16fiscal Q1 201645920001620533-16-000203
10-K2016-03-30fiscal Q4 2015481470001620533-16-000187
10-Q2015-11-06fiscal Q3 2015431110001620533-15-000117
10-Q2015-08-10fiscal Q2 2015411070001620533-15-000021
10-Q2015-05-15fiscal Q1 201542850001620533-15-000007

Inspect the source

Entity
SHAKE SHACK INC. / CIK 0001620533
Captured
2026-09-21T17:20:44.969Z
SEC response SHA-256
36c3d4653b0bfe26c36060ca46612d9d4e77e6e4288167a43353d08e25bf9eff

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