Agassi Sports Entertainment (AASP) Other Non Operating Income (2010 - 2013)
Agassi Sports Entertainment's (AASP) quarterly Other Non Operating Income came in at $147.0 in Q2 2013, up 950.0% year-over-year from $14.0 in Q2 2012, and up 123.94% quarter-over-quarter from -$614.0 in Q4 2012.
Agassi Sports Entertainment (AASP) Other Non Operating Income (2010 - 2013) Analysis & Trends
Agassi Sports Entertainment (AASP) has reported Other Non Operating Income for 4 consecutive years, with $147.0 the latest figure, recorded in Q2 2013.
- On a quarterly basis, Other Non Operating Income rose 950.0% year-over-year to $147.0 in Q2 2013; TTM through Mar 2014 was $147.0, a 104.77% increase from a year earlier, with the FY2012 full-year figure at -$3096.0, down 2006.12% from the prior year.
- Other Non Operating Income was $147.0 for Q2 2013 at Agassi Sports Entertainment, up from -$614.0 in the prior quarter.
- Over five years, Other Non Operating Income peaked at $147.0 in Q2 2013 and troughed at -$133653.0 in Q1 2012.
- A 4-year average of -$17094.0 and a median of -$86.0 in 2010 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income slumped 90820.41% in 2012 and surged 950.0% in 2013, its largest moves.
- Over 4 years, Other Non Operating Income stood at -$25.0 in 2010, then sank by 488.0% to -$147.0 in 2011, then tumbled by 317.69% to -$614.0 in 2012, then soared by 123.94% to $147.0 in 2013.
- The last three Other Non Operating Income figures came in at $147.0 (Q2 2013), -$614.0 (Q4 2012), and -$2482.0 (Q3 2012), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Baidu | 31.37 Bn | 8.98 Bn | 1.76 Mn |
| 2 | Life360 | 3.34 Bn | 3.07 Bn | 126.90 Mn |
| 3 | Soundhound Ai | 2.49 Bn | 2.29 Bn | 27.93 Mn |
| 4 | C3.ai | 1.68 Bn | 1.03 Bn | 16.67 Mn |
| 5 | BigBear.ai Holdings | 1.39 Bn | 1.07 Bn | 12.05 Mn |
| 6 | BlackSky Technology | 941.35 Mn | 707.17 Mn | 27.92 Mn |
| 7 | Spire Global | 486.15 Mn | 394.48 Mn | 6.16 Mn |
| 8 | Spectral Capital | 480.49 Mn | 474.96 Mn | 3.28 Mn |
| 9 | Global AI | 144.06 Mn | 144.01 Mn | 82,446.00 |
| 10 | Agassi Sports Entertainment | 71.79 Mn | 71.71 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2013 | 147.00 |
| Dec 31, 2012 | -614.00 |
| Sep 30, 2012 | -2,482.00 |
| Jun 30, 2012 | 14.00 |
| Mar 31, 2012 | -133,653.00 |
| Mar 31, 2011 | -147.00 |
| Dec 31, 2010 | -25.00 |
| Sep 30, 2010 | 8.00 |
Agassi Sports Entertainment Other 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=other-non-operating-income&ticker=AASP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "AASP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=AASP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();