Skip to content

Potbelly Corporation: filings

Every Potbelly Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-Q2025-08-06fiscal Q2 2025441260001195734-25-000129
10-Q2025-05-07fiscal Q1 202544920001195734-25-000085
10-K2025-03-06fiscal FY 2024481230001195734-25-000029
10-Q2024-11-07fiscal Q3 2024461330001195734-24-000166
10-Q2024-08-08fiscal Q2 2024461290001195734-24-000148
10-Q2024-05-08fiscal Q1 202445930001195734-24-000094
10-K2024-03-08fiscal FY 2023471200001195734-24-000022
10-Q2023-11-01fiscal Q3 2023451310001195734-23-000164
10-Q2023-08-03fiscal Q2 2023451270001195734-23-000140
10-Q2023-05-04fiscal Q1 202345930001195734-23-000081
10-K2023-03-02fiscal FY 2022471200001195734-23-000019
10-Q2022-11-03fiscal Q3 2022451310001195734-22-000132
10-Q2022-08-04fiscal Q2 2022451270001195734-22-000098
10-Q2022-05-05fiscal Q1 202245930001195734-22-000048
10-K2022-03-03fiscal FY 2021471210001195734-22-000010
10-Q2021-11-04fiscal Q3 2021441230001564590-21-054474
10-Q2021-08-05fiscal Q2 2021441230001564590-21-041316
10-Q2021-05-06fiscal Q1 202144910001564590-21-025096
10-K2021-03-12fiscal FY 2020471600001564590-21-012800
10-Q2020-11-05fiscal Q3 2020451240001564590-20-051478
10-Q2020-08-05fiscal Q2 2020441240001564590-20-036893
10-Q2020-05-18fiscal Q1 202044900001564590-20-026026
10-K2020-02-27fiscal FY 2019471590001564590-20-007450
10-Q2019-11-05fiscal Q3 2019441210001564590-19-040430
10-Q2019-08-08fiscal Q2 2019441210001564590-19-030805
10-Q2019-05-08fiscal Q1 201944890001564590-19-017050
10-K2019-03-01fiscal FY 2018441560001564590-19-005583
10-Q2018-11-09fiscal Q3 2018411150001564590-18-028823
10-Q2018-08-08fiscal Q2 2018411160001564590-18-020456
10-Q2018-05-09fiscal Q1 201838780001564590-18-012379
10-K2018-02-28fiscal FY 2017391420001564590-18-003783
10-Q2017-11-03fiscal Q3 2017361050001564590-17-021465
10-Q2017-08-04fiscal Q2 2017361060001564590-17-015609
10-Q2017-05-03fiscal Q1 201736760001564590-17-008387
10-K2017-02-22fiscal FY 2016391420001564590-17-002022
10-Q2016-11-02fiscal Q3 2016361060001564590-16-026881
10-Q2016-08-03fiscal Q2 2016361060001564590-16-022361
10-Q2016-05-04fiscal Q1 201636760001564590-16-017658
10-K2016-02-24fiscal FY 2015411450001564590-16-013212
10-Q2015-11-04fiscal Q3 2015361060001564590-15-009352
10-Q2015-08-05fiscal Q2 2015361050001193125-15-278695
10-Q2015-05-06fiscal Q1 201536750001193125-15-174547
10-K2015-02-25fiscal FY 2014421470001193125-15-062851
10-Q2014-11-05fiscal Q3 2014391140001193125-14-398531
10-Q2014-08-06fiscal Q2 2014381130001193125-14-298419
10-Q2014-05-07fiscal Q1 201438800001193125-14-187517
10-K2014-03-05fiscal FY 2013461580001193125-14-084597
10-Q/A2013-11-20fiscal Q3 2013401140001193125-13-448657

Inspect the source

Entity
Potbelly Corporation / CIK 0001195734
Captured
2026-09-21T17:18:08.351Z
SEC response SHA-256
3a61ebdc6ac8f4aa6d466c410d4fafbacee0c8e6b304799bd4cc9849a73c2609

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