Strive, Inc. (SATA) Net Margin (2022 - 2025)
Strive (SATA) posted Net Margin of 13687.38% for Q4 2025, up 1327.16% on a QoQ basis from 1115.37% in Q3 2025, and up 1534375.0% year-over-year from N/an in Q4 2024.
Strive, Inc. (SATA) Net Margin (2022 - 2025) Analysis & Trends
Strive has reported Net Margin for 4 years, with the latest figure at 13687.38% in Q4 2025.
- On a quarterly basis, Net Margin rose 1534375.0% year-over-year to 13687.38% in Q4 2025; TTM through Dec 2025 was 152388.81%, a 15142404.0% decrease from a year earlier, with the FY2025 full-year figure at 26317.33%, down 2572610.0% from the prior year.
- Net Margin was 13687.38% for Q4 2025 at Strive, up from 1115.37% in the prior quarter.
- The five-year high for Net Margin was 13687.38% in Q4 2025, with the low at 1979.7% in Q3 2023.
- Average Net Margin over 4 years is 111.56%, with a median of 1041.39% recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Net Margin plunged 187695 bps in 2023, then jumped 1534375 bps in 2025.
- Over 4 years, Net Margin stood at 368.85% in 2022, then plunged by 352 bps to 1667.65% in 2023, then gained by 1 bps to 1656.37% in 2024, then surged by 926 bps to 13687.38% in 2025.
- The last three Net Margin figures came in at 13687.38% (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,687.38% |
| Sep 11, 2025 | -1,115.37% |
| Jun 30, 2025 | -587.36% |
| Mar 31, 2025 | -971.84% |
| Dec 31, 2024 | -1,656.37% |
| Sep 30, 2024 | -134.46% |
| 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. Net 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=net-margin&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();