Strategy (MSTR) Profit After Tax (2010 - 2026)
Strategy's (MSTR) quarterly Profit After Tax came in at -$8.2 billion in Q2 2026, down 182.03% year-over-year from $10.0 billion in Q2 2025, and up 35.64% quarter-over-quarter from -$12.8 billion in Q1 2026.
Strategy (MSTR) Profit After Tax (2010 - 2026) Analysis & Trends
Strategy has disclosed Profit After Tax across 17 years of filings, most recently posting -$8.2 billion for Q2 2026.
- In Q2 2026, Profit After Tax fell 182.03% year-over-year to -$8.2 billion; the TTM figure through Jun 2026 stood at -$30.6 billion (down 740.83% YoY), while the FY2025 annual figure was -$3.8 billion, down 229.84% from the prior year.
- Profit After Tax came in at -$8.2 billion for Q2 2026 at Strategy, up from -$12.8 billion in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $10.0 billion in Q2 2025 to a low of -$12.8 billion in Q1 2026.
- Average Profit After Tax over 5 years is -$1.5 billion, with a median of -$137.1 million recorded in 2022.
- The largest YoY upside for Profit After Tax was 9870.81% in 2025 against a maximum downside of 7859.67% in 2025.
- Over 5 years, Profit After Tax stood at -$249.7 million in 2022, then jumped by 135.7% to $89.1 million in 2023, then tumbled by 852.65% to -$670.8 million in 2024, then tumbled by 1753.98% to -$12.4 billion in 2025, then soared by 33.91% to -$8.2 billion in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$8.2 billion in Q2 2026, -$12.8 billion in Q1 2026, and -$12.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 1.07 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 4.76 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 2.57 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 3.53 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 298.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 978.60 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 363.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -8.22 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 632.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.22 Bn |
| Mar 31, 2026 | -12.54 Bn |
| Dec 31, 2025 | -12.44 Bn |
| Sep 30, 2025 | 2.79 Bn |
| Jun 30, 2025 | 10.02 Bn |
| Mar 31, 2025 | -4.22 Bn |
| Dec 31, 2024 | -670.81 Mn |
| Sep 30, 2024 | -340.17 Mn |
| Jun 30, 2024 | -102.56 Mn |
| Mar 31, 2024 | -53.12 Mn |
| Dec 31, 2023 | 89.13 Mn |
| Sep 30, 2023 | -143.44 Mn |
| Jun 30, 2023 | 22.24 Mn |
| Mar 31, 2023 | 461.19 Mn |
| Dec 31, 2022 | -249.67 Mn |
| Sep 30, 2022 | -27.08 Mn |
| Jun 30, 2022 | -1.06 Bn |
| Mar 31, 2022 | -130.75 Mn |
| Dec 31, 2021 | -89.98 Mn |
| Sep 30, 2021 | -36.14 Mn |
Strategy 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=MSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "ticker": "MSTR", "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=MSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();