Shutterstock (SSTK) Other Working Capital Changes (2018 - 2026)
Shutterstock's (SSTK) quarterly Other Working Capital Changes came in at $3.8 million in Q2 2026, up 178.72% year-over-year from $1.3 million in Q2 2025, and up 170.25% quarter-over-quarter from -$5.4 million in Q1 2026.
Shutterstock (SSTK) Other Working Capital Changes (2018 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Other Working Capital Changes for 16 consecutive years, with $3.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes rose 178.72% year-over-year to $3.8 million in Q2 2026; TTM through Jun 2026 was $9.8 million, a 132.54% increase from a year earlier, with the FY2025 full-year figure at -$11.4 million, down 163.36% from the prior year.
- Other Working Capital Changes was $3.8 million for Q2 2026 at Shutterstock, up from -$5.4 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $26.9 million in Q2 2023 and troughed at -$14.7 million in Q3 2025.
- A 5-year average of -$1.9 million and a median of -$2.4 million in 2023 frame the typical range for Other Working Capital Changes.
- The widest YoY moves for Other Working Capital Changes: up 20823.67% in 2023, down 477.11% in 2023.
- Over 5 years, Other Working Capital Changes stood at -$3.7 million in 2022, then surged by 325.91% to $8.3 million in 2023, then slumped by 123.67% to -$2.0 million in 2024, then surged by 36.7% to -$1.2 million in 2025, then jumped by 400.96% to $3.8 million in 2026.
- The last three Other Working Capital Changes figures came in at $3.8 million (Q2 2026), -$5.4 million (Q1 2026), and -$1.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.37 Mn |
| Jun 30, 2026 | -9.37 Mn |
| Mar 31, 2026 | -3.73 Mn |
| Mar 31, 2026 | -3.73 Mn |
| Dec 31, 2025 | 1.38 Mn |
| Dec 31, 2025 | 1.38 Mn |
| Sep 30, 2025 | -14.67 Mn |
| Sep 30, 2025 | -14.67 Mn |
| Jun 30, 2025 | -3.95 Mn |
| Jun 30, 2025 | -3.95 Mn |
| Mar 31, 2025 | -1.04 Mn |
| Mar 31, 2025 | -1.04 Mn |
| Dec 31, 2024 | 2.30 Mn |
| Dec 31, 2024 | 2.30 Mn |
| Sep 30, 2024 | -8.62 Mn |
| Sep 30, 2024 | -8.62 Mn |
| Jun 30, 2024 | -11.19 Mn |
| Jun 30, 2024 | -11.19 Mn |
| Mar 31, 2024 | -4.33 Mn |
| Mar 31, 2024 | -4.33 Mn |
Shutterstock Other Working Capital Changes 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-working-capital-changes&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();