Strive, Inc. (SATA) Free Cash Flow (2022 - 2025)
Strive (SATA) posted Free Cash Flow of -$861.0 million for Q4 2025, down 10094.88% on a QoQ basis from -$8.4 million in Q2 2025, and down 11635.04% year-over-year from N/an in Q4 2024.
Strive, Inc. (SATA) Free Cash Flow (2022 - 2025) Analysis & Trends
Strive has reported Free Cash Flow for 4 years, with the latest figure at -$861.0 million in Q4 2025.
- On a quarterly basis, Free Cash Flow fell 11635.04% year-over-year to -$861.0 million in Q4 2025; TTM through Dec 2025 was -$878.4 million, a 3709.15% decrease from a year earlier, with the FY2025 full-year figure at -$879.9 million, down 3716.0% from the prior year.
- Free Cash Flow was -$861.0 million for Q4 2025 at Strive, down from -$8.4 million in the prior quarter.
- The five-year high for Free Cash Flow was -$75077.0 in Q1 2022, with the low at -$861.0 million in Q4 2025.
- Average Free Cash Flow over 4 years is -$59.9 million, with a median of -$1.1 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Free Cash Flow fell 12.87% in 2024, then plunged 11635.04% in 2025.
- Over 4 years, Free Cash Flow stood at -$209627.0 in 2022, then plunged by 310.31% to -$860116.0 in 2023, then plunged by 753.02% to -$7.3 million in 2024, then slumped by 11635.04% to -$861.0 million in 2025.
- The last three Free Cash Flow figures came in at -$861.0 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 | -861.00 Mn |
| Jun 30, 2025 | -8.45 Mn |
| Mar 31, 2025 | -1.57 Mn |
| Dec 31, 2024 | -7.34 Mn |
| Sep 30, 2024 | -13.39 Mn |
| Jun 30, 2024 | -1.28 Mn |
| Mar 31, 2024 | -1.05 Mn |
| Dec 31, 2023 | -860,116.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. Free 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=free-cash-flow&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-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=free-cash-flow&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();