Shutterstock (SSTK) Selling, General & Administrative (2011 - 2026)
Analysis
Shutterstock (SSTK) Selling, General & Administrative (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | -1.87 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 217.00 Mn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | -345.00 Mn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 309.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 340.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 306.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 204.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 98.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | -27.09 Mn |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | 43.93 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 43.93 Mn |
| Mar 31, 2026 | 67.59 Mn |
| Dec 31, 2025 | 47.96 Mn |
| Sep 30, 2025 | 43.31 Mn |
| Jun 30, 2025 | 48.43 Mn |
| Mar 31, 2025 | 58.31 Mn |
| Dec 31, 2024 | 46.64 Mn |
| Sep 30, 2024 | 44.02 Mn |
| Jun 30, 2024 | 36.39 Mn |
| Mar 31, 2024 | 32.08 Mn |
| Dec 31, 2023 | 33.16 Mn |
| Sep 30, 2023 | 37.57 Mn |
| Jun 30, 2023 | 38.10 Mn |
| Mar 31, 2023 | 33.82 Mn |
| Dec 31, 2022 | 38.56 Mn |
| Sep 30, 2022 | 30.19 Mn |
| Jun 30, 2022 | 33.09 Mn |
| Mar 31, 2022 | 30.81 Mn |
| Dec 31, 2021 | 34.42 Mn |
| Sep 30, 2021 | 34.62 Mn |
API Access
Shutterstock Selling, General & Administrative 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=selling-general-and-administrative&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();