Fuelcell Energy (FCEL) EPS (Basic) (2010 - 2026)
Fuelcell Energy's (FCEL) quarterly EPS (Basic) came in at -$0.64 in Q3 2026, up 83.0% year-over-year from -$0.35 in Q3 2025, and up 55.7% quarter-over-quarter from -$1.45 in Q2 2026.
Fuelcell Energy (FCEL) EPS (Basic) (2010 - 2026) Analysis & Trends
Fuelcell Energy has disclosed EPS (Basic) across 17 years of filings, most recently posting -$0.64 for Q3 2026.
- In Q3 2026, EPS (Basic) rose 83.0% year-over-year to -$0.64; the TTM figure through Jul 2026 stood at -$2.53 (up 69.46% YoY), while the FY2025 annual figure was -$7.42, up 5.17% from the prior year.
- EPS (Basic) came in at -$0.64 for Q3 2026 at Fuelcell Energy, up from -$1.45 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of -$0.05 in Q1 2024 to a low of -$3.78 in Q3 2025.
- Average EPS (Basic) over 5 years is -$0.75, with a median of -$0.11 recorded in 2022.
- Year-over-year, EPS (Basic) plunged 5588.68% in 2025 and jumped 83.0% in 2026.
- Over 5 years, EPS (Basic) stood at -$0.11 in 2022, then surged by 34.25% to -$0.07 in 2023, then slumped by 3345.01% to -$2.56 in 2024, then jumped by 53.42% to -$1.19 in 2025, then soared by 46.03% to -$0.64 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.64 in Q3 2026, -$1.45 in Q2 2026, and -$0.49 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bloom Energy | 80.01 Bn | 77.37 Bn | 355.57 Mn | 0.68 |
| 2 | Fuelcell Energy | 1.44 Bn | 785.67 Mn | -24.50 Mn | -0.64 |
| 3 | Ballard Power Systems | 667.74 Mn | 162.59 Mn | 4.08 Mn | -0.07 |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 | 0.00 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -0.64 |
| Apr 30, 2026 | -1.45 |
| Jan 31, 2026 | -0.49 |
| Oct 31, 2025 | -1.19 |
| Jul 31, 2025 | -3.78 |
| Apr 30, 2025 | -1.79 |
| Jan 31, 2025 | -1.42 |
| Oct 31, 2024 | -2.56 |
| Jul 31, 2024 | -0.07 |
| Apr 30, 2024 | -0.07 |
| Jan 31, 2024 | -0.05 |
| Oct 31, 2023 | -0.07 |
| Jul 31, 2023 | -0.06 |
| Apr 30, 2023 | -0.09 |
| Jan 31, 2023 | -0.05 |
| Oct 31, 2022 | -0.11 |
| Jul 31, 2022 | -0.08 |
| Apr 30, 2022 | -0.08 |
| Jan 31, 2022 | -0.11 |
| Oct 31, 2021 | -0.07 |
Fuelcell Energy EPS (Basic) 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=eps-basic&ticker=FCEL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=FCEL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();