Skip to content

Atkore Inc.: filings

Every Atkore Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-04fiscal Q3 2026531530001628280-26-052084
10-Q2026-05-06fiscal Q2 2026531490001628280-26-030764
10-Q2026-02-03fiscal Q1 2026531110001628280-26-004734
10-K2025-11-26fiscal FY 2025581520001628280-25-054049
10-Q2025-08-05fiscal Q3 2025521500001666138-25-000156
10-Q2025-05-06fiscal Q2 2025521460001666138-25-000105
10-Q2025-02-04fiscal Q1 2025521080001666138-25-000030
10-K2024-11-21fiscal FY 2024581510001666138-24-000164
10-Q2024-08-06fiscal Q3 2024521500001666138-24-000069
10-Q2024-05-07fiscal Q2 2024521460001666138-24-000043
10-Q2024-02-01fiscal Q1 2024521080001666138-24-000016
10-K2023-11-17fiscal FY 2023581510001666138-23-000111
10-Q2023-08-08fiscal Q3 2023521500001666138-23-000085
10-Q2023-05-09fiscal Q2 2023521460001666138-23-000062
10-Q2023-02-01fiscal Q1 2023521080001666138-23-000032
10-K2022-11-18fiscal FY 2022571490001666138-22-000128
10-Q2022-08-02fiscal Q3 2022511480001666138-22-000112
10-Q2022-05-03fiscal Q2 2022511440001666138-22-000064
10-Q2022-01-31fiscal Q1 2022521070001666138-22-000039
10-K2021-11-18fiscal FY 2021571480001666138-21-000163
10-Q2021-08-03fiscal Q3 2021521500001666138-21-000130
10-Q2021-04-29fiscal Q2 2021521460001666138-21-000076
10-Q2021-02-02fiscal Q1 2021521080001666138-21-000036
10-K2020-11-19fiscal FY 2020581880001666138-20-000123
10-Q2020-08-04fiscal Q3 2020551530001666138-20-000087
10-Q2020-05-05fiscal Q2 2020551490001666138-20-000060
10-Q2020-02-04fiscal Q1 2019551110001666138-20-000040
10-K2019-11-22fiscal FY 2019541850001666138-19-000094
10-Q2019-08-07fiscal Q3 2019521500001666138-19-000070
10-Q2019-05-07fiscal Q2 2019521460001666138-19-000049
10-Q2019-02-06fiscal Q1 2019511080001666138-19-000010
10-K2018-11-28fiscal FY 2018521720001666138-18-000129
10-Q2018-08-07fiscal Q3 2018491360001666138-18-000089
10-Q2018-05-08fiscal Q2 2018471300001666138-18-000047
10-Q2018-02-06fiscal Q1 201847960001666138-18-000028
10-K2017-11-29fiscal FY 2017491630001666138-17-000105
10-Q2017-08-08fiscal Q3 2017461240001666138-17-000066
10-Q2017-05-09fiscal Q2 2017431160001666138-17-000041
10-Q2017-02-07fiscal Q1 201743880001666138-17-000006
10-K2016-11-29fiscal FY 2016501660001666138-16-000021
10-Q2016-08-02fiscal Q3 2016401020001666138-16-000007

Inspect the source

Entity
Atkore Inc. / CIK 0001666138
Captured
2026-09-21T17:24:12.324Z
SEC response SHA-256
0ddc4004eb0a8996128dd4a7c63c60db0f1adca5efee6bf30490cfe14af336f7

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