Strive, Inc. (SATA) EBT Margin (2022 - 2025)
Strive (SATA) posted EBT Margin of 13527.97% for Q4 2025, up 1312.87% on a QoQ basis from 1115.37% in Q3 2025, and up 1392584.0% year-over-year from N/an in Q4 2024.
Strive, Inc. (SATA) EBT Margin (2022 - 2025) Analysis & Trends
Strive has reported EBT Margin for 4 years, with the latest figure at 13527.97% in Q4 2025.
- On a quarterly basis, EBT Margin rose 1392584.0% year-over-year to 13527.97% in Q4 2025; TTM through Dec 2025 was 150712.12%, a 15008473.0% decrease from a year earlier, with the FY2025 full-year figure at 26031.61%, down 2544038.0% from the prior year.
- EBT Margin was 13527.97% for Q4 2025 at Strive, up from 1115.37% in the prior quarter.
- The five-year high for EBT Margin was 13527.97% in Q4 2025, with the low at 1979.7% in Q3 2023.
- Average EBT Margin over 4 years is 76.38%, with a median of 821.25% recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: EBT Margin plunged 187695 bps in 2023, then soared 1392584 bps in 2025.
- Over 4 years, EBT Margin stood at 368.85% in 2022, then plunged by 352 bps to 1667.65% in 2023, then surged by 76 bps to 397.87% in 2024, then soared by 3500 bps to 13527.97% in 2025.
- The last three EBT Margin figures came in at 13527.97% (Q4 2025), 1115.37% (Q3 2025), and 587.36% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 13,527.97% |
| Sep 11, 2025 | -1,115.37% |
| Jun 30, 2025 | -587.36% |
| Mar 31, 2025 | -951.23% |
| Dec 31, 2024 | -397.87% |
| Sep 30, 2024 | -691.26% |
| Jun 30, 2024 | -1,857.17% |
| Mar 31, 2024 | -1,110.94% |
| Dec 31, 2023 | -1,667.65% |
| Sep 30, 2023 | -1,979.70% |
| Jun 30, 2023 | -1,763.48% |
| Mar 31, 2023 | -1,752.27% |
| Dec 31, 2022 | -368.85% |
| Sep 30, 2022 | -102.75% |
| Jun 30, 2022 | -337.36% |
| Mar 31, 2022 | -66.79% |
Strive, Inc. EBT Margin 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=ebt-margin&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();