Getty Images Holdings (GETY) Income from Continuing Operations (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Income from Continuing Operations came in at -$85.8 million in Q2 2026, down 149.7% on a YoY basis from $172.6 million in Q2 2025, and down 1832.71% quarter-over-quarter from -$4.4 million in Q1 2026.
Getty Images Holdings (GETY) Income from Continuing Operations (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Income from Continuing Operations for 6 consecutive years, with -$85.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 149.7% year-over-year to -$85.8 million; the trailing twelve-month figure through Jun 2026 stood at -$159.4 million (down 39.01% YoY), and the FY2025 full-year result was -$206.2 million, down 622.35% from the prior year.
- Income from Continuing Operations fell to -$85.8 million in Q2 2026 per GETY's latest filing, from -$4.4 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $39.1 million in Q4 2023 and bottomed at -$118.1 million in Q3 2022.
- Historically, Income from Continuing Operations has averaged -$17.5 million across 5 years, with a median of -$3.4 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Income from Continuing Operations jumped 4929.73% in 2022, then tumbled 1031.9% in 2025.
- Over 5 years, Income from Continuing Operations stood at -$23.3 million in 2022, then soared by 267.79% to $39.1 million in 2023, then plunged by 36.65% to $24.8 million in 2024, then tumbled by 466.83% to -$90.9 million in 2025, then climbed by 5.58% to -$85.8 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$85.8 million, -$4.4 million, and -$90.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 5.77 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 1.95 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 6.96 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 816.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 466.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 552.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 875.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 111.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 292.19 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | -85.79 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -85.79 Mn |
| Mar 31, 2026 | -4.44 Mn |
| Dec 31, 2025 | -90.86 Mn |
| Sep 30, 2025 | 21.66 Mn |
| Jun 30, 2025 | -34.36 Mn |
| Mar 31, 2025 | -102.58 Mn |
| Dec 31, 2024 | 24.77 Mn |
| Sep 30, 2024 | -2.53 Mn |
| Jun 30, 2024 | 3.69 Mn |
| Mar 31, 2024 | 13.59 Mn |
| Dec 31, 2023 | 39.10 Mn |
| Sep 30, 2023 | -18.45 Mn |
| Jun 30, 2023 | -4.29 Mn |
| Mar 31, 2023 | 3.20 Mn |
| Dec 31, 2022 | -23.30 Mn |
| Sep 30, 2022 | -118.12 Mn |
| Jun 30, 2022 | 38.70 Mn |
| Mar 31, 2022 | 25.11 Mn |
| Dec 31, 2021 | 41.54 Mn |
| Sep 30, 2021 | 33.62 Mn |
Getty Images Holdings Income from Continuing Operations 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=income-from-continuing-operations&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();