Strive, Inc. (SATA) Profit After Tax (2022 - 2025)
Strive (SATA) posted Profit After Tax of -$370.9 million for Q4 2025, down 2481.99% on a QoQ basis from -$14.4 million in Q3 2025, and down 8907.48% year-over-year from $4.2 million in Q4 2024.
Strive, Inc. (SATA) Profit After Tax (2022 - 2025) Analysis & Trends
Strive has reported Profit After Tax for 4 years, with the latest figure at -$370.9 million in Q4 2025.
- On a quarterly basis, Profit After Tax fell 8907.48% year-over-year to -$370.9 million in Q4 2025; TTM through Dec 2025 was -$397.9 million, a 1743.92% decrease from a year earlier, with the FY2025 full-year figure at -$397.9 million, down 1743.92% from the prior year.
- Profit After Tax was -$370.9 million for Q4 2025 at Strive, down from -$14.4 million in the prior quarter.
- The five-year high for Profit After Tax was -$83653.0 in Q3 2022, with the low at -$370.9 million in Q4 2025.
- Average Profit After Tax over 4 years is -$26.6 million, with a median of -$2.5 million recorded in 2023.
- The largest YoY upside for Profit After Tax was 21.75% in 2025 against a maximum downside of 8907.48% in 2025.
- Over 4 years, Profit After Tax stood at -$232263.0 in 2022, then slumped by 480.55% to -$1.3 million in 2023, then plunged by 205.4% to -$4.1 million in 2024, then slumped by 8907.48% to -$370.9 million in 2025.
- The last three Profit After Tax figures came in at -$370.9 million (Q4 2025), -$14.4 million (Q3 2025), and -$8.9 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -370.93 Mn |
| Sep 11, 2025 | -14.37 Mn |
| Jun 30, 2025 | -8.88 Mn |
| Mar 31, 2025 | -3.75 Mn |
| Dec 31, 2024 | -4.12 Mn |
| Sep 30, 2024 | -6.80 Mn |
| Jun 30, 2024 | -5.87 Mn |
| Mar 31, 2024 | -4.79 Mn |
| Dec 31, 2023 | -1.35 Mn |
| Sep 30, 2023 | -1.19 Mn |
| Jun 30, 2023 | -1.32 Mn |
| Mar 31, 2023 | -1.07 Mn |
| Dec 31, 2022 | -232,263.00 |
| Sep 30, 2022 | -83,653.00 |
| Jun 30, 2022 | -245,139.00 |
| Mar 31, 2022 | -84,200.00 |
Strive, Inc. Profit After Tax 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=profit-after-tax&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();