Strategy (MSTR) Change in Receivables (2010 - 2026)
Strategy's (MSTR) quarterly Change in Receivables came in at -$4.2 million in Q2 2026, up 4.05% year-over-year from -$4.1 million in Q2 2025, and down 251.66% quarter-over-quarter from -$1.2 million in Q1 2026.
Strategy (MSTR) Change in Receivables (2010 - 2026) Analysis & Trends
Strategy has disclosed Change in Receivables across 17 years of filings, most recently posting -$4.2 million for Q2 2026.
- In Q2 2026, Change in Receivables rose 4.05% year-over-year to -$4.2 million; the TTM figure through Jun 2026 stood at -$10.9 million (down 789.79% YoY), while the FY2025 annual figure was -$20.4 million, down 222.01% from the prior year.
- Change in Receivables came in at -$4.2 million for Q2 2026 at Strategy, down from -$1.2 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $21.3 million in Q4 2024 to a low of -$12.2 million in Q1 2024.
- Average Change in Receivables over 5 years is -$2.1 million, with a median of -$4.7 million recorded in 2023.
- Year-over-year, Change in Receivables surged 556.31% in 2022 and slumped 582.7% in 2023.
- Over 5 years, Change in Receivables stood at $10.9 million in 2022, then slumped by 146.58% to -$5.1 million in 2023, then jumped by 520.35% to $21.3 million in 2024, then slumped by 81.6% to $3.9 million in 2025, then plunged by 208.24% to -$4.2 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$4.2 million in Q2 2026, -$1.2 million in Q1 2026, and $3.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 72.83 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 1.01 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 9.30 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 1.40 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 441.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -34.40 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -208.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -4.24 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.24 Mn |
| Mar 31, 2026 | -1.21 Mn |
| Dec 31, 2025 | 3.92 Mn |
| Sep 30, 2025 | -9.36 Mn |
| Jun 30, 2025 | -4.42 Mn |
| Mar 31, 2025 | -10.54 Mn |
| Dec 31, 2024 | 21.30 Mn |
| Sep 30, 2024 | -7.56 Mn |
| Jun 30, 2024 | -7.89 Mn |
| Mar 31, 2024 | -12.19 Mn |
| Dec 31, 2023 | -5.07 Mn |
| Sep 30, 2023 | 11.11 Mn |
| Jun 30, 2023 | -7.50 Mn |
| Mar 31, 2023 | -10.24 Mn |
| Dec 31, 2022 | 10.88 Mn |
| Sep 30, 2022 | 3.70 Mn |
| Jun 30, 2022 | -1.10 Mn |
| Mar 31, 2022 | -8.18 Mn |
| Dec 31, 2021 | 8.02 Mn |
| Sep 30, 2021 | 563,000.00 |
Strategy Change in Receivables 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=change-in-receivables&ticker=MSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=MSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();