Shutterstock (SSTK) Enterprise Value (2012 - 2026)
Shutterstock's (SSTK) quarterly Enterprise Value came in at $380.2 million in Q2 2026, down 31.19% year-over-year from $552.6 million in Q2 2025, and down 11.17% quarter-over-quarter from $428.1 million in Q1 2026.
Shutterstock (SSTK) Enterprise Value (2012 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Enterprise Value for 15 consecutive years, with $380.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Enterprise Value fell 31.19% year-over-year to $380.2 million in Q2 2026; TTM through Jun 2026 was $380.2 million, a 31.19% decrease from a year earlier, with the FY2025 full-year figure at $500.3 million, down 47.17% from the prior year.
- Enterprise Value was $380.2 million for Q2 2026 at Shutterstock, down from $428.1 million in the prior quarter.
- Over five years, Enterprise Value peaked at $3.1 billion in Q1 2022 and troughed at $380.2 million in Q2 2026.
- A 5-year average of $1.3 billion and a median of $1.3 billion in 2023 frame the typical range for Enterprise Value.
- Across the five-year window, Enterprise Value grew 7.77% in 2022 and plunged 65.5% in 2025, its largest moves.
- Over 5 years, Enterprise Value stood at $1.8 billion in 2022, then decreased by 8.84% to $1.6 billion in 2023, then plunged by 41.42% to $947.1 million in 2024, then sank by 47.17% to $500.3 million in 2025, then retreated by 24.0% to $380.2 million in 2026.
- The last three Enterprise Value figures came in at $380.2 million (Q2 2026), $428.1 million (Q1 2026), and $500.3 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 | 380.25 Mn |
| Mar 31, 2026 | 428.05 Mn |
| Dec 31, 2025 | 500.34 Mn |
| Sep 30, 2025 | 574.70 Mn |
| Jun 30, 2025 | 552.63 Mn |
| Mar 31, 2025 | 537.97 Mn |
| Dec 31, 2024 | 947.13 Mn |
| Sep 30, 2024 | 1.10 Bn |
| Jun 30, 2024 | 1.29 Bn |
| Mar 31, 2024 | 1.56 Bn |
| Dec 31, 2023 | 1.62 Bn |
| Sep 30, 2023 | 1.29 Bn |
| Jun 30, 2023 | 1.67 Bn |
| Mar 31, 2023 | 2.51 Bn |
| Dec 31, 2022 | 1.77 Bn |
| Sep 30, 2022 | 1.72 Bn |
| Jun 30, 2022 | 1.98 Bn |
| Mar 31, 2022 | 3.11 Bn |
| Dec 31, 2021 | 3.72 Bn |
| Sep 30, 2021 | 3.85 Bn |
Shutterstock Enterprise Value 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=enterprise-value&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();