Strive, Inc. (SATA) Operating Income (2022 - 2025)
Strive (SATA) posted Operating Income of -$229.3 million for Q4 2025, down 5497.58% on a QoQ basis from -$4.1 million in Q3 2025, and down 4786.55% year-over-year from $4.9 million in Q4 2024.
Strive, Inc. (SATA) Operating Income (2022 - 2025) Analysis & Trends
Strive has reported Operating Income for 4 years, with the latest figure at -$229.3 million in Q4 2025.
- On a quarterly basis, Operating Income fell 4786.55% year-over-year to -$229.3 million in Q4 2025; TTM through Dec 2025 was -$238.7 million, a 1511.29% decrease from a year earlier, with the FY2025 full-year figure at -$241.1 million, down 964.43% from the prior year.
- Operating Income was -$229.3 million for Q4 2025 at Strive, down from -$4.1 million in the prior quarter.
- The five-year high for Operating Income was -$83653.0 in Q3 2022, with the low at -$229.3 million in Q4 2025.
- Average Operating Income over 4 years is -$16.2 million, with a median of -$1.4 million recorded in 2023.
- The largest YoY upside for Operating Income was 19.48% in 2025 against a maximum downside of 4786.55% in 2025.
- Over 4 years, Operating Income stood at -$232263.0 in 2022, then slumped by 480.55% to -$1.3 million in 2023, then slumped by 247.97% to -$4.7 million in 2024, then tumbled by 4786.55% to -$229.3 million in 2025.
- The last three Operating Income figures came in at -$229.3 million (Q4 2025), -$4.1 million (Q3 2025), and -$3.7 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -229.28 Mn |
| Sep 11, 2025 | -4.10 Mn |
| Jun 30, 2025 | -3.69 Mn |
| Mar 31, 2025 | -1.66 Mn |
| Dec 31, 2024 | -4.69 Mn |
| Sep 30, 2024 | -7.01 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. 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=operating-income&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();