Shutterstock (SSTK) Share-based Compensation Growth (1y) (2012 - 2026)
Analysis
Shutterstock (SSTK) Share-based Compensation Growth (1y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | -2.02% |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -10.22% |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 14.86% |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | -35.51% |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 10.30% |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 8.57% |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 33.02% |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | - |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | -19.77% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.77% |
| Mar 31, 2026 | -25.23% |
| Dec 31, 2025 | -3.34% |
| Sep 30, 2025 | -14.12% |
| Jun 30, 2025 | 4.33% |
| Mar 31, 2025 | 60.39% |
| Dec 31, 2024 | 26.04% |
| Sep 30, 2024 | 16.08% |
| Jun 30, 2024 | 19.07% |
| Mar 31, 2024 | 1.29% |
| Dec 31, 2023 | 1.75% |
| Sep 30, 2023 | 345.31% |
| Jun 30, 2023 | 394.81% |
| Mar 31, 2023 | -40.48% |
| Dec 31, 2022 | 23.50% |
| Sep 30, 2022 | -54.45% |
| Jun 30, 2022 | -64.67% |
| Mar 31, 2022 | 41.91% |
| Dec 31, 2021 | -10.24% |
| Sep 30, 2021 | -22.63% |
API Access
Shutterstock Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();