Skip to content

Chewy, Inc.: filings

Every Chewy, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-09-09fiscal Q2 2026501420001628280-26-061018
10-Q2026-06-10fiscal Q1 2026481000001628280-26-042060
10-K2026-03-25fiscal FY 2025511370001766502-26-000034
10-Q2025-12-10fiscal Q3 2025471340001766502-25-000059
10-Q2025-09-10fiscal Q2 2025471340001766502-25-000039
10-Q2025-06-11fiscal Q1 202546960001766502-25-000029
10-K2025-03-26fiscal FY 2024511340001766502-25-000014
10-Q2024-12-04fiscal Q3 2024461320001766502-24-000053
10-Q2024-08-28fiscal Q2 2024461320001766502-24-000047
10-Q2024-05-29fiscal Q1 202444920001766502-24-000020
10-K2024-03-20fiscal FY 2023491270001766502-24-000014
10-Q2023-12-06fiscal Q3 2023431240001766502-23-000043
10-Q2023-08-30fiscal Q2 2023431240001766502-23-000037
10-Q2023-05-31fiscal Q1 202343890001766502-23-000026
10-K2023-03-22fiscal FY 2022481260001766502-23-000011
10-Q2022-12-08fiscal Q3 2022411200001766502-22-000043
10-Q2022-08-30fiscal Q2 2022401160001766502-22-000033
10-Q2022-06-01fiscal Q1 202240840001766502-22-000017
10-K2022-03-29fiscal FY 2021441150001766502-22-000008
10-Q2021-12-09fiscal Q3 2021411180001766502-21-000032
10-Q2021-09-01fiscal Q2 2021401160001766502-21-000023
10-Q2021-06-10fiscal Q1 202140840001766502-21-000014
10-K2021-03-30fiscal FY 2020401030001766502-21-000008
10-Q2020-12-08fiscal Q3 2020381030001766502-20-000031
10-Q2020-09-10fiscal Q2 2020391050001766502-20-000022
10-Q2020-06-09fiscal Q1 202038790001766502-20-000013
10-K2020-04-02fiscal FY 2019441070001766502-20-000007
10-Q2019-12-09fiscal Q3 201938980001766502-19-000017
10-Q2019-09-17fiscal Q2 201938980001766502-19-000013
10-Q2019-07-19fiscal Q1 201939790001766502-19-000007

Inspect the source

Entity
Chewy, Inc. / CIK 0001766502
Captured
2026-09-21T17:29:59.993Z
SEC response SHA-256
5520c582763ad5e81aa6bb7cba7b7a3f159da79af70c93d72765a864dac0e032

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