Strive, Inc. (SATA) Selling, General & Administrative (2022 - 2025)
Analysis
Strive, Inc. (SATA) Selling, General & Administrative (2022 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -548,000.00 |
| Sep 11, 2025 | 871,000.00 |
| Jun 30, 2025 | 1.45 Mn |
| Mar 31, 2025 | 946,199.00 |
| Dec 31, 2024 | 1.21 Mn |
| Sep 30, 2024 | 4.40 Mn |
| Jun 30, 2024 | 754,963.00 |
| Mar 31, 2024 | 522,039.00 |
| Dec 31, 2023 | 821,253.00 |
| Sep 30, 2023 | 518,248.00 |
| Jun 30, 2023 | 497,713.00 |
| Mar 31, 2023 | 345,941.00 |
| Dec 31, 2022 | 122,638.00 |
| Sep 30, 2022 | 100,696.00 |
| Jun 30, 2022 | 119,027.00 |
| Mar 31, 2022 | 120,610.00 |
API Access
Strive, Inc. Selling, General & Administrative 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=selling-general-and-administrative&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();