Strategy (MSTR) Short-term Investments (2012 - 2026)
Strategy's (MSTR) quarterly Short-term Investments came in at $736.1 million in Q2 2026, up 569.39% quarter-over-quarter from $110.0 million in Q2 2020.
Strategy (MSTR) Short-term Investments (2012 - 2026) Analysis & Trends
Strategy has disclosed Short-term Investments across 12 years of filings, most recently posting $736.1 million for Q2 2026.
- In Q2 2026, Short-term Investments changed N/A year-over-year to $736.1 million; the TTM figure through Jun 2026 stood at $736.1 million (changed N/A YoY), while the FY2019 annual figure was $108.9 million, down 76.64% from the prior year.
- Short-term Investments came in at $736.1 million for Q2 2026 at Strategy, up from $110.0 million in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $736.1 million in Q2 2026 to a low of $736.1 million in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 736.15 Mn |
| Jun 30, 2020 | 109.97 Mn |
| Mar 31, 2020 | 109.95 Mn |
| Dec 31, 2019 | 108.92 Mn |
| Jun 30, 2019 | 313.35 Mn |
| Mar 31, 2019 | 292.31 Mn |
| Dec 31, 2018 | 466.19 Mn |
| Sep 30, 2018 | 587.09 Mn |
| Jun 30, 2018 | 609.17 Mn |
| Mar 31, 2018 | 543.31 Mn |
| Dec 31, 2017 | 254.93 Mn |
| Sep 30, 2017 | 259.25 Mn |
| Jun 30, 2017 | 252.70 Mn |
| Mar 31, 2017 | 259.82 Mn |
| Dec 31, 2016 | 187.41 Mn |
| Sep 30, 2016 | 213.35 Mn |
| Jun 30, 2016 | 202.70 Mn |
| Mar 31, 2016 | 227.41 Mn |
| Dec 31, 2015 | 193.32 Mn |
| Sep 30, 2015 | 226.69 Mn |
Strategy Short-term Investments 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=short-term-investments&ticker=MSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=MSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();