Skip to content

WINGSTOP INC.: filings

Every WINGSTOP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-29fiscal Q2 2026401140001628280-26-050580
10-Q2026-04-29fiscal Q1 202640840001636222-26-000017
10-K2026-02-18fiscal FY 2025511270001636222-26-000008
10-Q2025-11-04fiscal Q3 2025391140001636222-25-000110
10-Q2025-07-30fiscal Q2 2025391100001636222-25-000099
10-Q2025-04-30fiscal Q1 202539820001636222-25-000059
10-K2025-02-19fiscal FY 2024501260001636222-25-000008
10-Q2024-10-30fiscal Q3 2024401180001636222-24-000132
10-Q2024-07-31fiscal Q2 2024411160001636222-24-000121
10-Q2024-05-01fiscal Q1 202438800001636222-24-000073
10-K2024-02-21fiscal FY 2023521310001636222-24-000011
10-Q2023-11-01fiscal Q3 2023391160001636222-23-000120
10-Q2023-08-02fiscal Q2 2023381100001636222-23-000105
10-Q2023-05-03fiscal Q1 202338800001636222-23-000059
10-K2023-02-22fiscal FY 2022511280001636222-23-000009
10-Q2022-10-26fiscal Q3 2022391160001636222-22-000123
10-Q2022-07-28fiscal Q2 2022381080001636222-22-000109
10-Q2022-05-04fiscal Q1 202238800001636222-22-000072
10-K2022-02-16fiscal FY 2021511260001636222-22-000008
10-Q2021-11-03fiscal Q3 2021381120001636222-21-000141
10-Q2021-07-28fiscal Q2 2021381080001636222-21-000110
10-Q2021-04-28fiscal Q1 202136760001636222-21-000078
10-K2021-02-18fiscal FY 2020491210001636222-21-000011
10-Q2020-11-02fiscal Q3 2020351050001636222-20-000166
10-Q2020-07-29fiscal Q2 2020351000001636222-20-000127
10-Q2020-05-06fiscal Q1 202035740001636222-20-000086
10-K2020-02-19fiscal FY 2019481780001636222-20-000036
10-Q2019-10-30fiscal Q3 2019391110001636222-19-000146
10-Q2019-08-01fiscal Q2 2019391060001636222-19-000122
10-Q2019-05-08fiscal Q1 201939780001636222-19-000080
10-K2019-02-27fiscal FY 2018451750001636222-19-000039
10-Q2018-10-29fiscal Q3 2018361000001636222-18-000042
10-Q2018-08-03fiscal Q2 201835960001636222-18-000025
10-Q2018-05-04fiscal Q1 201835720001636222-18-000019
10-K2018-02-23fiscal FY 2017441620001636222-18-000015
10-Q2017-11-03fiscal Q3 201735940001636222-17-000031
10-Q2017-08-04fiscal Q2 201735930001636222-17-000023
10-Q2017-05-05fiscal Q1 201735710001636222-17-000018
10-K2017-03-03fiscal FY 2016441600001636222-17-000011
10-Q2016-11-02fiscal Q3 201636950001636222-16-000055
10-Q2016-08-05fiscal Q2 201635940001636222-16-000049
10-Q2016-05-06fiscal Q1 201634700001636222-16-000038
10-K2016-03-04fiscal FY 2015441610001636222-16-000029
10-Q2015-11-06fiscal Q3 2015381000001636222-15-000015
10-Q2015-08-07fiscal Q2 2015381000001636222-15-000008

Inspect the source

Entity
WINGSTOP INC. / CIK 0001636222
Captured
2026-09-21T17:22:34.327Z
SEC response SHA-256
b06e063a6d131b5a898269149242bf8d588aca401bcbf127028a748238368766

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