Skip to content

Boise Cascade Company: filings

Every Boise Cascade Company annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-03fiscal Q2 2026471330001328581-26-000027
10-Q2026-05-04fiscal Q1 202647970001328581-26-000016
10-K2026-02-24fiscal FY 2025481250001328581-26-000006
10-Q2025-11-03fiscal Q3 2025471370001328581-25-000088
10-Q2025-08-04fiscal Q2 2025471330001328581-25-000073
10-Q2025-05-05fiscal Q1 202547970001328581-25-000058
10-K2025-02-20fiscal FY 2024481250001328581-25-000010
10-Q2024-11-04fiscal Q3 2024471370001328581-24-000090
10-Q2024-08-05fiscal Q2 2024471330001328581-24-000079
10-Q2024-05-06fiscal Q1 202447970001328581-24-000065
10-K2024-02-20fiscal FY 2023491280001328581-24-000018
10-Q2023-10-30fiscal Q3 2023471350001328581-23-000096
10-Q2023-07-31fiscal Q2 2023471310001328581-23-000070
10-Q2023-05-04fiscal Q1 202348990001328581-23-000060
10-K2023-02-21fiscal FY 2022491270001328581-23-000020
10-Q2022-10-31fiscal Q3 2022461310001328581-22-000096
10-Q2022-08-01fiscal Q2 2022461270001328581-22-000082
10-Q2022-05-05fiscal Q1 202246950001328581-22-000057
10-K2022-02-22fiscal FY 2021481260001328581-22-000017
10-Q2021-11-01fiscal Q3 2021461310001328581-21-000099
10-Q2021-08-02fiscal Q2 2021451250001328581-21-000091
10-Q2021-05-06fiscal Q1 202145930001328581-21-000068
10-K2021-02-22fiscal FY 2020491670001328581-21-000011
10-Q2020-10-30fiscal Q3 2020451290001328581-20-000122
10-Q2020-07-31fiscal Q2 2020451250001328581-20-000090
10-Q2020-05-07fiscal Q1 202045930001328581-20-000072
10-K2020-02-24fiscal FY 2019501710001328581-20-000024
10-Q2019-11-07fiscal Q3 2019451340001328581-19-000113
10-Q2019-08-05fiscal Q2 2019451290001328581-19-000103
10-Q2019-05-07fiscal Q1 201945970001328581-19-000088
10-K2019-02-26fiscal FY 2018471640001328581-19-000025
10-Q2018-11-06fiscal Q3 2018431180001328581-18-000102
10-Q2018-08-06fiscal Q2 2018431170001328581-18-000086
10-Q2018-05-04fiscal Q1 201843880001328581-18-000069
10-K2018-02-26fiscal FY 2017451510001328581-18-000012
10-Q2017-10-31fiscal Q3 2017381080001328581-17-000062
10-Q2017-08-03fiscal Q2 2017381080001328581-17-000052
10-Q2017-05-03fiscal Q1 201738800001328581-17-000041
10-K2017-02-24fiscal FY 2016411340001328581-17-000012
10-Q2016-10-26fiscal Q3 2016381080001328581-16-000268
10-Q2016-07-28fiscal Q2 2016371080001328581-16-000256
10-Q2016-05-03fiscal Q1 201637780001328581-16-000245
10-K2016-02-25fiscal FY 2015401240001328581-16-000155
10-Q2015-10-28fiscal Q3 2015371080001328581-15-000128
10-Q2015-07-29fiscal Q2 2015371080001328581-15-000115
10-Q2015-04-29fiscal Q1 201536760001328581-15-000098
10-K2015-02-25fiscal FY 2014401230001328581-15-000032
10-Q2014-11-05fiscal Q3 2014411160001328581-14-000051
10-Q2014-07-30fiscal Q2 2014401140001328581-14-000042
10-Q2014-05-08fiscal Q1 201439820001328581-14-000029
10-K2014-02-28fiscal FY 2013431310001328581-14-000010
10-Q2013-11-14fiscal Q3 2013441190001328581-13-000067
10-Q2013-07-31fiscal Q2 2013431170001328581-13-000047
10-Q2013-05-01fiscal Q1 201342850001328581-13-000023

Inspect the source

Entity
Boise Cascade Company / CIK 0001328581
Captured
2026-09-20T07:53:01.514Z
SEC response SHA-256
614f80c3dd52b26e2aff7c9edef4ebecb89478425cd075a6b82a2ab8f27ca1c0

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