Spruce Power Holding (SPRU) Income from Continuing Operations (2019 - 2026)
Spruce Power Holding's (SPRU) quarterly Income from Continuing Operations came in at $1.7 million in Q2 2026, up 38.97% year-over-year from $1.2 million in Q2 2025, and up 132.68% quarter-over-quarter from -$5.3 million in Q4 2025.
Spruce Power Holding (SPRU) Income from Continuing Operations (2019 - 2026) Analysis & Trends
Spruce Power Holding has disclosed Income from Continuing Operations across 8 years of filings, most recently posting $1.7 million for Q2 2026.
- In Q2 2026, Income from Continuing Operations rose 38.97% year-over-year to $1.7 million; the TTM figure through Jun 2026 stood at -$1.5 million (up 97.62% YoY), while the FY2025 annual figure was -$12.3 million, up 81.94% from the prior year.
- Income from Continuing Operations came in at $1.7 million for Q2 2026 at Spruce Power Holding, up from -$5.3 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $1.7 million in Q2 2026 to a low of -$42.3 million in Q3 2024.
- Average Income from Continuing Operations over 5 years is -$11.5 million, with a median of -$9.1 million recorded in 2025.
- Year-over-year, Income from Continuing Operations plunged 700.51% in 2022 and surged 121.81% in 2025.
- Over 5 years, Income from Continuing Operations stood at -$17.6 million in 2022, then climbed by 20.75% to -$13.9 million in 2023, then grew by 21.67% to -$10.9 million in 2024, then jumped by 51.64% to -$5.3 million in 2025, then jumped by 132.68% to $1.7 million in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $1.7 million in Q2 2026, -$5.3 million in Q4 2025, and $860000.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 305.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 819.03 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 506.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -92.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 52.05 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 1.03 Bn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -48.54 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 30.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 26.83 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | 1.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.73 Mn |
| Dec 31, 2025 | -5.28 Mn |
| Sep 30, 2025 | 860,000.00 |
| Jun 30, 2025 | 1.24 Mn |
| Mar 31, 2025 | -9.09 Mn |
| Dec 31, 2024 | -10.92 Mn |
| Sep 30, 2024 | -42.26 Mn |
| Jun 30, 2024 | -5.69 Mn |
| Mar 31, 2024 | -9.15 Mn |
| Dec 31, 2023 | -13.94 Mn |
| Sep 30, 2023 | -27.45 Mn |
| Jun 30, 2023 | -8.19 Mn |
| Mar 31, 2023 | -9.63 Mn |
| Dec 31, 2022 | -17.60 Mn |
| Sep 30, 2022 | -24.18 Mn |
| Jun 30, 2022 | -8.00 Mn |
| Mar 31, 2022 | -7.73 Mn |
| Dec 31, 2021 | 2.93 Mn |
| Sep 30, 2021 | -8.04 Mn |
| Jun 30, 2021 | -9.94 Mn |
Spruce Power Holding Income from Continuing Operations 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-from-continuing-operations&ticker=SPRU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "ticker": "SPRU", "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-from-continuing-operations&ticker=SPRU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();