Bloom Energy (BE) Income towards Parent Company (2017 - 2026)
Bloom Energy's (BE) quarterly Income towards Parent Company came in at $196.3 million in Q2 2026, up 560.57% on a YoY basis from $29.7 million in Q2 2025, and up 177.82% quarter-over-quarter from $70.7 million in Q1 2026.
Bloom Energy (BE) Income towards Parent Company (2017 - 2026) Analysis & Trends
Bloom Energy (BE) has reported Income towards Parent Company for 10 consecutive years, with $196.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income towards Parent Company rose 560.57% year-over-year to $196.3 million; the trailing twelve-month figure through Jun 2026 stood at $244.9 million (up 935.65% YoY), and the FY2025 full-year result was -$88.4 million, down 202.58% from the prior year.
- Income towards Parent Company rose to $196.3 million in Q2 2026 per BE's latest filing, from $70.7 million in the prior quarter.
- Across five years, Income towards Parent Company topped out at $196.3 million in Q2 2026 and bottomed at -$169.0 million in Q3 2023.
- Historically, Income towards Parent Company has averaged -$25.3 million across 5 years, with a median of -$44.9 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Income towards Parent Company tumbled 196.09% in 2023, then surged 2223.1% in 2024.
- Over 5 years, Income towards Parent Company stood at -$47.2 million in 2022, then soared by 109.56% to $4.5 million in 2023, then soared by 2223.1% to $104.8 million in 2024, then slumped by 98.96% to $1.1 million in 2025, then surged by 17875.27% to $196.3 million in 2026.
- According to Business Quant data, Income towards Parent Company over the past three periods registered $196.3 million, $70.7 million, and $1.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bloom Energy | 77.91 Bn | 75.27 Bn | 355.57 Mn |
| 2 | Fuelcell Energy | 1.45 Bn | 797.66 Mn | -24.50 Mn |
| 3 | Ballard Power Systems | 652.70 Mn | 147.56 Mn | 4.08 Mn |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 196.29 Mn |
| Mar 31, 2026 | 70.65 Mn |
| Dec 31, 2025 | 1.09 Mn |
| Sep 30, 2025 | -23.09 Mn |
| Jun 30, 2025 | -42.62 Mn |
| Mar 31, 2025 | -23.81 Mn |
| Dec 31, 2024 | 104.80 Mn |
| Sep 30, 2024 | -14.71 Mn |
| Jun 30, 2024 | -61.79 Mn |
| Mar 31, 2024 | -57.52 Mn |
| Dec 31, 2023 | 4.51 Mn |
| Sep 30, 2023 | -169.00 Mn |
| Jun 30, 2023 | -66.06 Mn |
| Mar 31, 2023 | -71.57 Mn |
| Dec 31, 2022 | -47.17 Mn |
| Sep 30, 2022 | -57.08 Mn |
| Jun 30, 2022 | -118.80 Mn |
| Mar 31, 2022 | -78.66 Mn |
| Dec 31, 2021 | -33.35 Mn |
| Sep 30, 2021 | -52.37 Mn |
Bloom Energy Income towards Parent Company API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=income-towards-parent-company&ticker=BE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "ticker": "BE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-towards-parent-company&ticker=BE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();