Ebay (EBAY) Cash from Discontinued Operations (2014 - 2026)
Ebay (EBAY) posted Cash from Discontinued Operations of -$26.0 million for Q2 2026, down 2500.0% on a QoQ basis from -$1.0 million in Q1 2026.
Ebay (EBAY) Cash from Discontinued Operations (2014 - 2026) Analysis & Trends
Ebay has reported Cash from Discontinued Operations for 11 years, with the latest figure at -$26.0 million in Q2 2026.
- On a quarterly basis, Cash from Discontinued Operations changed N/A year-over-year to -$26.0 million in Q2 2026; TTM through Jun 2026 was -$77.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$50.0 million, changed N/A from the prior year.
- Cash from Discontinued Operations was -$26.0 million for Q2 2026 at Ebay, down from -$1.0 million in the prior quarter.
- The five-year high for Cash from Discontinued Operations was -$1.0 million in Q4 2023, with the low at -$349.0 million in Q2 2022.
- Average Cash from Discontinued Operations over 4 years is -$45.5 million, with a median of -$9.0 million recorded in 2022.
- The largest YoY upside for Cash from Discontinued Operations was 98.9% in 2022 against a maximum downside of 701.72% in 2022.
- Over 4 years, Cash from Discontinued Operations stood at -$2.0 million in 2022, then soared by 50.0% to -$1.0 million in 2023, then plunged by 1100.0% to -$12.0 million in 2025, then slumped by 116.67% to -$26.0 million in 2026.
- The last three Cash from Discontinued Operations figures came in at -$26.0 million (Q2 2026), -$1.0 million (Q1 2026), and -$12.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discontinued Operations (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 | -26.00 Mn |
| 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 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -125.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -26.00 Mn |
| Mar 31, 2026 | -1.00 Mn |
| Dec 31, 2025 | -12.00 Mn |
| Sep 30, 2025 | -38.00 Mn |
| Dec 31, 2023 | -1.00 Mn |
| Jun 30, 2023 | -4.00 Mn |
| Dec 31, 2022 | -2.00 Mn |
| Sep 30, 2022 | -6.00 Mn |
| Jun 30, 2022 | -349.00 Mn |
| Mar 31, 2022 | -16.00 Mn |
| Dec 31, 2021 | -182.00 Mn |
| Sep 30, 2021 | -406.00 Mn |
| Jun 30, 2021 | 58.00 Mn |
| Mar 31, 2021 | 94.00 Mn |
| Dec 31, 2020 | -72.00 Mn |
| Sep 30, 2020 | -541.00 Mn |
| Jun 30, 2020 | 13.00 Mn |
| Mar 31, 2020 | -22.00 Mn |
| Dec 31, 2019 | 284.00 Mn |
| Sep 30, 2019 | 208.00 Mn |
Ebay Cash from Discontinued Operations 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-discontinued-operations&ticker=EBAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "EBAY", "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-discontinued-operations&ticker=EBAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();