Getty Images Holdings (GETY) Share-based Compensation (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Share-based Compensation came in at $3.0 million in Q2 2026, down 21.71% on a YoY basis from $3.8 million in Q2 2025, and down 12.07% quarter-over-quarter from $3.4 million in Q1 2026.
Getty Images Holdings (GETY) Share-based Compensation (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Share-based Compensation for 6 consecutive years, with $3.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Share-based Compensation fell 21.71% year-over-year to $3.0 million; the trailing twelve-month figure through Jun 2026 stood at $14.9 million (down 12.53% YoY), and the FY2025 full-year result was $16.9 million, down 22.85% from the prior year.
- Share-based Compensation retreated to $3.0 million in Q2 2026 per GETY's latest filing, from $3.4 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $11.9 million in Q2 2023 and bottomed at $1.4 million in Q2 2022.
- Historically, Share-based Compensation has averaged $5.1 million across 5 years, with a median of $4.2 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Share-based Compensation soared 755.08% in 2023, then slumped 66.2% in 2024.
- Over 5 years, Share-based Compensation stood at $3.0 million in 2022, then surged by 246.02% to $10.5 million in 2023, then tumbled by 58.02% to $4.4 million in 2024, then advanced by 3.35% to $4.5 million in 2025, then sank by 34.73% to $3.0 million in 2026.
- According to Business Quant data, Share-based Compensation over the past three periods registered $3.0 million, $3.4 million, and $4.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 437.00 Mn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 123.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 | 487.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 207.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 182.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 114.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 141.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | - |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | 2.96 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.96 Mn |
| Mar 31, 2026 | 3.37 Mn |
| Dec 31, 2025 | 4.54 Mn |
| Sep 30, 2025 | 4.00 Mn |
| Jun 30, 2025 | 3.79 Mn |
| Mar 31, 2025 | 4.53 Mn |
| Dec 31, 2024 | 4.39 Mn |
| Sep 30, 2024 | 4.31 Mn |
| Jun 30, 2024 | 4.01 Mn |
| Mar 31, 2024 | 9.13 Mn |
| Dec 31, 2023 | 10.47 Mn |
| Sep 30, 2023 | 9.18 Mn |
| Jun 30, 2023 | 11.88 Mn |
| Mar 31, 2023 | 6.13 Mn |
| Dec 31, 2022 | 3.03 Mn |
| Sep 30, 2022 | 3.40 Mn |
| Jun 30, 2022 | 1.39 Mn |
| Mar 31, 2022 | 1.74 Mn |
| Dec 31, 2021 | 1.61 Mn |
| Sep 30, 2021 | 1.60 Mn |
Getty Images Holdings Share-based Compensation 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=share-based-compensation&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "GETY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();