Ebay (EBAY) Other Non Operating Income (2021 - 2026)
Ebay (EBAY) posted Other Non Operating Income of $2.0 million for Q2 2026, little changed on a QoQ basis from $2.0 million in Q1 2026, and up 150.0% year-over-year from $800000.0 in Q2 2025.
Ebay (EBAY) Other Non Operating Income (2021 - 2026) Analysis & Trends
Ebay has reported Other Non Operating Income for 6 years, with the latest figure at $2.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 150.0% year-over-year to $2.0 million in Q2 2026; TTM through Jun 2026 was $15.0 million, a 93.67% decrease from a year earlier, with the FY2025 full-year figure at $5.0 million, up 106.58% from the prior year.
- Other Non Operating Income was $2.0 million for Q2 2026 at Ebay, roughly flat from $2.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $1.2 billion in Q3 2023, with the low at -$2.3 billion in Q1 2022.
- Average Other Non Operating Income over 5 years is -$112.3 million, with a median of $0.0 recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Other Non Operating Income plunged 6263.89% in 2022, then jumped 304.38% in 2023.
- Over 5 years, Other Non Operating Income stood at $319.0 million in 2022, then soared by 99.37% to $636.0 million in 2023, then sank by 93.08% to $44.0 million in 2024, then tumbled by 52.27% to $21.0 million in 2025, then slumped by 90.48% to $2.0 million in 2026.
- The last three Other Non Operating Income figures came in at $2.0 million (Q2 2026), $2.0 million (Q1 2026), and $21.0 million (Q4 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 |
|---|---|
| Jun 30, 2026 | 2.00 Mn |
| Mar 31, 2026 | 2.00 Mn |
| Dec 31, 2025 | 21.00 Mn |
| Sep 30, 2025 | -10.00 Mn |
| Jun 30, 2025 | -4.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
| Dec 31, 2024 | 44.00 Mn |
| Sep 30, 2024 | 199.00 Mn |
| Jun 30, 2024 | -222.00 Mn |
| Mar 31, 2024 | -97.00 Mn |
| Dec 31, 2023 | 636.00 Mn |
| Sep 30, 2023 | 1.21 Bn |
| Jun 30, 2023 | -214.00 Mn |
| Mar 31, 2023 | 198.00 Mn |
| Dec 31, 2022 | 319.00 Mn |
| Sep 30, 2022 | -593.00 Mn |
| Jun 30, 2022 | -1.22 Bn |
| Mar 31, 2022 | -2.29 Bn |
| Dec 31, 2021 | -1.88 Bn |
| Sep 30, 2021 | -181.00 Mn |
Ebay Other Non Operating Income 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=other-non-operating-income&ticker=EBAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=EBAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();