Getty Images Holdings (GETY) EBT (2021 - 2026)
Getty Images Holdings' (GETY) quarterly EBT came in at -$12.4 million in Q2 2026, up 78.52% on a YoY basis from -$6.9 million in Q2 2025, and down 573.9% quarter-over-quarter from -$1.8 million in Q1 2026.
Getty Images Holdings (GETY) EBT (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported EBT for 6 consecutive years, with -$12.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT rose 78.52% year-over-year to -$12.4 million; the trailing twelve-month figure through Jun 2026 stood at -$80.9 million (down 62.69% YoY), and the FY2025 full-year result was -$162.3 million, down 286.66% from the prior year.
- EBT slipped to -$12.4 million in Q2 2026 per GETY's latest filing, from -$1.8 million in the prior quarter.
- Across five years, EBT topped out at $53.9 million in Q2 2022 and bottomed at -$107.5 million in Q3 2022.
- Historically, EBT has averaged -$8.3 million across 5 years, with a median of -$2.8 million in 2024.
- The sharpest annual moves came in 2022 and 2025: EBT surged 6829.67% in 2022, then tumbled 456.47% in 2025.
- Over 5 years, EBT stood at -$18.2 million in 2022, then declined by 3.98% to -$18.9 million in 2023, then soared by 363.24% to $49.8 million in 2024, then slumped by 257.15% to -$78.2 million in 2025, then soared by 84.15% to -$12.4 million in 2026.
- According to Business Quant data, EBT over the past three periods registered -$12.4 million, -$1.8 million, and -$78.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 3.89 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 2.56 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 6.06 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 897.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 606.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 665.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 1.03 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 147.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 245.73 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | -12.39 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.39 Mn |
| Mar 31, 2026 | -1.84 Mn |
| Dec 31, 2025 | -78.19 Mn |
| Sep 30, 2025 | 11.56 Mn |
| Jun 30, 2025 | -57.70 Mn |
| Mar 31, 2025 | -37.98 Mn |
| Dec 31, 2024 | 49.75 Mn |
| Sep 30, 2024 | -3.77 Mn |
| Jun 30, 2024 | 16.19 Mn |
| Mar 31, 2024 | 24.79 Mn |
| Dec 31, 2023 | -18.90 Mn |
| Sep 30, 2023 | -13.05 Mn |
| Jun 30, 2023 | -1.39 Mn |
| Mar 31, 2023 | 6.44 Mn |
| Dec 31, 2022 | -18.18 Mn |
| Sep 30, 2022 | -107.49 Mn |
| Jun 30, 2022 | 53.92 Mn |
| Mar 31, 2022 | 38.23 Mn |
| Dec 31, 2021 | 41.07 Mn |
| Sep 30, 2021 | 42.12 Mn |
Getty Images Holdings EBT 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=ebt&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();