Shutterstock (SSTK) Minority Interest (2011 - 2012)
Shutterstock's (SSTK) quarterly Minority Interest came in at $27.7 million in Q3 2012, down 17.94% quarter-over-quarter from $33.7 million in Q4 2011.
Shutterstock (SSTK) Minority Interest (2011 - 2012) Analysis & Trends
Shutterstock (SSTK) has reported Minority Interest for 2 consecutive years, with $27.7 million the latest figure, recorded in Q3 2012.
- On a quarterly basis, Minority Interest changed N/A year-over-year to $27.7 million in Q3 2012; TTM through Sep 2012 was $27.7 million, a N/A change from a year earlier, with the FY2011 full-year figure at $33.7 million, down 8.38% from the prior year.
- Minority Interest was $27.7 million for Q3 2012 at Shutterstock, down from $33.7 million in the prior quarter.
- Over five years, Minority Interest peaked at $33.7 million in Q4 2011 and troughed at $27.7 million in Q3 2012.
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 |
Shutterstock Minority Interest 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=minority-interest&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();