Spruce Power Holding (SPRU) Free Cash Flow (2019 - 2025)
Spruce Power Holding's (SPRU) quarterly Free Cash Flow came in at -$3.3 million in Q4 2025, up 75.77% year-over-year from -$1.9 million in Q4 2024, and down 129.48% quarter-over-quarter from $11.2 million in Q3 2025.
Spruce Power Holding (SPRU) Free Cash Flow (2019 - 2025) Analysis & Trends
Spruce Power Holding has disclosed Free Cash Flow across 7 years of filings, most recently posting -$3.3 million for Q4 2025.
- In Q4 2025, Free Cash Flow rose 75.77% year-over-year to -$3.3 million; the TTM figure through Dec 2025 stood at -$3.8 million (up 91.1% YoY), while the FY2025 annual figure was -$3.8 million, up 91.1% from the prior year.
- Free Cash Flow came in at -$3.3 million for Q4 2025 at Spruce Power Holding, down from $11.2 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $11.2 million in Q3 2025 to a low of -$33.4 million in Q4 2022.
- Average Free Cash Flow over 5 years is -$8.8 million, with a median of -$9.7 million recorded in 2023.
- Year-over-year, Free Cash Flow sank 729.19% in 2022 and soared 1239.67% in 2025.
- Over 5 years, Free Cash Flow stood at $5.3 million in 2021, then slumped by 729.19% to -$33.4 million in 2022, then surged by 46.23% to -$18.0 million in 2023, then advanced by 24.07% to -$13.6 million in 2024, then soared by 75.77% to -$3.3 million in 2025.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$3.3 million in Q4 2025, $11.2 million in Q3 2025, and -$2.4 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 334.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 1,539.52 |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 779.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -573.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 807.92 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 1.85 Bn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -141.68 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 130.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -87.40 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.30 Mn |
| Sep 30, 2025 | 11.20 Mn |
| Jun 30, 2025 | -2.44 Mn |
| Mar 31, 2025 | -9.21 Mn |
| Dec 31, 2024 | -13.63 Mn |
| Sep 30, 2024 | -983,000.00 |
| Jun 30, 2024 | -5.28 Mn |
| Mar 31, 2024 | -22.27 Mn |
| Dec 31, 2023 | -17.95 Mn |
| Sep 30, 2023 | 2.19 Mn |
| Jun 30, 2023 | -10.13 Mn |
| Mar 31, 2023 | -8.26 Mn |
| Dec 31, 2022 | -33.39 Mn |
| Sep 30, 2022 | -7.77 Mn |
| Jun 30, 2022 | -11.83 Mn |
| Mar 31, 2022 | -10.50 Mn |
| Dec 31, 2021 | 5.31 Mn |
| Sep 30, 2021 | -14.81 Mn |
| Jun 30, 2021 | -11.25 Mn |
| Mar 31, 2021 | -11.07 Mn |
Spruce Power Holding Free Cash Flow 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=free-cash-flow&ticker=SPRU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=SPRU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();