Spruce Power Holding (SPRU) Profit After Tax (2019 - 2026)
Spruce Power Holding's (SPRU) quarterly Profit After Tax came in at $3.5 million in Q2 2026, up 217.09% year-over-year from $1.1 million in Q2 2025, and up 150.6% quarter-over-quarter from -$6.9 million in Q4 2025.
Spruce Power Holding (SPRU) Profit After Tax (2019 - 2026) Analysis & Trends
Spruce Power Holding has disclosed Profit After Tax across 8 years of filings, most recently posting $3.5 million for Q2 2026.
- In Q2 2026, Profit After Tax rose 217.09% year-over-year to $3.5 million; the TTM figure through Jun 2026 stood at -$7.2 million (up 90.71% YoY), while the FY2025 annual figure was -$26.0 million, up 63.08% from the prior year.
- Profit After Tax came in at $3.5 million for Q2 2026 at Spruce Power Holding, up from -$6.9 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $3.5 million in Q2 2026 to a low of -$53.6 million in Q3 2024.
- Average Profit After Tax over 5 years is -$14.9 million, with a median of -$12.7 million recorded in 2022.
- Year-over-year, Profit After Tax tumbled 596.67% in 2022 and soared 217.09% in 2026.
- Over 5 years, Profit After Tax stood at -$43.2 million in 2022, then surged by 30.01% to -$30.2 million in 2023, then jumped by 80.59% to -$5.9 million in 2024, then declined by 17.08% to -$6.9 million in 2025, then surged by 150.6% to $3.5 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were $3.5 million in Q2 2026, -$6.9 million in Q4 2025, and -$860000.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | 755.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 | 31.18 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -213.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -48.54 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 122.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 27.61 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | 3.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.47 Mn |
| Dec 31, 2025 | -6.86 Mn |
| Sep 30, 2025 | -860,000.00 |
| Jun 30, 2025 | -2.97 Mn |
| Mar 31, 2025 | -15.31 Mn |
| Dec 31, 2024 | -5.86 Mn |
| Sep 30, 2024 | -53.55 Mn |
| Jun 30, 2024 | -8.57 Mn |
| Mar 31, 2024 | -2.45 Mn |
| Dec 31, 2023 | -30.20 Mn |
| Sep 30, 2023 | -19.31 Mn |
| Jun 30, 2023 | 3.07 Mn |
| Mar 31, 2023 | -19.40 Mn |
| Dec 31, 2022 | -43.15 Mn |
| Sep 30, 2022 | -22.01 Mn |
| Jun 30, 2022 | -12.70 Mn |
| Mar 31, 2022 | -16.08 Mn |
| Dec 31, 2021 | 8.69 Mn |
| Sep 30, 2021 | -7.53 Mn |
| Jun 30, 2021 | -10.47 Mn |
Spruce Power Holding Profit After Tax 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=profit-after-tax&ticker=SPRU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=SPRU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();