Strive, Inc. (SATA) Share-based Compensation (2022 - 2025)
Strive (SATA) posted Share-based Compensation of $139.0 million for Q4 2025, up 16956.92% on a QoQ basis from $814860.0 in Q2 2025.
Analysis
Strive, Inc. (SATA) Share-based Compensation (2022 - 2025) Analysis & Trends
Strive has reported Share-based Compensation for 4 years, with the latest figure at $139.0 million in Q4 2025.
- On a quarterly basis, Share-based Compensation changed N/A year-over-year to $139.0 million in Q4 2025; TTM through Dec 2025 was $140.1 million, a 15639.7% increase from a year earlier, with the FY2025 full-year figure at $141.1 million, up 133694.67% from the prior year.
- Share-based Compensation was $139.0 million for Q4 2025 at Strive, up from $814860.0 in the prior quarter.
- The five-year high for Share-based Compensation was $139.0 million in Q4 2025, with the low at $52500.0 in Q4 2022.
- Average Share-based Compensation over 4 years is $12.9 million, with a median of $200210.0 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Share-based Compensation sank 54.92% in 2024, then surged 1047.66% in 2025.
- Over 4 years, Share-based Compensation stood at $52500.0 in 2022, then soared by 646.08% to $391690.0 in 2023, then plunged by 56.27% to $171274.0 in 2024, then jumped by 81050.67% to $139.0 million in 2025.
- The last three Share-based Compensation figures came in at $139.0 million (Q4 2025), $814860.0 (Q2 2025), and $252522.0 (Q1 2025), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 138.99 Mn |
| Jun 30, 2025 | 814,860.00 |
| Mar 31, 2025 | 252,522.00 |
| Sep 30, 2024 | 171,274.00 |
| Jun 30, 2024 | 71,002.00 |
| Mar 31, 2024 | 326,871.00 |
| Dec 31, 2023 | 391,690.00 |
| Sep 30, 2023 | 157,500.00 |
| Jun 30, 2023 | 157,500.00 |
| Mar 31, 2023 | 200,210.00 |
| Dec 31, 2022 | 52,500.00 |
API Access
Strive, Inc. Share-based Compensation 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=share-based-compensation&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();