Strategy (MSTR) Non Operating Income (2010 - 2013)
Strategy's (MSTR) quarterly Non Operating Income came in at -$97000.0 in Q2 2013, down 109.35% year-over-year from $1.0 million in Q2 2012, and down 105.48% quarter-over-quarter from $1.8 million in Q1 2013.
Strategy (MSTR) Non Operating Income (2010 - 2013) Analysis & Trends
Strategy has disclosed Non Operating Income across 4 years of filings, most recently posting -$97000.0 for Q2 2013.
- In Q2 2013, Non Operating Income fell 109.35% year-over-year to -$97000.0; the TTM figure through Jun 2013 stood at -$151000.0 (down 102.51% YoY), while the FY2012 annual figure was -$922000.0, down 121.65% from the prior year.
- Non Operating Income came in at -$97000.0 for Q2 2013 at Strategy, down from $1.8 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $4.4 million in Q3 2011 to a low of -$1.8 million in Q4 2012.
- Average Non Operating Income over 4 years is $496538.5, with a median of -$72000.0 recorded in 2012.
- Year-over-year, Non Operating Income sank 341.18% in 2012 and jumped 1722.94% in 2013.
- Over 4 years, Non Operating Income stood at $886000.0 in 2010, then retreated by 18.06% to $726000.0 in 2011, then slumped by 341.18% to -$1.8 million in 2012, then soared by 94.46% to -$97000.0 in 2013.
- Per Business Quant data, the three most recent Non Operating Income figures were -$97000.0 in Q2 2013, $1.8 million in Q1 2013, and -$1.8 million in Q4 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | 468.43 Mn |
| 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 | 119.70 Mn |
| 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 | 14.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2013 | -97,000.00 |
| Mar 31, 2013 | 1.77 Mn |
| Dec 31, 2012 | -1.75 Mn |
| Sep 30, 2012 | -72,000.00 |
| Jun 30, 2012 | 1.04 Mn |
| Mar 31, 2012 | -109,000.00 |
| Dec 31, 2011 | 726,000.00 |
| Sep 30, 2011 | 4.36 Mn |
| Jun 30, 2011 | -277,000.00 |
| Mar 31, 2011 | -549,000.00 |
| Dec 31, 2010 | 886,000.00 |
| Sep 30, 2010 | -1.63 Mn |
| Jun 30, 2010 | 2.16 Mn |
Strategy Non Operating Income 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=non-operating-income&ticker=MSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=MSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();