Ebay (EBAY) Gains from Investment Securities (2018 - 2026)
Ebay (EBAY) posted Gains from Investment Securities of $9.0 million for Q1 2026, up 28.57% on a QoQ basis from $7.0 million in Q4 2025.
Ebay (EBAY) Gains from Investment Securities (2018 - 2026) Analysis & Trends
Ebay has reported Gains from Investment Securities for 9 years, with the latest figure at $9.0 million in Q1 2026.
- On a quarterly basis, Gains from Investment Securities changed N/A year-over-year to $9.0 million in Q1 2026; TTM through Mar 2026 was $14.0 million, a 255.56% increase from a year earlier, with the FY2025 full-year figure at $5.0 million, up 103.16% from the prior year.
- Gains from Investment Securities was $9.0 million for Q1 2026 at Ebay, up from $7.0 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $174.0 million in Q2 2024, with the low at -$190.0 million in Q4 2023.
- Average Gains from Investment Securities over 5 years is -$4.3 million, with a median of -$2.0 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Gains from Investment Securities slumped 1087.5% in 2023, then surged 661.29% in 2024.
- Over 5 years, Gains from Investment Securities stood at -$16.0 million in 2022, then plunged by 1087.5% to -$190.0 million in 2023, then surged by 80.0% to -$38.0 million in 2024, then surged by 118.42% to $7.0 million in 2025, then climbed by 28.57% to $9.0 million in 2026.
- The last three Gains from Investment Securities figures came in at $9.0 million (Q1 2026), $7.0 million (Q4 2025), and -$2.0 million (Q3 2025), per Business Quant data.
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 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 9.00 Mn |
| Dec 31, 2025 | 7.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Dec 31, 2024 | -38.00 Mn |
| Sep 30, 2024 | -145.00 Mn |
| Jun 30, 2024 | 174.00 Mn |
| Mar 31, 2024 | -149.00 Mn |
| Dec 31, 2023 | -190.00 Mn |
| Sep 30, 2023 | 109.00 Mn |
| Jun 30, 2023 | -31.00 Mn |
| Mar 31, 2023 | -38.00 Mn |
| Dec 31, 2022 | -16.00 Mn |
| Sep 30, 2022 | 27.00 Mn |
| Jun 30, 2022 | 104.00 Mn |
| Mar 31, 2022 | 115.00 Mn |
| Dec 31, 2021 | 29.00 Mn |
| Sep 30, 2021 | -311.00 Mn |
| Jun 30, 2021 | -108.00 Mn |
| Mar 31, 2021 | 36.00 Mn |
| Dec 31, 2020 | -274.00 Mn |
Ebay Gains from Investment Securities 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=gains-from-investment-securities&ticker=EBAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=EBAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();