Strive, Inc. (SATA) Net Income towards Common Stockholders (2022 - 2025)
Strive (SATA) posted Net Income towards Common Stockholders of -$370.9 million for Q4 2025, down 2481.99% on a QoQ basis from -$14.4 million in Q3 2025, and down 2063.68% year-over-year from $18.9 million in Q4 2024.
Strive, Inc. (SATA) Net Income towards Common Stockholders (2022 - 2025) Analysis & Trends
Strive has reported Net Income towards Common Stockholders for 4 years, with the latest figure at -$370.9 million in Q4 2025.
- On a quarterly basis, Net Income towards Common Stockholders fell 2063.68% year-over-year to -$370.9 million in Q4 2025; TTM through Dec 2025 was -$395.8 million, a 1734.24% decrease from a year earlier, with the FY2025 full-year figure at -$397.9 million, down 1743.92% from the prior year.
- Net Income towards Common Stockholders was -$370.9 million for Q4 2025 at Strive, down from -$14.4 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was -$83653.0 in Q3 2022, with the low at -$370.9 million in Q4 2025.
- Average Net Income towards Common Stockholders over 4 years is -$26.4 million, with a median of -$1.3 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Net Income towards Common Stockholders slipped 11.14% in 2024, then plunged 2063.68% in 2025.
- Over 4 years, Net Income towards Common Stockholders stood at -$232263.0 in 2022, then slumped by 480.55% to -$1.3 million in 2023, then slumped by 1171.39% to -$17.1 million in 2024, then slumped by 2063.68% to -$370.9 million in 2025.
- The last three Net Income towards Common Stockholders figures came in at -$370.9 million (Q4 2025), -$14.4 million (Q3 2025), and -$8.9 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -370.93 Mn |
| Sep 11, 2025 | -14.37 Mn |
| Jun 30, 2025 | -8.88 Mn |
| Mar 31, 2025 | -1.66 Mn |
| Dec 31, 2024 | -17.14 Mn |
| Sep 30, 2024 | -1.32 Mn |
| Jun 30, 2024 | -1.73 Mn |
| Mar 31, 2024 | -1.39 Mn |
| Dec 31, 2023 | -1.35 Mn |
| Sep 30, 2023 | -1.19 Mn |
| Jun 30, 2023 | -1.32 Mn |
| Mar 31, 2023 | -1.07 Mn |
| Dec 31, 2022 | -232,263.00 |
| Sep 30, 2022 | -83,653.00 |
| Jun 30, 2022 | -245,139.00 |
| Mar 31, 2022 | -84,200.00 |
Strive, Inc. Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "SATA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();