Skip to content

Construction Partners, Inc.: filings

Every Construction Partners, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-08-07fiscal Q3 2026501410001628280-26-054661
10-Q2026-05-08fiscal Q2 2026501370001628280-26-032643
10-Q2026-02-09fiscal Q1 2026491030001628280-26-006228
10-K2025-11-25fiscal FY 2025541410001628280-25-053871
10-Q2025-08-07fiscal Q3 2025491390001718227-25-000081
10-Q2025-05-09fiscal Q2 2025491350001718227-25-000063
10-Q2025-02-07fiscal Q1 2025491030001718227-25-000020
10-K2024-11-25fiscal FY 2024531360001718227-24-000102
10-Q2024-08-09fiscal Q3 2024501420001718227-24-000061
10-Q2024-05-10fiscal Q2 2024501380001718227-24-000029
10-Q2024-02-09fiscal Q1 2024491030001718227-24-000012
10-K2023-11-29fiscal FY 2023521350001718227-23-000081
10-Q2023-08-08fiscal Q3 2023501390001718227-23-000055
10-Q2023-05-09fiscal Q2 2023501350001718227-23-000038
10-Q2023-02-09fiscal Q1 2023501030001718227-23-000016
10-K2022-11-22fiscal FY 2022541380001718227-22-000103
10-Q2022-08-05fiscal Q3 2022491350001718227-22-000067
10-Q2022-05-06fiscal Q2 2022491310001718227-22-000053
10-Q2022-02-04fiscal Q1 2022491010001718227-22-000037
10-K2021-11-29fiscal FY 2021541370001718227-21-000107
10-Q2021-08-06fiscal Q3 2021471290001718227-21-000075
10-Q2021-05-07fiscal Q2 2021461230001718227-21-000046
10-Q2021-02-05fiscal Q1 202146950001718227-21-000010
10-K2020-12-11fiscal FY 2020521040001718227-20-000093
10-Q2020-08-07fiscal Q3 2020471280001718227-20-000061
10-Q2020-05-08fiscal Q2 2020461220001718227-20-000039
10-Q2020-02-07fiscal Q1 202046940001718227-20-000016
10-K2019-12-13fiscal FY 2019511030001718227-19-000098
10-Q2019-08-09fiscal Q3 2019461260001718227-19-000064
10-Q2019-05-14fiscal Q2 2019441180001718227-19-000029
10-Q2019-02-14fiscal Q1 201936760001718227-19-000008
10-K2018-12-14fiscal FY 201848980001718227-18-000014
10-Q2018-08-14fiscal Q3 2018391020001193125-18-248680
10-Q2018-06-04fiscal Q2 201832840001193125-18-183327

Inspect the source

Entity
Construction Partners, Inc. / CIK 0001718227
Captured
2026-09-21T17:27:04.271Z
SEC response SHA-256
b4d8be02529336b5889bcd885ca0a640e5fbc5faaba86206f9542d67e768712e

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