Skip to content

NOODLES & COMPANY: filings

Every NOODLES & COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-24fiscal Q2 2026481280001275158-26-000049
10-Q2026-05-07fiscal Q1 2026481000001275158-26-000037
10-K2026-03-26fiscal FY 2025511310001275158-26-000021
10-Q2025-11-06fiscal Q3 2025481280001275158-25-000102
10-Q2025-08-14fiscal Q2 2025481280001275158-25-000090
10-Q2025-05-08fiscal Q1 2025481000001275158-25-000044
10-K2025-03-07fiscal FY 2024511310001275158-25-000016
10-Q2024-11-07fiscal Q3 2024491300001275158-24-000098
10-Q2024-08-08fiscal Q2 2024481280001275158-24-000084
10-Q2024-05-09fiscal Q1 2024481000001275158-24-000041
10-K2024-03-08fiscal FY 2024511310001275158-24-000007
10-Q2023-11-08fiscal Q3 2023491300001275158-23-000093
10-Q2023-08-10fiscal Q2 2023481280001275158-23-000088
10-Q2023-05-11fiscal Q1 2023481000001275158-23-000041
10-K2023-03-09fiscal FY 2022501280001275158-23-000012
10-Q2022-11-04fiscal Q3 2022481280001275158-22-000083
10-Q2022-07-28fiscal Q2 2022481280001275158-22-000078
10-Q2022-04-28fiscal Q1 2022481000001275158-22-000044
10-K2022-02-24fiscal FY 2021501280001275158-22-000006
10-Q2021-11-09fiscal Q3 2021491300001275158-21-000121
10-Q2021-08-04fiscal Q2 2021491300001275158-21-000104
10-Q2021-04-30fiscal Q1 2021481000001275158-21-000065
10-K2021-02-26fiscal FY 2020501460001275158-21-000015
10-Q2020-10-29fiscal Q3 2020491300001275158-20-000122
10-Q2020-08-06fiscal Q2 2020501310001275158-20-000101
10-Q2020-06-17fiscal Q1 2020501030001275158-20-000084
10-K2020-02-26fiscal FY 2019551790001275158-20-000014
10-Q2019-11-08fiscal Q3 2019491470001275158-19-000104
10-Q2019-08-06fiscal Q2 2019481450001275158-19-000083
10-Q2019-05-10fiscal Q1 2019481160001275158-19-000028
10-K2019-03-15fiscal FY 2018501750001275158-19-000010
10-Q2018-10-23fiscal Q3 2018461190001275158-18-000124
10-Q2018-07-19fiscal Q2 2018461190001275158-18-000085
10-Q2018-05-11fiscal Q1 201844900001275158-18-000035
10-K2018-03-15fiscal FY 2017491650001275158-18-000017
10-Q2017-11-09fiscal Q3 2017471220001275158-17-000109
10-Q2017-08-11fiscal Q2 2017471220001275158-17-000090
10-Q2017-05-10fiscal Q1 201747960001275158-17-000055
10-K2017-03-02fiscal FY 2016461490001275158-17-000018
10-Q2016-11-07fiscal Q3 2016461180001275158-16-000155
10-Q2016-08-05fiscal Q2 2016441140001275158-16-000148
10-Q2016-05-04fiscal Q1 201644900001275158-16-000108
10-K2016-03-01fiscal FY 2015461520001275158-16-000096
10-Q2015-11-06fiscal Q3 2015441140001275158-15-000069
10-Q2015-08-07fiscal Q2 2015441140001275158-15-000063
10-Q2015-06-05fiscal Q1 201544900001275158-15-000046
10-Q2015-05-07fiscal Q1 201544900001275158-15-000024
10-K2015-02-24fiscal FY 2014451500001275158-15-000005
10-Q2014-11-06fiscal Q3 2014441140001275158-14-000054
10-Q2014-08-14fiscal Q2 2014421100001275158-14-000050
10-Q2014-04-30fiscal Q1 201441840001275158-14-000019
10-K2014-03-07fiscal FY 2013431450001275158-14-000011
10-Q2013-11-07fiscal Q3 2013411080001445305-13-002828
10-Q2013-08-09fiscal Q2 2013411080001445305-13-002089

Inspect the source

Entity
NOODLES & COMPANY / CIK 0001275158
Captured
2026-09-20T07:48:02.834Z
SEC response SHA-256
4e1fa08ad3c4ca979327cb33b1304110ce922283040633c423376b9e1c1a939b

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