Skip to content

ENCORE WIRE CORPORATION: filings

Every ENCORE WIRE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2024-04-25

The latest filing in this captured record is a 10-Q filed 2024-04-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. ENCORE WIRE CORPORATION may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-04-25fiscal Q1 202441860000850460-24-000027
10-K2024-02-16fiscal FY 2023421530000850460-24-000017
10-Q2023-10-26fiscal Q3 2023411200000850460-23-000073
10-Q2023-07-27fiscal Q2 2023411160000850460-23-000063
10-Q2023-04-27fiscal Q1 202341860000850460-23-000036
10-K2023-02-16fiscal FY 2022421530000850460-23-000017
10-Q2022-10-27fiscal Q3 2022401180000850460-22-000080
10-Q2022-07-27fiscal Q2 2022401140000850460-22-000060
10-Q2022-04-28fiscal Q1 202240840000850460-22-000036
10-K2022-02-17fiscal FY 2021421530000850460-22-000024
10-Q2021-10-28fiscal Q3 2021391140000850460-21-000071
10-Q2021-07-29fiscal Q2 2021381060000850460-21-000062
10-Q2021-04-28fiscal Q1 202138800000850460-21-000034
10-K2021-02-22fiscal FY 2020401470000850460-21-000016
10-Q2020-10-29fiscal Q3 2020381100000850460-20-000106
10-Q2020-07-30fiscal Q2 2020381060000850460-20-000094
10-Q2020-04-30fiscal Q1 202038800000850460-20-000042
10-K2020-02-21fiscal FY 2019401450000850460-20-000019
10-Q2019-10-30fiscal Q3 2019371080000850460-19-000043
10-Q2019-08-01fiscal Q2 2019371040000850460-19-000029
10-Q2019-05-02fiscal Q1 201937780000850460-19-000016
10-K2019-02-25fiscal FY 2018381420000850460-19-000006
10-Q2018-11-02fiscal Q3 201836960000850460-18-000035
10-Q2018-08-02fiscal Q2 201836960000850460-18-000028
10-Q2018-05-03fiscal Q1 201835720000850460-18-000019
10-K2018-02-26fiscal FY 2017381340000850460-18-000008
10-Q2017-11-02fiscal Q3 201735920000850460-17-000031
10-Q2017-08-02fiscal Q2 201734900000850460-17-000024
10-Q2017-05-04fiscal Q1 201734700000850460-17-000017
10-K2017-02-24fiscal FY 2016371320000850460-17-000006
10-Q2016-11-02fiscal Q3 201635920000850460-16-000051
10-Q2016-08-03fiscal Q2 201634900000850460-16-000043
10-Q2016-05-04fiscal Q1 201634700000850460-16-000036
10-K2016-02-26fiscal FY 2015371320000850460-16-000028
10-Q2015-10-30fiscal Q3 201536960000850460-15-000022
10-Q2015-07-31fiscal Q2 201535940000850460-15-000017
10-Q2015-05-04fiscal Q1 201535720000850460-15-000010
10-K2015-02-25fiscal FY 2014371320001628280-15-001025
10-Q2014-10-31fiscal Q3 201430820001193125-14-392159
10-Q2014-08-01fiscal Q2 201430820001193125-14-291684
10-Q2014-05-05fiscal Q1 201430620001193125-14-182295
10-K2014-02-28fiscal FY 2013371320001193125-14-076562
10-Q2013-11-01fiscal Q3 201334890001193125-13-422815
10-Q2013-08-02fiscal Q2 201334890001193125-13-316812
10-Q2013-05-03fiscal Q1 201333680001193125-13-198923
10-K2013-02-26fiscal FY 2012371330001193125-13-076495
10-Q2012-11-02fiscal Q3 201234900001193125-12-449050
10-Q2012-08-07fiscal Q2 201233860001193125-12-341002
10-Q2012-05-04fiscal Q1 201232660001193125-12-211982
10-K2012-03-02fiscal FY 201134920001193125-12-093858
10-Q2011-11-03fiscal Q3 201133880000950123-11-094822
10-Q2011-08-04fiscal Q2 201132850000950123-11-073006

Inspect the source

Entity
ENCORE WIRE CORPORATION / CIK 0000850460
Captured
SEC response SHA-256
6e1155f69b3988de45baf0c34195c3c3d26c419a64bc89094ffb0e0670f7fa7b

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