Skip to content

CHUY’S HOLDINGS, INC.: filings

Every CHUY’S HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2024-08-09

The latest filing in this captured record is a 10-Q filed 2024-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHUY’S HOLDINGS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-08-09fiscal Q2 2024451210001524931-24-000086
10-Q2024-05-10fiscal Q1 202445930001524931-24-000062
10-K2024-02-29fiscal FY 2023481240001524931-24-000008
10-Q2023-11-03fiscal Q3 2023451210001524931-23-000080
10-Q2023-08-04fiscal Q2 2023451210001524931-23-000068
10-Q2023-05-05fiscal Q1 202345930001524931-23-000048
10-K2023-02-21fiscal FY 2022491270001524931-23-000007
10-Q2022-11-04fiscal Q3 2022441160001524931-22-000073
10-Q2022-08-05fiscal Q2 2022441170001524931-22-000063
10-Q2022-05-06fiscal Q1 202245930001524931-22-000050
10-K2022-02-24fiscal FY 2021501300001524931-22-000005
10-Q2021-11-05fiscal Q3 2021461230001524931-21-000120
10-Q2021-08-06fiscal Q2 2021451190001524931-21-000114
10-Q2021-05-07fiscal Q1 202144910001524931-21-000083
10-K2021-03-11fiscal FY 2020501290001524931-21-000010
10-Q2020-11-06fiscal Q3 2020451200001524931-20-000100
10-Q2020-08-07fiscal Q2 2020451200001524931-20-000090
10-Q2020-05-22fiscal Q1 202044920001524931-20-000054
10-K2020-03-10fiscal FY 2019501710001524931-20-000023
10-Q2019-11-08fiscal Q3 2019431170001524931-19-000076
10-Q2019-08-09fiscal Q2 2019431190001524931-19-000070
10-Q2019-05-08fiscal Q1 201943910001524931-19-000054
10-K2019-03-12fiscal FY 2018461620001524931-19-000023
10-Q2018-11-08fiscal Q3 2018401060001524931-18-000087
10-Q2018-08-10fiscal Q2 2018401060001524931-18-000073
10-Q2018-05-09fiscal Q1 201839800001524931-18-000052
10-K2018-03-15fiscal FY 2017441480001524931-18-000024
10-Q2017-11-03fiscal Q3 2017381000001524931-17-000080
10-Q2017-08-04fiscal Q2 2017381000001524931-17-000076
10-Q2017-05-05fiscal Q1 201738780001524931-17-000063
10-K2017-03-10fiscal FY 2016441480001524931-17-000030
10-Q2016-11-03fiscal Q3 2016381000001524931-16-000182
10-Q2016-08-04fiscal Q2 2016381000001524931-16-000167
10-Q2016-05-05fiscal Q1 201638780001524931-16-000135
10-K2016-03-10fiscal FY 2015441480001524931-16-000122
10-Q2015-11-05fiscal Q3 2015381000001524931-15-000087
10-Q2015-08-06fiscal Q2 2015381000001524931-15-000075
10-Q2015-05-08fiscal Q1 201538780001524931-15-000064
10-K2015-03-12fiscal FY 2014461540001524931-15-000055
10-Q2014-11-06fiscal Q3 201437980001524931-14-000077
10-Q2014-08-08fiscal Q2 201437980001524931-14-000073
10-Q2014-05-09fiscal Q1 201437760001524931-14-000058
10-K2014-03-11fiscal FY 2013461540001524931-14-000041
10-Q2013-11-08fiscal Q3 2013401060001524931-13-000061
10-Q2013-08-09fiscal Q2 2013401100001524931-13-000047
10-Q2013-05-10fiscal Q1 201339800001524931-13-000017
10-K2013-03-28fiscal FY 2012461610001193125-13-132302
10-Q2012-11-07fiscal Q3 2012401080001193125-12-457151
10-Q/A2012-10-01fiscal Q2 2012401070001193125-12-410478

Inspect the source

Entity
CHUY’S HOLDINGS, INC. / CIK 0001524931
Captured
SEC response SHA-256
aeff6673f5cb66c542dea078f27e0f37cdd3f0f69d206be900e3b582f06a369e

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