Strategy (MSTR) EPS (Basic) (2010 - 2026)
Strategy's (MSTR) quarterly EPS (Basic) came in at -$24.45 in Q2 2026, down 167.49% year-over-year from $36.23 in Q2 2025, and up 36.07% quarter-over-quarter from -$38.25 in Q1 2026.
Strategy (MSTR) EPS (Basic) (2010 - 2026) Analysis & Trends
Strategy has disclosed EPS (Basic) across 17 years of filings, most recently posting -$24.45 for Q2 2026.
- In Q2 2026, EPS (Basic) fell 167.49% year-over-year to -$24.45; the TTM figure through Jun 2026 stood at -$88.98 (down 617.47% YoY), while the FY2025 annual figure was -$15.23, down 151.41% from the prior year.
- EPS (Basic) came in at -$24.45 for Q2 2026 at Strategy, up from -$38.25 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $36.23 in Q2 2025 to a low of -$45.45 in Q4 2025.
- Average EPS (Basic) over 5 years is -$5.25, with a median of -$1.08 recorded in 2022.
- The largest YoY upside for EPS (Basic) was 6409.35% in 2025 against a maximum downside of 5236.18% in 2025.
- Over 5 years, EPS (Basic) stood at -$2.21 in 2022, then surged by 129.56% to $0.65 in 2023, then slumped by 634.38% to -$3.48 in 2024, then plunged by 1204.63% to -$45.45 in 2025, then surged by 46.2% to -$24.45 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$24.45 in Q2 2026, -$38.25 in Q1 2026, and -$45.45 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 0.44 |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 1.58 |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 2.17 |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 4.30 |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 0.29 |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 2.43 |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 1.32 |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -24.45 |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 2.58 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -24.45 |
| Mar 31, 2026 | -38.25 |
| Dec 31, 2025 | -45.45 |
| Sep 30, 2025 | 9.30 |
| Jun 30, 2025 | 36.23 |
| Mar 31, 2025 | -16.49 |
| Dec 31, 2024 | -3.48 |
| Sep 30, 2024 | -1.72 |
| Jun 30, 2024 | -0.57 |
| Mar 31, 2024 | -0.31 |
| Dec 31, 2023 | 0.65 |
| Sep 30, 2023 | -1.01 |
| Jun 30, 2023 | 0.17 |
| Mar 31, 2023 | 3.90 |
| Dec 31, 2022 | -2.21 |
| Sep 30, 2022 | -0.24 |
| Jun 30, 2022 | -9.40 |
| Mar 31, 2022 | -1.16 |
| Dec 31, 2021 | -0.90 |
| Sep 30, 2021 | -0.36 |
Strategy EPS (Basic) 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=eps-basic&ticker=MSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=MSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();