Strive, Inc. (SATA) Operating Margin (2022 - 2025)
Strive (SATA) posted Operating Margin of 8460.41% for Q4 2025, up 2760.4% on a QoQ basis from 318.01% in Q3 2025, and up 891374.0% year-over-year from N/an in Q4 2024.
Strive, Inc. (SATA) Operating Margin (2022 - 2025) Analysis & Trends
Strive has reported Operating Margin for 4 years, with the latest figure at 8460.41% in Q4 2025.
- On a quarterly basis, Operating Margin rose 891374.0% year-over-year to 8460.41% in Q4 2025; TTM through Dec 2025 was 91904.14%, a 9124180.0% decrease from a year earlier, with the FY2025 full-year figure at 15948.15%, down 1532749.0% from the prior year.
- Operating Margin was 8460.41% for Q4 2025 at Strive, up from 318.01% in the prior quarter.
- The five-year high for Operating Margin was 8460.41% in Q4 2025, with the low at 1979.7% in Q3 2023.
- Average Operating Margin over 4 years is 327.81%, with a median of 582.87% recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Operating Margin plunged 187695 bps in 2023, then jumped 891374 bps in 2025.
- Over 4 years, Operating Margin stood at 368.85% in 2022, then plunged by 352 bps to 1667.65% in 2023, then surged by 73 bps to 453.33% in 2024, then jumped by 1966 bps to 8460.41% in 2025.
- The last three Operating Margin figures came in at 8460.41% (Q4 2025), 318.01% (Q3 2025), and 244.21% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 8,460.41% |
| Sep 11, 2025 | -318.01% |
| Jun 30, 2025 | -244.21% |
| Mar 31, 2025 | -970.49% |
| Dec 31, 2024 | -453.33% |
| Sep 30, 2024 | -712.40% |
| 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. Operating 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=operating-margin&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-margin&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();