Strive, Inc. (SATA) EPS (Basic) (2022 - 2025)
Strive (SATA) posted EPS (Basic) of -$8.43 for Q4 2025, up 93.18% on a QoQ basis from -$123.54 in Q3 2025, and up 90.68% year-over-year from -$4.42 in Q4 2024.
Strive, Inc. (SATA) EPS (Basic) (2022 - 2025) Analysis & Trends
Strive has reported EPS (Basic) for 4 years, with the latest figure at -$8.43 in Q4 2025.
- On a quarterly basis, EPS (Basic) rose 90.68% year-over-year to -$8.43 in Q4 2025; TTM through Dec 2025 was -$9.0, a 92.1% increase from a year earlier, with the FY2025 full-year figure at -$9.04, up 92.06% from the prior year.
- EPS (Basic) was -$8.43 for Q4 2025 at Strive, up from -$123.54 in the prior quarter.
- The five-year high for EPS (Basic) was -$0.82 in Q3 2022, with the low at -$123.54 in Q3 2025.
- Average EPS (Basic) over 4 years is -$19.33, with a median of -$8.62 recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: EPS (Basic) plunged 960.03% in 2023, then soared 90.68% in 2025.
- Over 4 years, EPS (Basic) stood at -$2.27 in 2022, then plunged by 338.22% to -$9.93 in 2023, then tumbled by 811.33% to -$90.5 in 2024, then jumped by 90.68% to -$8.43 in 2025.
- The last three EPS (Basic) figures came in at -$8.43 (Q4 2025), -$123.54 (Q3 2025), and -$11.38 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -8.43 |
| Sep 11, 2025 | -123.54 |
| Jun 30, 2025 | -11.38 |
| Mar 31, 2025 | -2.52 |
| Dec 31, 2024 | -90.50 |
| Sep 30, 2024 | -8.22 |
| Jun 30, 2024 | -11.67 |
| Mar 31, 2024 | -9.78 |
| Dec 31, 2023 | -9.93 |
| Sep 30, 2023 | -8.65 |
| Jun 30, 2023 | -9.63 |
| Mar 31, 2023 | -8.59 |
| Dec 31, 2022 | -2.27 |
| Sep 30, 2022 | -0.82 |
| Jun 30, 2022 | -2.44 |
| Mar 31, 2022 | -0.84 |
Strive, Inc. EPS (Basic) 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=eps-basic&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();