Skip to content

IEC ELECTRONICS CORP: filings

Every IEC ELECTRONICS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2021-08-12

The latest filing in this captured record is a 10-Q filed 2021-08-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. IEC ELECTRONICS CORP 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-Q2021-08-12fiscal Q3 2021431210000049728-21-000050
10-Q2021-05-05fiscal Q2 2021421130000049728-21-000043
10-Q2021-02-03fiscal Q1 202142870000049728-21-000027
10-K2020-11-20fiscal FY 2020461320000049728-20-000089
10-Q2020-08-05fiscal Q3 2020431190000049728-20-000074
10-Q2020-05-06fiscal Q2 2020431150000049728-20-000054
10-Q2020-02-05fiscal Q1 201941840000049728-20-000019
10-K2019-11-22fiscal FY 2019421270000049728-19-000092
10-Q2019-08-07fiscal Q3 2019371080000049728-19-000083
10-Q2019-05-08fiscal Q2 2019381040000049728-19-000062
10-Q2019-02-06fiscal Q1 201937760000049728-19-000017
10-K2018-11-29fiscal FY 2018391090000049728-18-000108
10-Q2018-08-08fiscal Q3 201837980000049728-18-000092
10-Q2018-05-09fiscal Q2 201836950000049728-18-000070
10-Q2018-02-07fiscal Q1 201836720000049728-18-000018
10-K2017-12-06fiscal FY 201736950000049728-17-000096
10-Q2017-08-09fiscal Q3 201733880000049728-17-000084
10-Q2017-05-10fiscal Q2 201736920000049728-17-000064
10-Q2017-02-10fiscal Q1 201734700000049728-17-000017
10-K2016-12-16fiscal FY 2016391110000049728-16-000203
10-Q2016-08-10fiscal Q3 2016391020000049728-16-000180
10-Q2016-05-13fiscal Q2 2016381000000049728-16-000155
10-Q2016-02-12fiscal Q1 201538780000049728-16-000134
10-K2015-12-18fiscal FY 2015411140000049728-15-000119
10-Q2015-08-05fiscal Q3 2015401060000049728-15-000100
10-Q2015-05-11fiscal Q2 2015401060000049728-15-000086
10-Q2015-05-11fiscal Q1 201540820000049728-15-000084
10-K2015-05-11fiscal FY 2014412440000049728-15-000082
10-K2014-11-25fiscal FY 2014411310000049728-14-000068
10-Q2014-08-05fiscal Q3 2014401060000049728-14-000042
10-Q2014-05-07fiscal Q2 2014401060000049728-14-000018
10-Q2014-02-10fiscal Q1 2014411000001144204-14-007240
10-K2013-12-24fiscal FY 2013421300001144204-13-068923
10-Q2013-08-12fiscal Q3 2013411100001144204-13-044698
10-Q2013-07-03fiscal Q2 2013411100001144204-13-038028
10-Q/A2013-07-03fiscal Q1 201340840001144204-13-038024
10-K/A2013-07-03fiscal FY 2012411630001144204-13-038019
10-Q2013-02-08fiscal Q1 201340840001144204-13-006965
10-K2012-11-26fiscal FY 2012411300001144204-12-064781
10-Q/A2012-09-04fiscal Q3 2012401080001144204-12-049432
10-Q2012-05-10fiscal Q2 201235940001144204-12-027365
10-Q2012-02-13fiscal Q1 201235740001144204-12-007608
10-K2011-12-16fiscal FY 201135920001144204-11-070058
10-Q2011-08-12fiscal Q3 201134920001144204-11-045879

Inspect the source

Entity
IEC ELECTRONICS CORP / CIK 0000049728
Captured
SEC response SHA-256
33d5d6ec89f9c66de43afa51cee129962fe460d40e46f73da10c456ffcd10f85

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