Strive, Inc. (SATA) Cash from Investing Activities (2023 - 2025)
Strive (SATA) posted Cash from Investing Activities of -$871.1 million for Q4 2025, down 10393.34% on a QoQ basis from $8.5 million in Q4 2024, and down 10393.34% year-over-year from N/an in Q4 2024.
Strive, Inc. (SATA) Cash from Investing Activities (2023 - 2025) Analysis & Trends
Strive has reported Cash from Investing Activities for 3 years, with the latest figure at -$871.1 million in Q4 2025.
- On a quarterly basis, Cash from Investing Activities fell 10393.34% year-over-year to -$871.1 million in Q4 2025; TTM through Dec 2025 was -$874.3 million, a 27213.78% decrease from a year earlier, with the FY2025 full-year figure at -$854.6 million, down 26599.41% from the prior year.
- Cash from Investing Activities was -$871.1 million for Q4 2025 at Strive, down from $8.5 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $8.5 million in Q4 2024, with the low at -$871.1 million in Q4 2025.
- Average Cash from Investing Activities over 3 years is -$145.7 million, with a median of -$154437.5 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities soared 8082.76% in 2024, then slumped 10393.34% in 2025.
- Over 3 years, Cash from Investing Activities stood at -$106016.0 in 2023, then jumped by 8082.76% to $8.5 million in 2024, then plunged by 10393.34% to -$871.1 million in 2025.
- The last three Cash from Investing Activities figures came in at -$871.1 million (Q4 2025), $8.5 million (Q4 2024), and -$11.4 million (Q3 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -871.13 Mn |
| Dec 31, 2024 | 8.46 Mn |
| Sep 30, 2024 | -11.45 Mn |
| Jun 30, 2024 | -202,859.00 |
| Mar 31, 2024 | -11,902.00 |
| Dec 31, 2023 | -106,016.00 |
Strive, Inc. Cash from Investing Activities 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-investing-activities&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();