Strive, Inc. (SATA) Preferred Shares (2024 - 2025)
Strive (SATA) posted Preferred Shares of $1.0 million for Q2 2025, little changed on a QoQ basis from $1.0 million in Q1 2025.
Analysis
Strive, Inc. (SATA) Preferred Shares (2024 - 2025) Analysis & Trends
Strive has reported Preferred Shares for 2 years, with the latest figure at $1.0 million in Q2 2025.
- On a quarterly basis, Preferred Shares changed N/A year-over-year to $1.0 million in Q2 2025; TTM through Jun 2025 was $1.0 million, a N/A change from a year earlier, with the FY2024 full-year figure at $72.5 million, changed N/A from the prior year.
- Preferred Shares was $1.0 million for Q2 2025 at Strive, roughly flat from $1.0 million in the prior quarter.
- The five-year high for Preferred Shares was $72.5 million in Q4 2024, with the low at $497766.0 in Q3 2024.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 1.04 Mn |
| Mar 31, 2025 | 1.04 Mn |
| Dec 31, 2024 | 72.49 Mn |
| Sep 30, 2024 | 497,766.00 |
API Access
Strive, Inc. Preferred Shares 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=preferred-shares&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();