Strive, Inc. (SATA) Other Non Operating Income (2024 - 2025)
Strive (SATA) posted Other Non Operating Income of -$15.3 million for Q4 2025, down 153270.0% on a QoQ basis from $10000.0 in Q3 2025, and down 5292.2% year-over-year from $295000.0 in Q4 2024.
Strive, Inc. (SATA) Other Non Operating Income (2024 - 2025) Analysis & Trends
Strive has reported Other Non Operating Income for 2 years, with the latest figure at -$15.3 million in Q4 2025.
- On a quarterly basis, Other Non Operating Income fell 5292.2% year-over-year to -$15.3 million in Q4 2025; TTM through Dec 2025 was -$14.8 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$14.7 million, down 1952.96% from the prior year.
- Other Non Operating Income was -$15.3 million for Q4 2025 at Strive, down from $10000.0 in the prior quarter.
- The five-year high for Other Non Operating Income was $295000.0 in Q4 2024, with the low at -$15.3 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -15.32 Mn |
| Sep 11, 2025 | 10,000.00 |
| Jun 30, 2025 | 252,000.00 |
| Dec 31, 2024 | 295,000.00 |
| Sep 30, 2024 | 208,000.00 |
Strive, Inc. Other 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=other-non-operating-income&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();