Shutterstock (SSTK) Change in Receivables (2011 - 2026)
Shutterstock's (SSTK) quarterly Change in Receivables came in at -$735000.0 in Q2 2026, down 101.88% year-over-year from $39.1 million in Q2 2025, and up 91.8% quarter-over-quarter from -$9.0 million in Q1 2026.
Shutterstock (SSTK) Change in Receivables (2011 - 2026) Analysis & Trends
Shutterstock (SSTK) has reported Change in Receivables for 16 consecutive years, with -$735000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Receivables fell 101.88% year-over-year to -$735000.0 in Q2 2026; TTM through Jun 2026 was -$49.0 million, a 204.69% decrease from a year earlier, with the FY2025 full-year figure at $16.3 million, up 430.2% from the prior year.
- Change in Receivables was -$735000.0 for Q2 2026 at Shutterstock, up from -$9.0 million in the prior quarter.
- Over five years, Change in Receivables peaked at $39.1 million in Q2 2025 and troughed at -$26.2 million in Q3 2025.
- A 5-year average of $2.7 million and a median of $3.1 million in 2022 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables tumbled 710.14% in 2023 and soared 2157.88% in 2025, its largest moves.
- Over 5 years, Change in Receivables stood at $16.6 million in 2022, then plunged by 65.18% to $5.8 million in 2023, then sank by 36.7% to $3.7 million in 2024, then plunged by 458.92% to -$13.1 million in 2025, then soared by 94.39% to -$735000.0 in 2026.
- The last three Change in Receivables figures came in at -$735000.0 (Q2 2026), -$9.0 million (Q1 2026), and -$13.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (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 | 950.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 | - |
| 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 | 648.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -113.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | - |
| 10 | Shutterstock | 167.10 Mn | 33.90 Mn | 128.01 Mn | -735,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -735,000.00 |
| Mar 31, 2026 | -8.97 Mn |
| Dec 31, 2025 | -13.10 Mn |
| Sep 30, 2025 | -26.25 Mn |
| Jun 30, 2025 | 39.06 Mn |
| Mar 31, 2025 | 16.62 Mn |
| Dec 31, 2024 | 3.65 Mn |
| Sep 30, 2024 | -12.47 Mn |
| Jun 30, 2024 | 3.14 Mn |
| Mar 31, 2024 | 736,000.00 |
| Dec 31, 2023 | 5.77 Mn |
| Sep 30, 2023 | 24.35 Mn |
| Jun 30, 2023 | 13.46 Mn |
| Mar 31, 2023 | -19.17 Mn |
| Dec 31, 2022 | 16.56 Mn |
| Sep 30, 2022 | 4.78 Mn |
| Jun 30, 2022 | 3.13 Mn |
| Mar 31, 2022 | -2.37 Mn |
| Dec 31, 2021 | 2.47 Mn |
| Sep 30, 2021 | -4.43 Mn |
Shutterstock Change in Receivables 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=change-in-receivables&ticker=SSTK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=SSTK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();