Bloom Energy (BE) Other Non Operating Income (2017 - 2026)
Bloom Energy's (BE) quarterly Other Non Operating Income came in at $2.3 million in Q2 2026, up 107.13% on a YoY basis from $1.1 million in Q2 2025, and down 62.77% quarter-over-quarter from $6.2 million in Q1 2026.
Bloom Energy (BE) Other Non Operating Income (2017 - 2026) Analysis & Trends
Bloom Energy (BE) has reported Other Non Operating Income for 10 consecutive years, with $2.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 107.13% year-over-year to $2.3 million; the trailing twelve-month figure through Jun 2026 stood at $7.1 million (up 129.19% YoY), and the FY2025 full-year result was -$32.3 million, down 18.98% from the prior year.
- Other Non Operating Income retreated to $2.3 million in Q2 2026 per BE's latest filing, from $6.2 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $6.2 million in Q1 2026 and bottomed at -$32.3 million in Q2 2025.
- Historically, Other Non Operating Income has averaged -$3.9 million across 5 years, with a median of -$1.4 million in 2025.
- The sharpest annual moves came in 2022 and 2024: Other Non Operating Income sank 19340.91% in 2022, then jumped 469.12% in 2024.
- Over 5 years, Other Non Operating Income stood at -$4.7 million in 2022, then soared by 66.6% to -$1.6 million in 2023, then surged by 469.12% to $5.8 million in 2024, then slumped by 123.4% to -$1.4 million in 2025, then surged by 269.38% to $2.3 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $2.3 million, $6.2 million, and -$1.4 million for Q2 2026, Q1 2026, and Q3 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 | 2.31 Mn |
| Mar 31, 2026 | 6.20 Mn |
| Sep 30, 2025 | -1.36 Mn |
| Jun 30, 2025 | -32.34 Mn |
| Mar 31, 2025 | 2.05 Mn |
| Sep 30, 2024 | 5.82 Mn |
| Jun 30, 2024 | -27.18 Mn |
| Mar 31, 2024 | -1.17 Mn |
| Sep 30, 2023 | -1.58 Mn |
| Jun 30, 2023 | -2.87 Mn |
| Mar 31, 2023 | -1.34 Mn |
| Dec 31, 2022 | -4.72 Mn |
| Sep 30, 2022 | 4.47 Mn |
| Jun 30, 2022 | -4.23 Mn |
| Mar 31, 2022 | -3.03 Mn |
| Dec 31, 2021 | -10.09 Mn |
| Sep 30, 2021 | 2.01 Mn |
| Jun 30, 2021 | 22,000.00 |
| Mar 31, 2021 | -85,000.00 |
| Sep 30, 2020 | 1.22 Mn |
Bloom Energy Other Non Operating Income 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=other-non-operating-income&ticker=BE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=BE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();