Strive, Inc. (SATA) Other Operating Expenses (2022 - 2025)
Strive (SATA) posted Other Operating Expenses of -$209.2 million for Q4 2025, down 3528.21% on a QoQ basis from -$5.8 million in Q3 2025.
Strive, Inc. (SATA) Other Operating Expenses (2022 - 2025) Analysis & Trends
Strive has reported Other Operating Expenses for 4 years, with the latest figure at -$209.2 million in Q4 2025.
- On a quarterly basis, Other Operating Expenses changed N/A year-over-year to -$209.2 million in Q4 2025; TTM through Dec 2025 was -$214.1 million, a 10523.5% decrease from a year earlier, with the FY2025 full-year figure at -$209.2 million, changed N/A from the prior year.
- Other Operating Expenses was -$209.2 million for Q4 2025 at Strive, down from -$5.8 million in the prior quarter.
- The five-year high for Other Operating Expenses was $1.1 million in Q2 2024, with the low at -$209.2 million in Q4 2025.
- Average Other Operating Expenses over 4 years is -$16.0 million, with a median of $608001.0 recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Other Operating Expenses surged 1037.75% in 2023, then retreated 10.92% in 2025.
- Over 4 years, Other Operating Expenses stood at $172594.0 in 2022, then soared by 252.27% to $608001.0 in 2023, then surged by 75.09% to $1.1 million in 2024, then tumbled by 19755.34% to -$209.2 million in 2025.
- The last three Other Operating Expenses figures came in at -$209.2 million (Q4 2025), -$5.8 million (Q3 2025), and $881646.0 (Q1 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -209.24 Mn |
| Sep 11, 2025 | -5.77 Mn |
| Mar 31, 2025 | 881,646.00 |
| Jun 30, 2024 | 1.06 Mn |
| Mar 31, 2024 | 989,706.00 |
| Dec 31, 2023 | 608,001.00 |
| Sep 30, 2023 | 732,378.00 |
| Jun 30, 2023 | 898,256.00 |
| Mar 31, 2023 | 786,445.00 |
| Dec 31, 2022 | 172,594.00 |
| Sep 30, 2022 | 64,371.00 |
| Jun 30, 2022 | 198,776.00 |
| Mar 31, 2022 | 89,649.00 |
Strive, Inc. Other Operating Expenses 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-operating-expenses&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();