Shutterstock (SSTK) Cash from Investing Activities (2011 - 2026)
Shutterstock's (SSTK) quarterly Cash from Investing Activities came in at -$10.1 million in Q2 2026, up 32.25% year-over-year from -$7.7 million in Q2 2025, and up 9.03% quarter-over-quarter from -$11.1 million in Q1 2026.
Shutterstock (SSTK) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Cash from Investing Activities for 16 consecutive years, with -$10.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 32.25% year-over-year to -$10.1 million in Q2 2026; TTM through Jun 2026 was -$42.9 million, a 76.71% increase from a year earlier, with the FY2025 full-year figure at -$47.8 million, up 71.24% from the prior year.
- Cash from Investing Activities was -$10.1 million for Q2 2026 at Shutterstock, up from -$11.1 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $8.3 million in Q2 2024 and troughed at -$227.8 million in Q2 2022.
- A 5-year average of -$31.4 million and a median of -$11.9 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 143.07% in 2023 and plunged 3610.4% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$17.6 million in 2022, then soared by 143.07% to $7.6 million in 2023, then plunged by 232.23% to -$10.0 million in 2024, then fell by 3.1% to -$10.4 million in 2025, then rose by 2.12% to -$10.1 million in 2026.
- The last three Cash from Investing Activities figures came in at -$10.1 million (Q2 2026), -$11.1 million (Q1 2026), and -$10.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | -214.93 Mn |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | -10.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.14 Mn |
| Mar 31, 2026 | -11.15 Mn |
| Dec 31, 2025 | -10.36 Mn |
| Sep 30, 2025 | -11.24 Mn |
| Jun 30, 2025 | -14.97 Mn |
| Mar 31, 2025 | -11.23 Mn |
| Dec 31, 2024 | -10.05 Mn |
| Sep 30, 2024 | -147.89 Mn |
| Jun 30, 2024 | 8.30 Mn |
| Mar 31, 2024 | -16.53 Mn |
| Dec 31, 2023 | 7.60 Mn |
| Sep 30, 2023 | 4.21 Mn |
| Jun 30, 2023 | -50.19 Mn |
| Mar 31, 2023 | -15.94 Mn |
| Dec 31, 2022 | -17.65 Mn |
| Sep 30, 2022 | -17.58 Mn |
| Jun 30, 2022 | -227.80 Mn |
| Mar 31, 2022 | -12.53 Mn |
| Dec 31, 2021 | -8.03 Mn |
| Sep 30, 2021 | -151.44 Mn |
Shutterstock 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=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "SSTK", "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=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();