Getty Images Holdings (GETY) EPS (Basic) (2021 - 2026)
Getty Images Holdings' (GETY) quarterly EPS (Basic) came in at -$0.21 in Q2 2026, down 142.67% on a YoY basis from $0.48 in Q2 2025, and down 2013.27% quarter-over-quarter from -$0.01 in Q1 2026.
Getty Images Holdings (GETY) EPS (Basic) (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported EPS (Basic) for 6 consecutive years, with -$0.21 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 142.67% year-over-year to -$0.21; the trailing twelve-month figure through Jun 2026 stood at -$0.38 (down 35.72% YoY), and the FY2025 full-year result was -$0.5, down 614.85% from the prior year.
- EPS (Basic) fell to -$0.21 in Q2 2026 per GETY's latest filing, from -$0.01 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.23 in Q2 2022 and bottomed at -$0.47 in Q3 2022.
- Historically, EPS (Basic) has averaged -$0.05 across 5 years, with a median of -$0.01 in 2024.
- The widest YoY moves for EPS (Basic): up 1108.0% in 2025, down 1001.12% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.08 in 2022, then jumped by 218.39% to $0.1 in 2023, then tumbled by 39.09% to $0.06 in 2024, then slumped by 467.26% to -$0.22 in 2025, then climbed by 6.19% to -$0.21 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.21, -$0.01, and -$0.22 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 0.67 |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 2.54 |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 2.87 |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 1.38 |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 9.19 |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 1.24 |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 7.28 |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 0.46 |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 0.19 |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | -0.21 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.21 |
| Mar 31, 2026 | -0.01 |
| Dec 31, 2025 | -0.22 |
| Sep 30, 2025 | 0.05 |
| Jun 30, 2025 | -0.08 |
| Mar 31, 2025 | -0.25 |
| Dec 31, 2024 | 0.06 |
| Sep 30, 2024 | -0.01 |
| Jun 30, 2024 | 0.01 |
| Mar 31, 2024 | 0.03 |
| Dec 31, 2023 | 0.10 |
| Sep 30, 2023 | -0.05 |
| Jun 30, 2023 | -0.01 |
| Mar 31, 2023 | 0.01 |
| Dec 31, 2022 | -0.08 |
| Sep 30, 2022 | -0.47 |
| Jun 30, 2022 | 0.23 |
| Mar 31, 2022 | 0.03 |
| Dec 31, 2021 | 0.12 |
| Sep 30, 2021 | 0.08 |
Getty Images Holdings EPS (Basic) 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=eps-basic&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();