Skip to content

BABCOCK & WILCOX ENTERPRISES, INC: filings

Every BABCOCK & WILCOX ENTERPRISES, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-10fiscal Q2 2026541500001630805-26-000068
10-Q2026-05-11fiscal Q1 2026551190001630805-26-000030
10-K2026-03-16fiscal FY 2025591550001630805-26-000018
10-Q2025-11-10fiscal Q3 2025551520001630805-25-000090
10-Q2025-08-11fiscal Q2 2025561540001630805-25-000062
10-Q2025-05-12fiscal Q1 2025541130001630805-25-000019
10-K2025-03-31fiscal FY 2024601570001630805-25-000007
10-Q2024-11-12fiscal Q3 2024551580001630805-24-000069
10-Q2024-08-08fiscal Q2 2024551540001630805-24-000064
10-Q2024-05-09fiscal Q1 2024551170001630805-24-000028
10-K2024-03-15fiscal FY 2023601550001630805-24-000014
10-Q2023-11-09fiscal Q3 2023541570001630805-23-000030
10-Q2023-08-08fiscal Q2 2023541530001630805-23-000018
10-Q2023-05-10fiscal Q1 2023541150001630805-23-000010
10-K2023-03-16fiscal FY 2022621620001630805-23-000006
10-Q2022-11-08fiscal Q3 2022541570001630805-22-000043
10-Q2022-08-08fiscal Q2 2022541550001630805-22-000038
10-Q2022-05-09fiscal Q1 2022541150001630805-22-000028
10-K2022-03-08fiscal FY 2021611600001630805-22-000008
10-Q2021-11-10fiscal Q3 2021571610001630805-21-000052
10-Q2021-08-12fiscal Q2 2021571600001630805-21-000042
10-Q2021-05-13fiscal Q1 2021561180001630805-21-000031
10-K2021-03-08fiscal FY 2020561120001630805-21-000004
10-Q2020-11-13fiscal Q3 2020551570001630805-20-000089
10-Q2020-08-12fiscal Q2 2020501350001630805-20-000063
10-Q2020-05-15fiscal Q1 2020501050001630805-20-000052
10-K2020-03-30fiscal FY 2019551100001630805-20-000026
10-Q2019-11-07fiscal Q3 2019511400001630805-19-000125
10-Q2019-08-08fiscal Q2 2019511400001630805-19-000104
10-Q2019-05-09fiscal Q1 2019511050001630805-19-000052
10-K2019-04-02fiscal FY 2018531740001630805-19-000020
10-Q2018-11-08fiscal Q3 2018451240001630805-18-000132
10-Q2018-08-09fiscal Q2 2018451220001630805-18-000104
10-Q2018-05-08fiscal Q1 201845960001630805-18-000070
10-K2018-03-01fiscal Q4 2017481620001630805-18-000016
10-Q2017-11-08fiscal Q3 2017451300001630805-17-000082
10-Q2017-08-09fiscal Q2 2017451300001630805-17-000070
10-Q2017-05-09fiscal Q1 201745940001630805-17-000051
10-K2017-02-28fiscal FY 2016491640001630805-17-000017
10-Q2016-11-02fiscal Q3 2016461340001630805-16-000055
10-Q2016-08-09fiscal Q2 2016441280001630805-16-000048
10-Q2016-05-10fiscal Q1 201645940001630805-16-000028
10-K2016-02-25fiscal FY 2015521720001630805-16-000016
10-Q2015-11-03fiscal Q3 2015441280001630805-15-000006
10-Q2015-08-04fiscal Q2 2015431260001193125-15-276710

Inspect the source

Entity
BABCOCK & WILCOX ENTERPRISES, INC / CIK 0001630805
Captured
2026-09-21T17:22:19.204Z
SEC response SHA-256
0c4388dea5775d803a7ecc9252e8d94099cd59a53c75a19282262e5b868537ed

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