Etsy (ETSY) Cash from Investing Activities (2014 - 2026)
Etsy's (ETSY) quarterly Cash from Investing Activities came in at -$30.5 million in Q2 2026, down 138.46% on a YoY basis from $79.4 million in Q2 2025, and down 84.78% quarter-over-quarter from -$16.5 million in Q1 2026.
Etsy (ETSY) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Etsy (ETSY) has reported Cash from Investing Activities for 13 consecutive years, with -$30.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 138.46% year-over-year to -$30.5 million; the trailing twelve-month figure through Jun 2026 stood at -$73.7 million (down 320.93% YoY), and the FY2025 full-year result was $32.1 million, up 160.42% from the prior year.
- Cash from Investing Activities slipped to -$30.5 million in Q2 2026 per ETSY's latest filing, from -$16.5 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $79.4 million in Q2 2025 and bottomed at -$36.1 million in Q1 2023.
- Historically, Cash from Investing Activities has averaged -$9.5 million across 5 years, with a median of -$13.8 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Cash from Investing Activities tumbled 21859.09% in 2023, then jumped 3109.06% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$88000.0 in 2022, then sank by 21859.09% to -$19.3 million in 2023, then gained by 15.43% to -$16.3 million in 2024, then soared by 103.38% to $552000.0 in 2025, then plunged by 5630.25% to -$30.5 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$30.5 million, -$16.5 million, and $552000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -214.93 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -30.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -30.53 Mn |
| Mar 31, 2026 | -16.52 Mn |
| Dec 31, 2025 | 552,000.00 |
| Sep 30, 2025 | -27.17 Mn |
| Jun 30, 2025 | 79.38 Mn |
| Mar 31, 2025 | -20.68 Mn |
| Dec 31, 2024 | -16.34 Mn |
| Sep 30, 2024 | -9.02 Mn |
| Jun 30, 2024 | -2.64 Mn |
| Mar 31, 2024 | -25.11 Mn |
| Dec 31, 2023 | -19.32 Mn |
| Sep 30, 2023 | -11.27 Mn |
| Jun 30, 2023 | -6.62 Mn |
| Mar 31, 2023 | -36.10 Mn |
| Dec 31, 2022 | -88,000.00 |
| Sep 30, 2022 | -3.46 Mn |
| Jun 30, 2022 | -16.32 Mn |
| Mar 31, 2022 | -10.16 Mn |
| Dec 31, 2021 | -23.11 Mn |
| Sep 30, 2021 | -1.45 Bn |
Etsy Cash from Investing Activities 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-investing-activities&ticker=ETSY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "ETSY", "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-investing-activities&ticker=ETSY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();