Ebay (EBAY) Divestments (2009 - 2026)
Ebay (EBAY) posted Divestments of $194.0 million for Q1 2026, up 9600.0% on a QoQ basis from $2.0 million in Q3 2025.
Analysis
Ebay (EBAY) Divestments (2009 - 2026) Analysis & Trends
Ebay has reported Divestments for 13 years, with the latest figure at $194.0 million in Q1 2026.
- On a quarterly basis, Divestments changed N/A year-over-year to $194.0 million in Q1 2026; TTM through Jun 2026 was $196.0 million, a 12.89% decrease from a year earlier, with the FY2025 full-year figure at $227.0 million, changed N/A from the prior year.
- Divestments was $194.0 million for Q1 2026 at Ebay, up from $2.0 million in the prior quarter.
- The five-year high for Divestments was $225.0 million in Q2 2025, with the low at $2.0 million in Q3 2022.
- Average Divestments over 3 years is $105.8 million, with a median of $98.0 million recorded in 2022.
- The largest YoY upside for Divestments was 300.0% in 2022 against a maximum downside of 300.0% in 2022.
- Over 3 years, Divestments stood at $2.0 million in 2022, then changed by 0.0% to $2.0 million in 2025, then soared by 9600.0% to $194.0 million in 2026.
- The last three Divestments figures came in at $194.0 million (Q1 2026), $2.0 million (Q3 2025), and $225.0 million (Q2 2025), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 19.00 Mn |
| 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 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -3.33 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 194.00 Mn |
| Sep 30, 2025 | 2.00 Mn |
| Jun 30, 2025 | 225.00 Mn |
| Sep 30, 2022 | 2.00 Mn |
| Dec 31, 2021 | 2.64 Bn |
| Sep 30, 2021 | -1.00 Mn |
| Jun 30, 2021 | 2.45 Bn |
| Mar 31, 2021 | -2.00 Mn |
| Dec 31, 2020 | -33.00 Mn |
| Sep 30, 2020 | -15.00 Mn |
| Jun 30, 2020 | -43.00 Mn |
| Mar 31, 2020 | 4.07 Bn |
| Dec 31, 2019 | 12.00 Mn |
| Sep 30, 2019 | -4.00 Mn |
| Jun 30, 2019 | -4.00 Mn |
| Mar 31, 2019 | -13.00 Mn |
| Dec 31, 2018 | -1.06 Bn |
| Dec 31, 2015 | 899.00 Mn |
| Sep 30, 2015 | -1.11 Bn |
| Jun 30, 2015 | -47.00 Mn |
API Access
Ebay Divestments 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=divestments&ticker=EBAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=EBAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();