Strive, Inc. (SATA) Assets Average (2023 - 2025)
Strive (SATA) posted Assets Average of $4.1 million for Q2 2025, down 75.12% on a QoQ basis from $16.6 million in Q1 2025, and up 79.86% year-over-year from $2.3 million in Q2 2024.
Strive, Inc. (SATA) Assets Average (2023 - 2025) Analysis & Trends
Strive has reported Assets Average for 3 years, with the latest figure at $4.1 million in Q2 2025.
- On a quarterly basis, Assets Average rose 79.86% year-over-year to $4.1 million in Q2 2025; TTM through Jun 2025 was $4.1 million, a 79.86% increase from a year earlier, with the FY2025 full-year figure at $386.9 million, up 2374.11% from the prior year.
- Assets Average was $4.1 million for Q2 2025 at Strive, down from $16.6 million in the prior quarter.
- The five-year high for Assets Average was $16.6 million in Q1 2025, with the low at $2.3 million in Q2 2024.
- Average Assets Average over 3 years is $6.0 million, with a median of $3.9 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Assets Average slumped 58.64% in 2024, then surged 535.78% in 2025.
- Over 3 years, Assets Average stood at $3.6 million in 2023, then soared by 325.5% to $15.4 million in 2024, then tumbled by 73.15% to $4.1 million in 2025.
- The last three Assets Average figures came in at $4.1 million (Q2 2025), $16.6 million (Q1 2025), and $15.4 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 4.13 Mn |
| Mar 31, 2025 | 16.60 Mn |
| Dec 31, 2024 | 15.38 Mn |
| Sep 30, 2024 | 2.50 Mn |
| Jun 30, 2024 | 2.30 Mn |
| Mar 31, 2024 | 2.61 Mn |
| Dec 31, 2023 | 3.61 Mn |
| Sep 30, 2023 | 4.62 Mn |
| Jun 30, 2023 | 5.55 Mn |
| Mar 31, 2023 | 3.19 Mn |
Strive, Inc. Assets Average 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=assets-average&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();