Strive, Inc. (SATA) Restructuring Costs (2025)
Strive (SATA) posted Restructuring Costs of -$3.3 million for Q4 2025, down 132.27% on a QoQ basis from $10.3 million in Q3 2025.
Analysis
Strive, Inc. (SATA) Restructuring Costs (2025) Analysis & Trends
Strive has reported Restructuring Costs for 1 years, with the latest figure at -$3.3 million in Q4 2025.
- On a quarterly basis, Restructuring Costs changed N/A year-over-year to -$3.3 million in Q4 2025; TTM through Dec 2025 was $12.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at $12.4 million, changed N/A from the prior year.
- Restructuring Costs was -$3.3 million for Q4 2025 at Strive, down from $10.3 million in the prior quarter.
- The five-year high for Restructuring Costs was $10.3 million in Q3 2025, with the low at -$3.3 million in Q4 2025.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.32 Mn |
| Sep 11, 2025 | 10.28 Mn |
| Jun 30, 2025 | 5.44 Mn |
API Access
Strive, Inc. Restructuring Costs 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=restructuring-costs&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();