Strive, Inc. (SATA) Income towards Parent Company (2022 - 2025)
Strive (SATA) posted Income towards Parent Company of -$366.6 million for Q4 2025, down 2451.91% on a QoQ basis from -$14.4 million in Q3 2025, and down 8802.57% year-over-year from $4.2 million in Q4 2024.
Strive, Inc. (SATA) Income towards Parent Company (2022 - 2025) Analysis & Trends
Strive has reported Income towards Parent Company for 4 years, with the latest figure at -$366.6 million in Q4 2025.
- On a quarterly basis, Income towards Parent Company fell 8802.57% year-over-year to -$366.6 million in Q4 2025; TTM through Dec 2025 was -$391.5 million, a 2689.57% decrease from a year earlier, with the FY2025 full-year figure at -$393.6 million, down 1723.9% from the prior year.
- Income towards Parent Company was -$366.6 million for Q4 2025 at Strive, down from -$14.4 million in the prior quarter.
- The five-year high for Income towards Parent Company was -$83653.0 in Q3 2022, with the low at -$366.6 million in Q4 2025.
- Average Income towards Parent Company over 4 years is -$25.7 million, with a median of -$1.4 million recorded in 2023.
- The largest YoY upside for Income towards Parent Company was 17.11% in 2025 against a maximum downside of 8802.57% in 2025.
- Over 4 years, Income towards Parent Company stood at -$232263.0 in 2022, then slumped by 480.55% to -$1.3 million in 2023, then plunged by 205.4% to -$4.1 million in 2024, then slumped by 8802.57% to -$366.6 million in 2025.
- The last three Income towards Parent Company figures came in at -$366.6 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 | -366.61 Mn |
| Sep 11, 2025 | -14.37 Mn |
| Jun 30, 2025 | -8.88 Mn |
| Mar 31, 2025 | -1.62 Mn |
| Dec 31, 2024 | -4.12 Mn |
| Sep 30, 2024 | -6.80 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. Income towards Parent Company 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-towards-parent-company&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();