Skip to content

BLOOM ENERGY CORPORATION: filings

Every BLOOM ENERGY CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-04-29fiscal Q1 2026491020001628280-26-028021
10-K2026-02-09fiscal FY 2025521390001628280-26-006516
10-Q2025-10-28fiscal Q3 2025491400001628280-25-046844
10-Q2025-07-31fiscal Q2 2025491400001628280-25-037074
10-Q2025-04-30fiscal Q1 2025491020001628280-25-021160
10-K2025-02-27fiscal FY 2024531420001628280-25-008747
10-Q2024-11-07fiscal Q3 2024491400001628280-24-046411
10-Q2024-08-08fiscal Q2 2024491400001628280-24-036219
10-Q2024-05-09fiscal Q1 2024481000001628280-24-022309
10-K2024-02-15fiscal FY 2023541430001628280-24-005035
10-Q2023-11-08fiscal Q3 2023491400001628280-23-037836
10-Q2023-08-03fiscal Q2 2023491400001628280-23-027213
10-Q2023-05-09fiscal Q1 2023491020001628280-23-016818
10-K2023-02-21fiscal FY 2022531420001628280-23-004301
10-Q2022-11-03fiscal Q3 2022501450001628280-22-028193
10-Q2022-08-09fiscal Q2 2022501450001664703-22-000068
10-Q2022-05-06fiscal Q1 2022511030001664703-22-000059
10-K2022-02-25fiscal FY 2021541410001664703-22-000034
10-Q2021-11-05fiscal Q3 2021521450001664703-21-000172
10-Q2021-08-06fiscal Q2 2021511430001664703-21-000135
10-Q2021-05-06fiscal Q1 202147950001664703-21-000046
10-K2021-02-26fiscal FY 2020501350001664703-21-000017
10-Q2020-11-06fiscal Q3 2020441360001664703-20-000080
10-Q/A2020-08-05fiscal Q2 2020461400001664703-20-000061
10-Q2020-08-04fiscal Q2 2020461400001664703-20-000057
10-Q2020-05-11fiscal Q1 202042990001664703-20-000037
10-K2020-03-31fiscal FY 2019494560001664703-20-000013
10-Q2019-11-14fiscal Q3 2019411120001664703-19-000040
10-Q2019-08-14fiscal Q2 2019411100001664703-19-000025
10-Q2019-05-14fiscal Q1 201941840001664703-19-000014
10-K2019-03-22fiscal FY 2018512300001664703-19-000008
10-Q2018-11-13fiscal Q3 2018491370001628280-18-014294
10-Q2018-09-07fiscal Q2 2018471280001628280-18-011710

Inspect the source

Entity
BLOOM ENERGY CORPORATION / CIK 0001664703
Captured
2026-09-21T17:24:04.754Z
SEC response SHA-256
08cac571d6eaabacd43a6d099803ea2b2191f07e18c0c0fa191f6146a99a3d3e

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