Shutterstock (SSTK) Change in Cash (2011 - 2026)
Shutterstock's (SSTK) quarterly Change in Cash came in at -$29.3 million in Q2 2026, down 801.36% year-over-year from $4.2 million in Q2 2025, and down 86.38% quarter-over-quarter from -$15.7 million in Q1 2026.
Shutterstock (SSTK) Change in Cash (2011 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Change in Cash for 16 consecutive years, with -$29.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 801.36% year-over-year to -$29.3 million in Q2 2026; TTM through Jun 2026 was $16.8 million, a 59.56% decrease from a year earlier, with the FY2025 full-year figure at $67.0 million, up 522.55% from the prior year.
- Change in Cash was -$29.3 million for Q2 2026 at Shutterstock, down from -$15.7 million in the prior quarter.
- Over five years, Change in Cash peaked at $56.5 million in Q3 2024 and troughed at -$174.1 million in Q2 2022.
- A 5-year average of -$10.0 million and a median of -$8.2 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash jumped 574.26% in 2024 and plunged 1704.69% in 2026, its largest moves.
- Over 5 years, Change in Cash stood at $38.9 million in 2022, then plunged by 35.08% to $25.3 million in 2023, then plunged by 179.73% to -$20.1 million in 2024, then soared by 163.09% to $12.7 million in 2025, then tumbled by 330.64% to -$29.3 million in 2026.
- The last three Change in Cash figures came in at -$29.3 million (Q2 2026), -$15.7 million (Q1 2026), and $12.7 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 | 268.88 Bn | 233.62 Bn | 15.11 Bn | -6.58 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 1.33 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 1.02 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 1.46 Bn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 1.62 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -536.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 115.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 19.22 Mn |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | -29.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.31 Mn |
| Mar 31, 2026 | -15.73 Mn |
| Dec 31, 2025 | 12.71 Mn |
| Sep 30, 2025 | 49.13 Mn |
| Jun 30, 2025 | 4.18 Mn |
| Mar 31, 2025 | 980,000.00 |
| Dec 31, 2024 | -20.14 Mn |
| Sep 30, 2024 | 56.52 Mn |
| Jun 30, 2024 | 3.06 Mn |
| Mar 31, 2024 | -28.68 Mn |
| Dec 31, 2023 | 25.26 Mn |
| Sep 30, 2023 | -11.92 Mn |
| Jun 30, 2023 | -8.69 Mn |
| Mar 31, 2023 | -19.32 Mn |
| Dec 31, 2022 | 38.91 Mn |
| Sep 30, 2022 | -7.80 Mn |
| Jun 30, 2022 | -174.07 Mn |
| Mar 31, 2022 | -55.91 Mn |
| Dec 31, 2021 | 13.44 Mn |
| Sep 30, 2021 | -110.47 Mn |
Shutterstock 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=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();