StubHub Holdings (STUB) Cash from Investing Activities (2024 - 2026)
StubHub Holdings' (STUB) quarterly Cash from Investing Activities came in at -$12.2 million in Q2 2026, down 27.04% on a YoY basis from -$16.7 million in Q2 2025, and down 55.59% quarter-over-quarter from -$7.8 million in Q1 2026.
StubHub Holdings (STUB) Cash from Investing Activities (2024 - 2026) Analysis & Trends
StubHub Holdings (STUB) has reported Cash from Investing Activities for 3 consecutive years, with -$12.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 27.04% year-over-year to -$12.2 million; the trailing twelve-month figure through Jun 2026 stood at -$37.6 million (changed N/A YoY), and the FY2025 full-year result was -$34.4 million, down 439.12% from the prior year.
- Cash from Investing Activities retreated to -$12.2 million in Q2 2026 per STUB's latest filing, from -$7.8 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$1.2 million in Q4 2024 and bottomed at -$12.2 million in Q2 2026.
- Historically, Cash from Investing Activities has averaged -$7.9 million across 3 years, with a median of -$8.4 million in 2025.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities sank 679.1% in 2025, then retreated 8.75% in 2026.
- Over 3 years, Cash from Investing Activities stood at -$1.2 million in 2024, then tumbled by 679.1% to -$9.2 million in 2025, then slumped by 33.05% to -$12.2 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$12.2 million, -$7.8 million, and -$9.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -214.93 Mn |
| 10 | StubHub Holdings | 2.25 Bn | 552.86 Mn | 468.48 Mn | -12.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.20 Mn |
| Mar 31, 2026 | -7.84 Mn |
| Dec 31, 2025 | -9.17 Mn |
| Sep 30, 2025 | -8.40 Mn |
| Jun 30, 2025 | -9.60 Mn |
| Mar 31, 2025 | -7.21 Mn |
| Dec 31, 2024 | -1.18 Mn |
StubHub Holdings Cash from Investing Activities 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=cash-from-investing-activities&ticker=STUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=STUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();