Shutterstock (SSTK) Cash from Financing Activities (2011 - 2026)
Shutterstock's (SSTK) quarterly Cash from Financing Activities came in at -$18.5 million in Q2 2026, down 32.99% year-over-year from -$27.5 million in Q2 2025, and up 7.48% quarter-over-quarter from -$20.0 million in Q1 2026.
Shutterstock (SSTK) Cash from Financing Activities (2011 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Cash from Financing Activities for 16 consecutive years, with -$18.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 32.99% year-over-year to -$18.5 million in Q2 2026; TTM through Jun 2026 was -$67.8 million, a 139.61% decrease from a year earlier, with the FY2025 full-year figure at -$59.1 million, down 139.37% from the prior year.
- Cash from Financing Activities was -$18.5 million for Q2 2026 at Shutterstock, up from -$20.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $213.3 million in Q3 2024 and troughed at -$70.7 million in Q1 2023.
- A 5-year average of -$7.2 million and a median of -$17.5 million in 2025 frame the typical range for Cash from Financing Activities.
- The widest YoY moves for Cash from Financing Activities: up 943.05% in 2024, down 352.39% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$9.2 million in 2022, then plunged by 111.4% to -$19.5 million in 2023, then surged by 36.0% to -$12.5 million in 2024, then retreated by 2.95% to -$12.8 million in 2025, then sank by 43.89% to -$18.5 million in 2026.
- The last three Cash from Financing Activities figures came in at -$18.5 million (Q2 2026), -$20.0 million (Q1 2026), and -$12.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 1.40 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -2.19 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 571.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 630.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -464.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 593.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -327.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | -77.80 Mn |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | -18.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.46 Mn |
| Mar 31, 2026 | -19.95 Mn |
| Dec 31, 2025 | -12.83 Mn |
| Sep 30, 2025 | -16.57 Mn |
| Jun 30, 2025 | -13.88 Mn |
| Mar 31, 2025 | -15.82 Mn |
| Dec 31, 2024 | -12.46 Mn |
| Sep 30, 2024 | 213.33 Mn |
| Jun 30, 2024 | -32.15 Mn |
| Mar 31, 2024 | -18.63 Mn |
| Dec 31, 2023 | -19.47 Mn |
| Sep 30, 2023 | -25.31 Mn |
| Jun 30, 2023 | 12.74 Mn |
| Mar 31, 2023 | -70.67 Mn |
| Dec 31, 2022 | -9.21 Mn |
| Sep 30, 2022 | -24.88 Mn |
| Jun 30, 2022 | 20.18 Mn |
| Mar 31, 2022 | -65.57 Mn |
| Dec 31, 2021 | -31.30 Mn |
| Sep 30, 2021 | -12.68 Mn |
Shutterstock Cash from Financing 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-financing-activities&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();