Spruce Power Holding (SPRU) Other Non Operating Income (2019 - 2026)
Spruce Power Holding's (SPRU) quarterly Other Non Operating Income came in at $1.9 million in Q2 2026, up 146.0% year-over-year from $771942.1 in Q2 2025, and up 354.56% quarter-over-quarter from -$746000.0 in Q4 2025.
Spruce Power Holding (SPRU) Other Non Operating Income (2019 - 2026) Analysis & Trends
Spruce Power Holding has disclosed Other Non Operating Income across 7 years of filings, most recently posting $1.9 million for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 146.0% year-over-year to $1.9 million; the TTM figure through Jun 2026 stood at -$4.5 million (up 72.09% YoY), while the FY2025 annual figure was -$12.7 million, down 360.73% from the prior year.
- Other Non Operating Income came in at $1.9 million for Q2 2026 at Spruce Power Holding, up from -$746000.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $9.2 million in Q2 2023 to a low of -$16.5 million in Q4 2023.
- Average Other Non Operating Income over 5 years is -$517062.5, with a median of -$1.2 million recorded in 2025.
- Year-over-year, Other Non Operating Income tumbled 453.17% in 2023 and jumped 214.69% in 2024.
- Over 5 years, Other Non Operating Income stood at -$3.0 million in 2022, then plunged by 453.17% to -$16.5 million in 2023, then jumped by 132.77% to $5.4 million in 2024, then plunged by 113.81% to -$746000.0 in 2025, then surged by 354.56% to $1.9 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $1.9 million in Q2 2026, -$746000.0 in Q4 2025, and -$1.6 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.90 Mn |
| Dec 31, 2025 | -746,000.00 |
| Sep 30, 2025 | -1.57 Mn |
| Jun 30, 2025 | -4.13 Mn |
| Mar 31, 2025 | -6.24 Mn |
| Dec 31, 2024 | 5.40 Mn |
| Sep 30, 2024 | -11.33 Mn |
| Jun 30, 2024 | -3.23 Mn |
| Mar 31, 2024 | 6.41 Mn |
| Dec 31, 2023 | -16.48 Mn |
| Sep 30, 2023 | 8.06 Mn |
| Jun 30, 2023 | 9.19 Mn |
| Mar 31, 2023 | -5.59 Mn |
| Dec 31, 2022 | -2.98 Mn |
| Sep 30, 2022 | 8.53 Mn |
| Mar 31, 2022 | 4.53 Mn |
| Dec 31, 2020 | 676,000.00 |
| Sep 30, 2020 | 5.17 Mn |
| Jun 30, 2020 | -8.17 Mn |
| Mar 31, 2020 | -1.04 Mn |
Spruce Power Holding Other Non Operating Income 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=other-non-operating-income&ticker=SPRU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SPRU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();