Skip to content

HOUSTON WIRE & CABLE COMPANY: filings

Every HOUSTON WIRE & CABLE COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-05-17

The latest filing in this captured record is a 10-Q filed 2021-05-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. HOUSTON WIRE & CABLE COMPANY 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-05-17fiscal Q1 202137770001753926-21-000152
10-K2021-03-25fiscal FY 2020451540001753926-21-000067
10-Q2020-11-06fiscal Q3 2020371070001753926-20-000354
10-Q2020-08-07fiscal Q2 2020371030001753926-20-000234
10-Q2020-05-08fiscal Q1 202037780001753926-20-000110
10-K2020-03-13fiscal FY 2019461550001753926-20-000036
10-Q2019-11-08fiscal Q3 2019371060001753926-19-000217
10-Q2019-08-09fiscal Q2 2019371010001753926-19-000164
10-Q2019-05-10fiscal Q1 201937740001615774-19-007473
10-K2019-03-15fiscal FY 2018441520001615774-19-004090
10-Q2018-11-09fiscal Q3 201834920001615774-18-012377
10-Q2018-08-09fiscal Q2 201834920001615774-18-007786
10-Q2018-05-10fiscal Q1 201834680001615774-18-003556
10-K2018-03-16fiscal FY 2017451560001615774-18-001948
10-Q2017-11-09fiscal Q3 201734920001615774-17-006396
10-Q2017-08-09fiscal Q2 201731860001615774-17-004174
10-Q2017-05-10fiscal Q1 201731620001615774-17-002168
10-K2017-03-24fiscal FY 2016401420001615774-17-001229
10-Q2016-11-08fiscal Q3 201632880001615774-16-008080
10-Q2016-08-09fiscal Q2 201632880001615774-16-006634
10-Q2016-05-05fiscal Q1 201632640001615774-16-005211
10-K2016-03-10fiscal FY 2015401400001615774-16-004437
10-Q2015-11-05fiscal Q3 201531860001615774-15-003128
10-Q2015-08-06fiscal Q2 201534920001144204-15-046813
10-Q2015-05-07fiscal Q1 201534700001144204-15-028239
10-K2015-03-12fiscal FY 2014421490001144204-15-015575
10-Q2014-11-06fiscal Q3 201434920001144204-14-065570
10-Q2014-08-07fiscal Q2 201434920001144204-14-047615
10-Q2014-05-08fiscal Q1 201434700001144204-14-028482
10-K2014-03-13fiscal FY 2013421500001144204-14-015371
10-Q2013-11-12fiscal Q3 201334920001144204-13-060359
10-Q2013-08-06fiscal Q2 201334920001144204-13-043196
10-Q2013-05-09fiscal Q1 201334700001144204-13-027259
10-K2013-03-18fiscal FY 2012421560001144204-13-015634
10-Q2012-11-09fiscal Q3 201234920001144204-12-060928
10-Q2012-08-09fiscal Q2 201233880001144204-12-044120
10-Q2012-05-10fiscal Q1 201234700001144204-12-027689
10-K2012-03-15fiscal FY 201134890001144204-12-015346
10-Q2011-11-09fiscal Q3 201134900001144204-11-062624
10-Q2011-08-09fiscal Q2 201133860001144204-11-045027

Inspect the source

Entity
HOUSTON WIRE & CABLE COMPANY / CIK 0001356949
Captured
SEC response SHA-256
b66863826b812c12af06f4a32a038141eb707ce52963464efaf15c1982a65f3c

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