Fuelcell Energy (FCEL) Income towards Parent Company (2010 - 2026)
Fuelcell Energy's (FCEL) quarterly Income towards Parent Company came in at -$45.3 million in Q3 2026, up 50.72% year-over-year from -$30.0 million in Q3 2025, and up 41.67% quarter-over-quarter from -$77.6 million in Q2 2026.
Fuelcell Energy (FCEL) Income towards Parent Company (2010 - 2026) Analysis & Trends
Fuelcell Energy has disclosed Income towards Parent Company across 17 years of filings, most recently posting -$45.3 million for Q3 2026.
- In Q3 2026, Income towards Parent Company rose 50.72% year-over-year to -$45.3 million; the TTM figure through Jul 2026 stood at -$186.6 million (up 7.46% YoY), while the FY2025 annual figure was -$199.7 million, down 27.35% from the prior year.
- Income towards Parent Company came in at -$45.3 million for Q3 2026 at Fuelcell Energy, up from -$77.6 million in the prior quarter.
- In the past five years, Income towards Parent Company ranged from a high of -$21.1 million in Q1 2023 to a low of -$91.9 million in Q3 2025.
- Average Income towards Parent Company over 5 years is -$40.0 million, with a median of -$37.6 million recorded in 2025.
- Year-over-year, Income towards Parent Company soared 54.28% in 2023 and slumped 161.64% in 2025.
- Over 5 years, Income towards Parent Company stood at -$42.0 million in 2022, then gained by 29.83% to -$29.5 million in 2023, then sank by 34.36% to -$39.6 million in 2024, then rose by 4.99% to -$37.6 million in 2025, then declined by 20.34% to -$45.3 million in 2026.
- Per Business Quant data, the three most recent Income towards Parent Company figures were -$45.3 million in Q3 2026, -$77.6 million in Q2 2026, and -$26.1 million in Q1 2026.
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 |
|---|---|
| Jul 31, 2026 | -45.28 Mn |
| Apr 30, 2026 | -77.63 Mn |
| Jan 31, 2026 | -26.05 Mn |
| Oct 31, 2025 | -37.63 Mn |
| Jul 31, 2025 | -91.90 Mn |
| Apr 30, 2025 | -37.75 Mn |
| Jan 31, 2025 | -32.39 Mn |
| Oct 31, 2024 | -39.61 Mn |
| Jul 31, 2024 | -35.12 Mn |
| Apr 30, 2024 | -37.66 Mn |
| Jan 31, 2024 | -44.40 Mn |
| Oct 31, 2023 | -29.48 Mn |
| Jul 31, 2023 | -23.60 Mn |
| Apr 30, 2023 | -33.91 Mn |
| Jan 31, 2023 | -21.09 Mn |
| Oct 31, 2022 | -42.01 Mn |
| Jul 31, 2022 | -28.98 Mn |
| Apr 30, 2022 | -30.13 Mn |
| Jan 31, 2022 | -46.12 Mn |
| Oct 31, 2021 | -24.15 Mn |
Fuelcell 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=FCEL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=FCEL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();