Skip to content

Petco Health & Wellness Company, Inc.: filings

Every Petco Health & Wellness Company, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-04fiscal Q2 2026461260001193125-26-383639
10-Q2026-06-05fiscal Q1 202646960001193125-26-259944
10-K2026-03-13fiscal FY 2025531370001193125-26-106114
10-Q2025-12-05fiscal Q3 2025511440001193125-25-309620
10-Q2025-08-29fiscal Q2 2025511370001826470-25-000015
10-Q2025-06-06fiscal Q1 2025501030000950170-25-083057
10-K2025-03-31fiscal FY 2024521340000950170-25-047693
10-Q2024-12-06fiscal Q3 2024501410000950170-24-134077
10-Q2024-09-10fiscal Q2 2024501340000950170-24-105211
10-Q2024-06-05fiscal Q1 2024491020000950170-24-069337
10-K2024-04-03fiscal FY 2023511330000950170-24-040516
10-Q2023-12-07fiscal Q3 2023491380000950170-23-068810
10-Q2023-09-01fiscal Q2 2023491340000950170-23-045921
10-Q2023-06-07fiscal Q1 2023491020000950170-23-026849
10-K2023-03-28fiscal FY 2022511320000950170-23-010285
10-Q2022-12-08fiscal Q3 2022491380000950170-22-026194
10-Q2022-09-02fiscal Q2 2022491340001564590-22-030803
10-Q2022-06-09fiscal Q1 2022491020001564590-22-022811
10-K2022-03-24fiscal FY 2021511310001564590-22-011685
10-Q2021-12-01fiscal Q3 2021501400001564590-21-058853
10-Q2021-08-27fiscal Q2 2021501340001564590-21-046028
10-Q2021-06-10fiscal Q1 2021491020001564590-21-032462

Inspect the source

Entity
Petco Health & Wellness Company, Inc. / CIK 0001826470
Captured
2026-09-21T17:35:44.629Z
SEC response SHA-256
ef61fcb3e52678e2065e1cfb2b4ae385111affd8b49560e6af19d2a102e268b7

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