Strive, Inc. (SATA) Net Cash Flow (2022 - 2025)
Strive (SATA) posted Net Cash Flow of $65.8 million for Q4 2025, up 669.06% on a QoQ basis from -$11.6 million in Q2 2025, and up 2652.32% year-over-year from $2.4 million in Q4 2024.
Strive, Inc. (SATA) Net Cash Flow (2022 - 2025) Analysis & Trends
Strive has reported Net Cash Flow for 4 years, with the latest figure at $65.8 million in Q4 2025.
- On a quarterly basis, Net Cash Flow rose 2652.32% year-over-year to $65.8 million in Q4 2025; TTM through Dec 2025 was $58.2 million, a 2200.12% increase from a year earlier, with the FY2025 full-year figure at $63.6 million, up 1462.45% from the prior year.
- Net Cash Flow was $65.8 million for Q4 2025 at Strive, up from -$11.6 million in the prior quarter.
- The five-year high for Net Cash Flow was $65.8 million in Q4 2025, with the low at -$11.6 million in Q2 2025.
- Average Net Cash Flow over 4 years is $4.1 million, with a median of -$77.0 recorded in 2022.
- The largest YoY upside for Net Cash Flow was 7513312.99% in 2023 against a maximum downside of 1208.19% in 2023.
- Over 4 years, Net Cash Flow stood at $120277.0 in 2022, then plunged by 1011.93% to -$1.1 million in 2023, then soared by 317.99% to $2.4 million in 2024, then jumped by 2652.32% to $65.8 million in 2025.
- The last three Net Cash Flow figures came in at $65.8 million (Q4 2025), -$11.6 million (Q2 2025), and $1.5 million (Q1 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 65.81 Mn |
| Jun 30, 2025 | -11.56 Mn |
| Mar 31, 2025 | 1.55 Mn |
| Dec 31, 2024 | 2.39 Mn |
| Sep 30, 2024 | 2.68 Mn |
| Jun 30, 2024 | -1.48 Mn |
| Mar 31, 2024 | -1.05 Mn |
| Dec 31, 2023 | -1.10 Mn |
| Sep 30, 2023 | -987,478.00 |
| Jun 30, 2023 | -906,169.00 |
| Mar 31, 2023 | 5.79 Mn |
| Dec 31, 2022 | 120,277.00 |
| Sep 30, 2022 | -98,524.00 |
| Jun 30, 2022 | 81,770.00 |
| Mar 31, 2022 | -77.00 |
Strive, Inc. Net Cash Flow 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=net-cash-flow&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();