Shutterstock (SSTK) Deferred Taxes (2011 - 2026)
Shutterstock's (SSTK) quarterly Deferred Taxes came in at -$8.4 million in Q2 2026, down 962.32% year-over-year from $974000.0 in Q2 2025, and down 14.4% quarter-over-quarter from -$7.3 million in Q1 2026.
Shutterstock (SSTK) Deferred Taxes (2011 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Deferred Taxes for 16 consecutive years, with -$8.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Deferred Taxes fell 962.32% year-over-year to -$8.4 million in Q2 2026; TTM through Jun 2026 was -$1.4 million, a 92.47% increase from a year earlier, with the FY2025 full-year figure at $7.6 million, up 169.03% from the prior year.
- Deferred Taxes was -$8.4 million for Q2 2026 at Shutterstock, down from -$7.3 million in the prior quarter.
- Over five years, Deferred Taxes peaked at $24.5 million in Q3 2025 and troughed at -$20.8 million in Q3 2023.
- A 5-year average of -$3.1 million and a median of -$3.5 million in 2022 frame the typical range for Deferred Taxes.
- Across the five-year window, Deferred Taxes jumped 424.31% in 2024 and tumbled 962.32% in 2026, its largest moves.
- Over 5 years, Deferred Taxes stood at -$3.7 million in 2022, then sank by 40.48% to -$5.2 million in 2023, then jumped by 57.88% to -$2.2 million in 2024, then slumped by 360.99% to -$10.1 million in 2025, then increased by 17.07% to -$8.4 million in 2026.
- The last three Deferred Taxes figures came in at -$8.4 million (Q2 2026), -$7.3 million (Q1 2026), and -$10.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (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 | 18.00 Mn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 25.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | -345.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 22.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 82.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 29.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | - |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | -8.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.40 Mn |
| Mar 31, 2026 | -7.34 Mn |
| Dec 31, 2025 | -10.13 Mn |
| Sep 30, 2025 | 24.49 Mn |
| Jun 30, 2025 | 974,000.00 |
| Mar 31, 2025 | -7.77 Mn |
| Dec 31, 2024 | -2.20 Mn |
| Sep 30, 2024 | -9.27 Mn |
| Jun 30, 2024 | 4.36 Mn |
| Mar 31, 2024 | -3.85 Mn |
| Dec 31, 2023 | -5.22 Mn |
| Sep 30, 2023 | -20.81 Mn |
| Jun 30, 2023 | 831,000.00 |
| Mar 31, 2023 | -977,000.00 |
| Dec 31, 2022 | -3.71 Mn |
| Sep 30, 2022 | -3.27 Mn |
| Jun 30, 2022 | -2.36 Mn |
| Mar 31, 2022 | -1.24 Mn |
| Dec 31, 2021 | -2.19 Mn |
| Sep 30, 2021 | -1.36 Mn |
Shutterstock Deferred Taxes 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=deferred-taxes&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();