Strive reported a net margin of 13,687.38% for the quarter ended Dec 2025. These financial ratios cover 16 quarters of results from Mar 2022 through Dec 2025, standardized by Business Quant from the company’s SEC filings.
| Ratios | Mar2022 | Jun2022 | Sep2022 | Dec2022 | Mar2023 | Jun2023 | Sep2023 | Dec2023 | Mar2024 | Jun2024 | Sep2024 | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Profitability | ||||||||||||||||
| EBT Margin | -66.79% | -337.36% | -102.75% | -368.85% | -1,752.27% | -1,763.48% | -1,979.70% | -1,667.65% | -1,110.94% | -1,857.17% | -691.26% | -397.87% | -951.23% | -587.36% | -1,115.37% | 13,527.97% |
| EBIT Margin | -66.79% | -337.36% | -102.75% | -368.85% | -1,752.27% | -1,763.48% | -1,979.70% | -1,667.65% | -1,110.94% | -1,857.17% | -712.40% | -453.33% | -970.49% | -244.21% | -318.01% | 8,460.41% |
| EBITDA Margin | -66.79% | -337.36% | -102.75% | -368.85% | -1,752.27% | -1,763.48% | -1,979.70% | -1,667.65% | -1,110.94% | -1,857.17% | -712.40% | -453.33% | -970.49% | -244.21% | -318.01% | 8,460.41% |
| Operating Margin | -66.79% | -337.36% | -102.75% | -368.85% | -1,752.27% | -1,763.48% | -1,979.70% | -1,667.65% | -1,110.94% | -1,857.17% | -712.40% | -453.33% | -970.49% | -244.21% | -318.01% | 8,460.41% |
| Net Margin | -66.79% | -337.36% | -102.75% | -368.85% | -1,752.27% | -1,763.48% | -1,979.70% | -1,667.65% | -1,110.94% | -1,857.17% | -134.46% | -1,656.37% | -971.84% | -587.36% | -1,115.37% | 13,687.38% |
| FCF Margin | -59.56% | -300.87% | -122.21% | -332.91% | -1,357.56% | -1,516.58% | -1,642.10% | -1,063.76% | -844.70% | -1,379.36% | -1,360.28% | -708.89% | -919.82% | -558.93% | 31,771.22% | |
| Efficiency | ||||||||||||||||
| Assets AverageAssets Avg. | 3.19M | 5.55M | 4.62M | 3.61M | 2.61M | 2.30M | 2.50M | 15.38M | 16.60M | 4.13M | ||||||
| Asset Utilization RatioAsset Util. | 0.09 | 0.05 | 0.06 | 0.08 | 0.13 | 0.16 | 0.51 | 0.15 | 0.14 | 0.90 | ||||||
| Leverage & Solvency | ||||||||||||||||
| Interest Coverage RatioInterest Cover | -0.00M | -0.00M | ||||||||||||||
| Times Interest Earned | -0.00M | -0.00M | ||||||||||||||
| Return Ratios | ||||||||||||||||
| Return on Sales [ROS]ROS | -66.79% | -337.36% | -102.75% | -368.85% | -1,752.27% | -1,763.48% | -1,979.70% | -1,667.65% | -1,110.94% | -1,857.17% | -712.40% | -453.33% | -970.49% | -244.21% | -318.01% | 8,460.41% |
| Return on Capital Employed [ROCE]ROCE | -54.34% | -50.45% | -85.08% | -142.52% | -225.40% | -290.38% | -521.00% | -123.09% | -93.50% | -480.27% | ||||||
| Return on Assets [ROA]ROA | -51.13% | -48.80% | -82.59% | -136.47% | -201.01% | -246.26% | -450.65% | -91.27% | -85.99% | -518.83% |
Pull Strive's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=SATA&statement=Ratios&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "SATA", "statement": "Ratios", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=SATA&statement=Ratios&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();