Agassi Sports Entertainment (AASP) Tax Provisions (2010 - 2011)
Agassi Sports Entertainment's (AASP) quarterly Tax Provisions came in at -$203348.0 in Q4 2011, down 3815.81% year-over-year from $5472.5 in Q4 2010, and down 3815.81% quarter-over-quarter from -$5193.0 in Q4 2010.
Agassi Sports Entertainment (AASP) Tax Provisions (2010 - 2011) Analysis & Trends
Agassi Sports Entertainment (AASP) has reported Tax Provisions for 2 consecutive years, with -$203348.0 the latest figure, recorded in Q4 2011.
- On a quarterly basis, Tax Provisions fell 3815.81% year-over-year to -$203348.0 in Q4 2011; TTM through Sep 2012 was -$203348.0, a 3815.81% decrease from a year earlier, with the FY2025 full-year figure at $2.0 million, up 1095.79% from the prior year.
- Tax Provisions was -$203348.0 for Q4 2011 at Agassi Sports Entertainment, down from -$5193.0 in the prior quarter.
- Over five years, Tax Provisions peaked at -$5193.0 in Q4 2010 and troughed at -$203348.0 in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Baidu | 30.60 Bn | 8.20 Bn | 1.76 Mn | 147.00 Mn |
| 2 | Life360 | 3.22 Bn | 2.95 Bn | 126.90 Mn | -4.00 Mn |
| 3 | Soundhound Ai | 2.39 Bn | 2.19 Bn | 27.93 Mn | 2.18 Mn |
| 4 | C3.ai | 1.63 Bn | 977.97 Mn | 16.67 Mn | 200,000.00 |
| 5 | BigBear.ai Holdings | 1.35 Bn | 1.03 Bn | 12.05 Mn | 5,000.00 |
| 6 | BlackSky Technology | 880.00 Mn | 645.82 Mn | 27.92 Mn | - |
| 7 | Spectral Capital | 471.83 Mn | 466.30 Mn | 3.28 Mn | 173,000.00 |
| 8 | Spire Global | 463.82 Mn | 372.14 Mn | 6.16 Mn | 263,000.00 |
| 9 | Global AI | 151.80 Mn | 151.76 Mn | 82,446.00 | - |
| 10 | Agassi Sports Entertainment | 71.79 Mn | 71.71 Mn | - | - |
Agassi Sports Entertainment Tax Provisions 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=tax-provisions&ticker=AASP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=AASP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();