StubHub Holdings (STUB) Net Income towards Common Stockholders (2024 - 2026)
StubHub Holdings' (STUB) quarterly Net Income towards Common Stockholders came in at -$40000.0 in Q2 2026, up 99.95% on a YoY basis from -$20005.3 in Q2 2025, and down 100.12% quarter-over-quarter from $32.5 million in Q1 2026.
StubHub Holdings (STUB) Net Income towards Common Stockholders (2024 - 2026) Analysis & Trends
StubHub Holdings (STUB) has reported Net Income towards Common Stockholders for 3 consecutive years, with -$40000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income towards Common Stockholders rose 99.95% year-over-year to -$40000.0; the trailing twelve-month figure through Jun 2026 stood at -$1.8 billion (down 1483.03% YoY), and the FY2025 full-year result was -$2.0 billion, down 3514.97% from the prior year.
- Net Income towards Common Stockholders declined to -$40000.0 in Q2 2026 per STUB's latest filing, from $32.5 million in the prior quarter.
- Across five years, Net Income towards Common Stockholders topped out at $40.9 million in Q4 2024 and bottomed at -$1.3 billion in Q3 2025.
- Historically, Net Income towards Common Stockholders has averaged -$245.6 million across 3 years, with a median of -$40.9 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Net Income towards Common Stockholders plunged 2802.05% in 2025, then soared 190.66% in 2026.
- Over 3 years, Net Income towards Common Stockholders stood at $40.9 million in 2024, then slumped by 1441.42% to -$549.3 million in 2025, then surged by 99.99% to -$40000.0 in 2026.
- According to Business Quant data, Net Income towards Common Stockholders over the past three periods registered -$40000.0, $32.5 million, and -$549.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 1.55 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.95 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 4.01 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 816.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 466.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 550.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 875.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 109.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 196.02 Mn |
| 10 | StubHub Holdings | 2.25 Bn | 552.86 Mn | 468.48 Mn | -40,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -40,000.00 |
| Mar 31, 2026 | 32.54 Mn |
| Dec 31, 2025 | -549.26 Mn |
| Sep 30, 2025 | -1.33 Bn |
| Jun 30, 2025 | -75.93 Mn |
| Mar 31, 2025 | -35.89 Mn |
| Dec 31, 2024 | 40.95 Mn |
| Sep 30, 2024 | -45.88 Mn |
StubHub Holdings Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=STUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "STUB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=STUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();