Strive, Inc. (SATA) Non Operating Income (2024 - 2025)
Strive (SATA) posted Non Operating Income of -$137.3 million for Q4 2025, down 1237.21% on a QoQ basis from -$10.3 million in Q3 2025, and down 24025.26% year-over-year from N/an in Q4 2024.
Strive, Inc. (SATA) Non Operating Income (2024 - 2025) Analysis & Trends
Strive has reported Non Operating Income for 2 years, with the latest figure at -$137.3 million in Q4 2025.
- On a quarterly basis, Non Operating Income fell 24025.26% year-over-year to -$137.3 million in Q4 2025; TTM through Dec 2025 was -$152.8 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$152.5 million, down 14295.72% from the prior year.
- Non Operating Income was -$137.3 million for Q4 2025 at Strive, down from -$10.3 million in the prior quarter.
- The five-year high for Non Operating Income was $574000.0 in Q4 2024, with the low at -$137.3 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -137.33 Mn |
| Sep 11, 2025 | -10.27 Mn |
| Jun 30, 2025 | -5.19 Mn |
| Mar 31, 2025 | 32,878.00 |
| Dec 31, 2024 | 574,000.00 |
| Sep 30, 2024 | 208,000.00 |
Strive, Inc. 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=non-operating-income&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-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=non-operating-income&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();