Skip to content

Arcosa, Inc.: filings

Every Arcosa, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-05fiscal Q2 2026501370001739445-26-000126
10-Q2026-05-01fiscal Q1 2026501010001739445-26-000067
10-K2026-02-27fiscal FY 2025591530001739445-26-000029
10-Q2025-10-31fiscal Q3 2025501400001739445-25-000135
10-Q2025-08-08fiscal Q2 2025501400001739445-25-000115
10-Q2025-05-07fiscal Q1 2025491020001739445-25-000067
10-K2025-02-28fiscal FY 2024581510001739445-25-000026
10-Q2024-10-31fiscal Q3 2024491330001739445-24-000150
10-Q2024-08-02fiscal Q2 2024491330001739445-24-000114
10-Q2024-05-03fiscal Q1 2024491010001739445-24-000067
10-K2024-02-23fiscal FY 2023571480001739445-24-000012
10-Q2023-11-02fiscal Q3 2023501350001739445-23-000147
10-Q2023-08-04fiscal Q2 2023501350001739445-23-000130
10-Q2023-04-28fiscal Q1 2023491010001739445-23-000063
10-K2023-02-24fiscal FY 2022571480001739445-23-000018
10-Q2022-11-03fiscal Q3 2022501350001739445-22-000129
10-Q2022-08-04fiscal Q2 2022501350001739445-22-000105
10-Q2022-04-29fiscal Q1 2022491010001739445-22-000034
10-K2022-02-24fiscal FY 2021571480001739445-22-000012
10-Q2021-11-04fiscal Q3 2021481320001739445-21-000153
10-Q2021-08-05fiscal Q2 2021481320001739445-21-000126
10-Q2021-04-30fiscal Q1 2021481000001739445-21-000044
10-K2021-02-25fiscal FY 2020561470001739445-21-000017
10-Q2020-10-29fiscal Q3 2020471300001739445-20-000141
10-Q2020-07-31fiscal Q2 2020461280001739445-20-000118
10-Q2020-04-29fiscal Q1 202045940001739445-20-000046
10-K2020-02-27fiscal FY 2019532020001739445-20-000026
10-Q2019-10-31fiscal Q3 2019461270001739445-19-000138
10-Q2019-08-02fiscal Q2 2019461270001739445-19-000121
10-Q2019-05-03fiscal Q1 201946940001739445-19-000046
10-K2019-02-28fiscal FY 2018522030001739445-19-000020
10-Q2018-11-14fiscal Q3 201836940001739445-18-000057

Inspect the source

Entity
Arcosa, Inc. / CIK 0001739445
Captured
2026-09-19T11:20:53.902Z
SEC response SHA-256
b0461ab32d363d53a57133d70c2a6d14166473df7edbfb7a8d4e0894de8a3667

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