StubHub Holdings (STUB) Income towards Parent Company (2024 - 2026)
StubHub Holdings' (STUB) quarterly Income towards Parent Company came in at $14.6 million in Q2 2026, up 127.19% on a YoY basis from $6.4 million in Q2 2025, and down 69.55% quarter-over-quarter from $48.0 million in Q1 2026.
StubHub Holdings (STUB) Income towards Parent Company (2024 - 2026) Analysis & Trends
StubHub Holdings (STUB) has reported Income towards Parent Company for 3 consecutive years, with $14.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income towards Parent Company rose 127.19% year-over-year to $14.6 million; the trailing twelve-month figure through Jun 2026 stood at -$1.8 billion (down 3124.19% YoY), and the FY2025 full-year result was -$1.9 billion, down 67969.07% from the prior year.
- Income towards Parent Company retreated to $14.6 million in Q2 2026 per STUB's latest filing, from $48.0 million in the prior quarter.
- Across five years, Income towards Parent Company topped out at $54.2 million in Q4 2024 and bottomed at -$1.3 billion in Q3 2025.
- Historically, Income towards Parent Company has averaged -$227.8 million across 3 years, with a median of -$27.6 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Income towards Parent Company sank 3821.63% in 2025, then soared 316.64% in 2026.
- Over 3 years, Income towards Parent Company stood at $54.2 million in 2024, then plunged by 1087.66% to -$535.3 million in 2025, then surged by 102.73% to $14.6 million in 2026.
- According to Business Quant data, Income towards Parent Company over the past three periods registered $14.6 million, $48.0 million, and -$535.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - |
| 10 | StubHub Holdings | 2.25 Bn | 552.86 Mn | 468.48 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 14.63 Mn |
| Mar 31, 2026 | 48.05 Mn |
| Dec 31, 2025 | -535.31 Mn |
| Sep 30, 2025 | -1.29 Bn |
| Jun 30, 2025 | -53.82 Mn |
| Mar 31, 2025 | -22.18 Mn |
| Dec 31, 2024 | 54.20 Mn |
| Sep 30, 2024 | -33.01 Mn |
StubHub Holdings Income towards Parent Company 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=income-towards-parent-company&ticker=STUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=STUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();