Ebay (EBAY) Change in Cash (2009 - 2026)
Ebay (EBAY) posted Change in Cash of -$536.0 million for Q2 2026, down 145.46% on a QoQ basis from $1.2 billion in Q1 2026, and up 42.05% year-over-year from -$377.3 million in Q2 2025.
Ebay (EBAY) Change in Cash (2009 - 2026) Analysis & Trends
Ebay has reported Change in Cash for 18 years, with the latest figure at -$536.0 million in Q2 2026.
- On a quarterly basis, Change in Cash rose 42.05% year-over-year to -$536.0 million in Q2 2026; TTM through Jun 2026 was $467.0 million, a 30.92% decrease from a year earlier, with the FY2025 full-year figure at -$231.0 million, down 129.13% from the prior year.
- Change in Cash was -$536.0 million for Q2 2026 at Ebay, down from $1.2 billion in the prior quarter.
- The five-year high for Change in Cash was $1.2 billion in Q1 2026, with the low at -$925.0 million in Q2 2025.
- Average Change in Cash over 5 years is $127.3 million, with a median of $167.0 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Change in Cash jumped 595.92% in 2023, then sank 772.64% in 2025.
- Over 5 years, Change in Cash stood at $166.0 million in 2022, then sank by 410.84% to -$516.0 million in 2023, then surged by 277.13% to $914.0 million in 2024, then tumbled by 150.11% to -$458.0 million in 2025, then decreased by 17.03% to -$536.0 million in 2026.
- The last three Change in Cash figures came in at -$536.0 million (Q2 2026), $1.2 billion (Q1 2026), and -$458.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -6.58 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.33 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 1.02 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 1.46 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 1.62 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -536.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 115.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 19.22 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -264.27 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -536.00 Mn |
| Mar 31, 2026 | 1.18 Bn |
| Dec 31, 2025 | -458.00 Mn |
| Sep 30, 2025 | 282.00 Mn |
| Jun 30, 2025 | -925.00 Mn |
| Mar 31, 2025 | 870.00 Mn |
| Dec 31, 2024 | 914.00 Mn |
| Sep 30, 2024 | -183.00 Mn |
| Jun 30, 2024 | -106.00 Mn |
| Mar 31, 2024 | 168.00 Mn |
| Dec 31, 2023 | -516.00 Mn |
| Sep 30, 2023 | 335.00 Mn |
| Jun 30, 2023 | 243.00 Mn |
| Mar 31, 2023 | 159.00 Mn |
| Dec 31, 2022 | 166.00 Mn |
| Sep 30, 2022 | 334.00 Mn |
| Jun 30, 2022 | -49.00 Mn |
| Mar 31, 2022 | 415.00 Mn |
| Dec 31, 2021 | -215.00 Mn |
| Sep 30, 2021 | -685.00 Mn |
Ebay Change in Cash 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=change-in-cash&ticker=EBAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=EBAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();