Strive, Inc. (SATA) Asset Utilization Ratio (2023 - 2025)
Strive (SATA) posted Asset Utilization Ratio of 0.9 for Q2 2025, up 551.71% on a QoQ basis from 0.14 in Q1 2025, and up 473.46% year-over-year from 0.16 in Q2 2024.
Strive, Inc. (SATA) Asset Utilization Ratio (2023 - 2025) Analysis & Trends
Strive has reported Asset Utilization Ratio for 3 years, with the latest figure at 0.9 in Q2 2025.
- On a quarterly basis, Asset Utilization Ratio rose 473.46% year-over-year to 0.9 in Q2 2025; TTM through Jun 2025 was 0.9, a 473.46% increase from a year earlier, with the FY2025 full-year figure at 0.0, down 98.33% from the prior year.
- Asset Utilization Ratio was 0.9 for Q2 2025 at Strive, up from 0.14 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.9 in Q2 2025, with the low at 0.05 in Q2 2023.
- Average Asset Utilization Ratio over 3 years is 0.22, with a median of 0.13 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Asset Utilization Ratio surged 814.68% in 2024, then advanced 5.37% in 2025.
- Over 3 years, Asset Utilization Ratio stood at 0.08 in 2023, then jumped by 89.75% to 0.15 in 2024, then jumped by 516.17% to 0.9 in 2025.
- The last three Asset Utilization Ratio figures came in at 0.9 (Q2 2025), 0.14 (Q1 2025), and 0.15 (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 0.90 |
| Mar 31, 2025 | 0.14 |
| Dec 31, 2024 | 0.15 |
| Sep 30, 2024 | 0.51 |
| Jun 30, 2024 | 0.16 |
| Mar 31, 2024 | 0.13 |
| Dec 31, 2023 | 0.08 |
| Sep 30, 2023 | 0.06 |
| Jun 30, 2023 | 0.05 |
| Mar 31, 2023 | 0.09 |
Strive, Inc. Asset Utilization Ratio 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=asset-utilization-ratio&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();