Skip to content

Core & Main, Inc.: filings

Every Core & Main, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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 2026491420001856525-26-000092
10-Q2026-06-10fiscal Q1 2026491020001856525-26-000054
10-K2026-03-24fiscal FY 2023551440001856525-26-000031
10-Q2025-12-09fiscal Q3 2025491460001856525-25-000179
10-Q2025-09-09fiscal Q2 2025491420001856525-25-000173
10-Q2025-06-10fiscal Q1 2025491020001856525-25-000116
10-K2025-03-25fiscal FY 2023541420001856525-25-000081
10-Q2024-12-03fiscal Q3 2024491460001856525-24-000118
10-Q2024-09-04fiscal Q2 2024491420001856525-24-000111
10-Q2024-06-04fiscal Q1 2024491020001856525-24-000072
10-K2024-03-19fiscal FY 2023551460001856525-24-000036
10-Q2023-12-05fiscal Q3 2023491510001856525-23-000049
10-Q2023-09-06fiscal Q2 2023491470001856525-23-000043
10-Q2023-06-06fiscal Q1 2023491070001856525-23-000032
10-K2023-03-28fiscal FY 2022551390001856525-23-000011
10-Q2022-12-13fiscal Q3 2022501540001856525-22-000054
10-Q2022-09-13fiscal Q2 2022491480001856525-22-000045
10-Q2022-06-14fiscal Q1 202249940001856525-22-000029
10-K2022-03-30fiscal FY 2021551320001856525-22-000013
10-Q2021-12-07fiscal Q3 2021521370001856525-21-000015
10-Q2021-09-14fiscal Q2 2021511300001856525-21-000007

Inspect the source

Entity
Core & Main, Inc. / CIK 0001856525
Captured
2026-09-21T17:38:59.866Z
SEC response SHA-256
7b79c7b5a5373ba9f23e4cd175643c43447bc98dd186179cda3c1e5bf562f2cd

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