Shutterstock (SSTK) Property, Plant & Equipment (Net) Growth (3y) (2014 - 2026)
Analysis
Shutterstock (SSTK) Property, Plant & Equipment (Net) Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 23.84% |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 1.57% |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 68.32% |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 35.72% |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 1.97% |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 1.70% |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 57.58% |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | 1.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.00% |
| Mar 31, 2026 | 3.06% |
| Dec 31, 2025 | 4.67% |
| Sep 30, 2025 | 4.39% |
| Jun 30, 2025 | 6.40% |
| Mar 31, 2025 | 9.34% |
| Dec 31, 2024 | 11.37% |
| Sep 30, 2024 | 11.98% |
| Jun 30, 2024 | 8.05% |
| Mar 31, 2024 | 7.99% |
| Dec 31, 2023 | 8.10% |
| Sep 30, 2023 | 5.54% |
| Jun 30, 2023 | 3.10% |
| Mar 31, 2023 | -0.17% |
| Dec 31, 2022 | -2.49% |
| Sep 30, 2022 | -4.42% |
| Jun 30, 2022 | -8.39% |
| Mar 31, 2022 | -11.55% |
| Dec 31, 2021 | -14.23% |
| Sep 30, 2021 | -15.57% |
API Access
Shutterstock Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "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=property-plant-and-equipment-net-growth-3y&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();