Agassi Sports Entertainment (AASP) Consolidated Net Income (2010 - 2026)
Agassi Sports Entertainment's (AASP) quarterly Consolidated Net Income came in at -$283746.0 in Q2 2026, up 15.53% year-over-year from -$245603.4 in Q2 2025, and up 88.7% quarter-over-quarter from -$2.5 million in Q1 2026.
Agassi Sports Entertainment (AASP) Consolidated Net Income (2010 - 2026) Analysis & Trends
Agassi Sports Entertainment (AASP) has reported Consolidated Net Income for 17 consecutive years, with -$283746.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Consolidated Net Income rose 15.53% year-over-year to -$283746.0 in Q2 2026; TTM through Jun 2026 was -$10.3 million, a 272.38% decrease from a year earlier, with the FY2025 full-year figure at -$11.5 million, down 1095.79% from the prior year.
- Consolidated Net Income was -$283746.0 for Q2 2026 at Agassi Sports Entertainment, up from -$2.5 million in the prior quarter.
- Over five years, Consolidated Net Income peaked at -$7436.0 in Q3 2022 and troughed at -$6.7 million in Q4 2025.
- A 5-year average of -$733702.6 and a median of -$25059.5 in 2022 frame the typical range for Consolidated Net Income.
- Across the five-year window, Consolidated Net Income surged 54.41% in 2022 and tumbled 12797.89% in 2025, its largest moves.
- Over 5 years, Consolidated Net Income stood at -$12966.0 in 2022, then sank by 74.77% to -$22661.0 in 2023, then slumped by 445.49% to -$123614.0 in 2024, then plunged by 5347.99% to -$6.7 million in 2025, then jumped by 95.79% to -$283746.0 in 2026.
- The last three Consolidated Net Income figures came in at -$283746.0 (Q2 2026), -$2.5 million (Q1 2026), and -$6.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Baidu | 30.60 Bn | 8.20 Bn | 1.76 Mn | 324.27 Mn |
| 2 | Life360 | 3.22 Bn | 2.95 Bn | 126.90 Mn | 5.08 Mn |
| 3 | Soundhound Ai | 2.39 Bn | 2.19 Bn | 27.93 Mn | -42.82 Mn |
| 4 | C3.ai | 1.63 Bn | 977.97 Mn | 16.67 Mn | -92.85 Mn |
| 5 | BigBear.ai Holdings | 1.35 Bn | 1.03 Bn | 12.05 Mn | -25.75 Mn |
| 6 | BlackSky Technology | 880.00 Mn | 645.82 Mn | 27.92 Mn | -20.83 Mn |
| 7 | Spectral Capital | 471.83 Mn | 466.30 Mn | 3.28 Mn | 7.39 Mn |
| 8 | Spire Global | 463.82 Mn | 372.14 Mn | 6.16 Mn | -19.97 Mn |
| 9 | Global AI | 151.80 Mn | 151.76 Mn | 82,446.00 | -817,360.00 |
| 10 | Agassi Sports Entertainment | 71.79 Mn | 71.71 Mn | - | -283,746.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -283,746.00 |
| Mar 31, 2026 | -2.51 Mn |
| Dec 31, 2025 | -6.73 Mn |
| Sep 30, 2025 | -755,899.00 |
| Jun 30, 2025 | -335,914.00 |
| Mar 31, 2025 | -1.67 Mn |
| Dec 31, 2024 | -123,614.00 |
| Sep 30, 2024 | -637,013.00 |
| Jun 30, 2024 | -20,212.00 |
| Mar 31, 2024 | -12,911.00 |
| Dec 31, 2023 | -22,661.00 |
| Sep 30, 2023 | -10,776.00 |
| Jun 30, 2023 | -14,755.00 |
| Mar 31, 2023 | -21,683.00 |
| Dec 31, 2022 | -12,966.00 |
| Sep 30, 2022 | -7,436.00 |
| Jun 30, 2022 | -9,568.00 |
| Mar 31, 2022 | -27,458.00 |
| Dec 31, 2021 | -21,359.00 |
| Sep 30, 2021 | -13,072.00 |
Agassi Sports Entertainment Consolidated Net 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=consolidated-net-income&ticker=AASP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-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=consolidated-net-income&ticker=AASP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();