Strive, Inc. (SATA) Cash from Operations (2022 - 2025)
Strive (SATA) posted Cash from Operations of -$6.8 million for Q4 2025, up 19.87% on a QoQ basis from -$8.4 million in Q2 2025, and down 11.43% year-over-year from -$7.6 million in Q4 2024.
Strive, Inc. (SATA) Cash from Operations (2022 - 2025) Analysis & Trends
Strive has reported Cash from Operations for 4 years, with the latest figure at -$6.8 million in Q4 2025.
- On a quarterly basis, Cash from Operations fell 11.43% year-over-year to -$6.8 million in Q4 2025; TTM through Dec 2025 was -$22.9 million, a 5.84% decrease from a year earlier, with the FY2025 full-year figure at -$25.0 million, down 15.66% from the prior year.
- Cash from Operations was -$6.8 million for Q4 2025 at Strive, up from -$8.4 million in the prior quarter.
- The five-year high for Cash from Operations was -$75077.0 in Q1 2022, with the low at -$13.2 million in Q3 2024.
- Average Cash from Operations over 4 years is -$2.9 million, with a median of -$1.0 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Cash from Operations tumbled 1236.73% in 2024, then decreased 11.43% in 2025.
- Over 4 years, Cash from Operations stood at -$209627.0 in 2022, then slumped by 307.44% to -$854100.0 in 2023, then slumped by 611.04% to -$6.1 million in 2024, then retreated by 11.43% to -$6.8 million in 2025.
- The last three Cash from Operations figures came in at -$6.8 million (Q4 2025), -$8.4 million (Q2 2025), and -$1.6 million (Q1 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -6.77 Mn |
| Jun 30, 2025 | -8.45 Mn |
| Mar 31, 2025 | -1.57 Mn |
| Dec 31, 2024 | -6.07 Mn |
| Sep 30, 2024 | -13.20 Mn |
| Jun 30, 2024 | -1.28 Mn |
| Mar 31, 2024 | -1.04 Mn |
| Dec 31, 2023 | -854,100.00 |
| Sep 30, 2023 | -987,478.00 |
| Jun 30, 2023 | -1.14 Mn |
| Mar 31, 2023 | -829,946.00 |
| Dec 31, 2022 | -209,627.00 |
| Sep 30, 2022 | -99,500.00 |
| Jun 30, 2022 | -218,625.00 |
| Mar 31, 2022 | -75,077.00 |
Strive, Inc. Cash from Operations 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=cash-from-operations&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();