Skip to content

HUTTIG BUILDING PRODUCTS, INC.: filings

Every HUTTIG BUILDING PRODUCTS, INC. 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 2022-08-05

The latest filing in this captured record is a 10-Q filed 2022-08-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. HUTTIG BUILDING PRODUCTS, INC. 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-Q2022-08-05fiscal Q1 202237900001564590-22-028157
10-K2022-03-03fiscal FY 2021441130001564590-22-008528
10-Q2021-11-04fiscal Q3 2021391450001564590-21-054460
10-Q2021-07-29fiscal Q2 2021391430001564590-21-039109
10-Q2021-05-04fiscal Q1 202137910001564590-21-023380
10-K2021-03-02fiscal FY 2020441120001564590-21-010338
10-Q2020-10-30fiscal Q3 2020381410001564590-20-049300
10-Q2020-08-04fiscal Q2 2020371360001564590-20-036116
10-Q2020-05-05fiscal Q1 202035870001564590-20-021226
10-K2020-03-03fiscal FY 2019431320001564590-20-008427
10-Q2019-10-29fiscal Q3 2019371340001564590-19-038389
10-Q2019-07-30fiscal Q2 2019351260001564590-19-026968
10-Q2019-04-30fiscal Q1 201935830001564590-19-014322
10-K2019-03-05fiscal FY 2018401300001564590-19-006307
10-Q2018-10-30fiscal Q3 2018331190001564590-18-025664
10-Q2018-08-01fiscal Q2 2018331200001564590-18-018227
10-Q2018-05-01fiscal Q1 201830750001564590-18-010034
10-K2018-03-07fiscal FY 2017381230001564590-18-004735
10-Q2017-10-31fiscal Q3 2017311110001564590-17-020534
10-Q2017-08-02fiscal Q2 2017311120001564590-17-014945
10-Q2017-05-02fiscal Q1 201731770001564590-17-008124
10-K2017-03-02fiscal FY 2016381200001564590-17-003236
10-Q2016-10-27fiscal Q3 2016311110001564590-16-026382
10-Q2016-08-02fiscal Q2 2016311080001564590-16-022088
10-Q2016-05-03fiscal Q1 201631760001564590-16-017461
10-K2016-02-26fiscal FY 2015381220001564590-16-013424
10-Q2015-10-29fiscal Q3 2015321110001564590-15-008773
10-Q2015-07-30fiscal Q2 2015311100001564590-15-005803
10-Q2015-04-22fiscal Q1 201532790001193125-15-141943
10-K2015-02-26fiscal FY 2014371200001193125-15-065832
10-Q2014-10-30fiscal Q3 2014321110001193125-14-387510
10-Q2014-07-31fiscal Q2 2014321110001193125-14-289693
10-Q2014-04-25fiscal Q1 201431770001193125-14-157431
10-K2014-02-20fiscal FY 2013361180001193125-14-059070
10-Q2013-10-31fiscal Q3 2013321090001193125-13-419043
10-Q2013-07-26fiscal Q2 2013311060001193125-13-303074
10-Q2013-04-19fiscal Q1 201330730001193125-13-161176
10-K2013-02-22fiscal FY 2012371170001193125-13-069639
10-Q2012-10-26fiscal Q3 2012281010001193125-12-435773
10-Q2012-07-27fiscal Q2 201227970001193125-12-318400
10-Q2012-04-20fiscal Q1 201229720001193125-12-171863
10-K2012-02-24fiscal FY 201130770001193125-12-076962
10-Q2011-11-02fiscal Q3 201128990001193125-11-292848
10-Q2011-08-02fiscal Q2 201127970000950123-11-071604

Inspect the source

Entity
HUTTIG BUILDING PRODUCTS, INC. / CIK 0001093082
Captured
SEC response SHA-256
312ba449f01e2e80dc31be87b9b5a17a96a531afde31768b8e32ec9b129b9edc

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