Fuelcell Energy (FCEL) Net Income towards Common Stockholders (2010 - 2026)
Fuelcell Energy's (FCEL) quarterly Net Income towards Common Stockholders came in at -$45.3 million in Q3 2026, up 51.04% year-over-year from -$30.0 million in Q3 2025, and up 42.49% quarter-over-quarter from -$78.7 million in Q2 2026.
Fuelcell Energy (FCEL) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Fuelcell Energy has disclosed Net Income towards Common Stockholders across 17 years of filings, most recently posting -$45.3 million for Q3 2026.
- In Q3 2026, Net Income towards Common Stockholders rose 51.04% year-over-year to -$45.3 million; the TTM figure through Jul 2026 stood at -$178.3 million (up 12.01% YoY), while the FY2025 annual figure was -$191.1 million, down 47.9% from the prior year.
- Net Income towards Common Stockholders came in at -$45.3 million for Q3 2026 at Fuelcell Energy, up from -$78.7 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of -$19.4 million in Q1 2023 to a low of -$92.5 million in Q3 2025.
- Average Net Income towards Common Stockholders over 5 years is -$38.1 million, with a median of -$32.9 million recorded in 2024.
- Year-over-year, Net Income towards Common Stockholders soared 53.11% in 2023 and tumbled 176.32% in 2025.
- Over 5 years, Net Income towards Common Stockholders stood at -$43.3 million in 2022, then rose by 27.97% to -$31.2 million in 2023, then tumbled by 35.46% to -$42.2 million in 2024, then grew by 27.35% to -$30.7 million in 2025, then slumped by 47.6% to -$45.3 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$45.3 million in Q3 2026, -$78.7 million in Q2 2026, and -$23.7 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Bloom Energy | 77.91 Bn | 75.27 Bn | 355.57 Mn | 196.29 Mn |
| 2 | Fuelcell Energy | 1.45 Bn | 797.66 Mn | -24.50 Mn | -45.27 Mn |
| 3 | Ballard Power Systems | 652.70 Mn | 147.56 Mn | 4.08 Mn | -20.23 Mn |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 | -1.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -45.27 Mn |
| Apr 30, 2026 | -78.71 Mn |
| Jan 31, 2026 | -23.66 Mn |
| Oct 31, 2025 | -30.67 Mn |
| Jul 31, 2025 | -92.46 Mn |
| Apr 30, 2025 | -38.85 Mn |
| Jan 31, 2025 | -29.13 Mn |
| Oct 31, 2024 | -42.22 Mn |
| Jul 31, 2024 | -33.46 Mn |
| Apr 30, 2024 | -32.94 Mn |
| Jan 31, 2024 | -20.59 Mn |
| Oct 31, 2023 | -31.16 Mn |
| Jul 31, 2023 | -25.08 Mn |
| Apr 30, 2023 | -35.10 Mn |
| Jan 31, 2023 | -19.42 Mn |
| Oct 31, 2022 | -43.27 Mn |
| Jul 31, 2022 | -30.21 Mn |
| Apr 30, 2022 | -31.02 Mn |
| Jan 31, 2022 | -41.42 Mn |
| Oct 31, 2021 | -24.98 Mn |
Fuelcell Energy Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=FCEL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "FCEL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=FCEL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();