Shutterstock (SSTK) Other Non Operating Income (2013 - 2026)
Shutterstock's (SSTK) quarterly Other Non Operating Income came in at -$1.9 million in Q2 2026, down 114.75% year-over-year from $12.6 million in Q2 2025, and up 87.3% quarter-over-quarter from -$14.7 million in Q1 2026.
Shutterstock (SSTK) Other Non Operating Income (2013 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Other Non Operating Income for 8 consecutive years, with -$1.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 114.75% year-over-year to -$1.9 million in Q2 2026; TTM through Jun 2026 was -$26.6 million, a 186.03% decrease from a year earlier, with the FY2025 full-year figure at $17.1 million, up 288.5% from the prior year.
- Other Non Operating Income was -$1.9 million for Q2 2026 at Shutterstock, up from -$14.7 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $41.9 million in Q2 2023 and troughed at -$14.7 million in Q1 2026.
- A 5-year average of $3.2 million and a median of $1.0 million in 2023 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income jumped 1676.1% in 2023 and plunged 14707.87% in 2025, its largest moves.
- Over 5 years, Other Non Operating Income stood at $2.2 million in 2022, then tumbled by 170.2% to -$1.5 million in 2023, then soared by 94.23% to -$89000.0 in 2024, then sank by 14707.87% to -$13.2 million in 2025, then soared by 85.87% to -$1.9 million in 2026.
- The last three Other Non Operating Income figures came in at -$1.9 million (Q2 2026), -$14.7 million (Q1 2026), and -$13.2 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 | -1.86 Mn |
| Mar 31, 2026 | -14.66 Mn |
| Dec 31, 2025 | -13.18 Mn |
| Sep 30, 2025 | 3.14 Mn |
| Jun 30, 2025 | 12.62 Mn |
| Mar 31, 2025 | 14.52 Mn |
| Dec 31, 2024 | -89,000.00 |
| Sep 30, 2024 | 3.83 Mn |
| Jun 30, 2024 | -3.55 Mn |
| Mar 31, 2024 | 4.21 Mn |
| Dec 31, 2023 | -1.54 Mn |
| Sep 30, 2023 | 9.86 Mn |
| Jun 30, 2023 | 41.94 Mn |
| Mar 31, 2023 | 1.05 Mn |
| Dec 31, 2022 | 2.20 Mn |
| Sep 30, 2022 | -1.55 Mn |
| Jun 30, 2022 | -2.66 Mn |
| Jun 30, 2015 | 313,000.00 |
| Mar 31, 2015 | -2.07 Mn |
| Jun 30, 2014 | 19,000.00 |
Shutterstock Other Non Operating Income 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=other-non-operating-income&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();