Getty Images Holdings (GETY) Non Operating Income (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Non Operating Income came in at -$44.8 million in Q2 2026, up 52.01% on a YoY basis from -$29.4 million in Q2 2025, and down 34.04% quarter-over-quarter from -$33.4 million in Q1 2026.
Getty Images Holdings (GETY) Non Operating Income (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Non Operating Income for 6 consecutive years, with -$44.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income rose 52.01% year-over-year to -$44.8 million; the trailing twelve-month figure through Jun 2026 stood at -$165.8 million (up 19.48% YoY), and the FY2025 full-year result was -$246.2 million, down 162.36% from the prior year.
- Non Operating Income declined to -$44.8 million in Q2 2026 per GETY's latest filing, from -$33.4 million in the prior quarter.
- Across five years, Non Operating Income topped out at $13.9 million in Q4 2024 and bottomed at -$157.8 million in Q3 2022.
- Historically, Non Operating Income has averaged -$44.9 million across 5 years, with a median of -$38.9 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Non Operating Income plunged 1125.73% in 2022, then jumped 123.24% in 2024.
- Over 5 years, Non Operating Income stood at -$73.8 million in 2022, then advanced by 19.09% to -$59.7 million in 2023, then surged by 123.24% to $13.9 million in 2024, then sank by 489.79% to -$54.1 million in 2025, then climbed by 17.24% to -$44.8 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$44.8 million, -$33.4 million, and -$54.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | - |
| 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 | 227.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 26.72 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | -44.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -44.76 Mn |
| Mar 31, 2026 | -33.39 Mn |
| Dec 31, 2025 | -54.09 Mn |
| Sep 30, 2025 | -33.55 Mn |
| Jun 30, 2025 | -93.26 Mn |
| Mar 31, 2025 | -65.32 Mn |
| Dec 31, 2024 | 13.88 Mn |
| Sep 30, 2024 | -61.21 Mn |
| Jun 30, 2024 | -30.27 Mn |
| Mar 31, 2024 | -16.25 Mn |
| Dec 31, 2023 | -59.72 Mn |
| Sep 30, 2023 | -16.99 Mn |
| Jun 30, 2023 | -34.85 Mn |
| Mar 31, 2023 | -43.02 Mn |
| Dec 31, 2022 | -73.81 Mn |
| Sep 30, 2022 | -157.85 Mn |
| Jun 30, 2022 | 6.38 Mn |
| Mar 31, 2022 | -10.27 Mn |
| Dec 31, 2021 | -13.56 Mn |
| Sep 30, 2021 | -12.88 Mn |
Getty Images Holdings Non Operating Income 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=non-operating-income&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();