Getty Images Holdings (GETY) Other Non Operating Income (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Other Non Operating Income came in at $6.4 million in Q2 2026, up 111.63% on a YoY basis from $3.0 million in Q2 2025, and down 56.89% quarter-over-quarter from $14.8 million in Q1 2026.
Getty Images Holdings (GETY) Other Non Operating Income (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Other Non Operating Income for 6 consecutive years, with $6.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 111.63% year-over-year to $6.4 million; the trailing twelve-month figure through Jun 2026 stood at $22.2 million (up 135.35% YoY), and the FY2025 full-year result was -$78.9 million, down 318.69% from the prior year.
- Other Non Operating Income declined to $6.4 million in Q2 2026 per GETY's latest filing, from $14.8 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $45.9 million in Q4 2024 and bottomed at -$54.8 million in Q2 2025.
- Historically, Other Non Operating Income has averaged -$459944.4 across 5 years, with a median of $2.0 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Other Non Operating Income surged 545.66% in 2022, then slumped 2345.63% in 2025.
- Over 5 years, Other Non Operating Income stood at -$47.3 million in 2022, then surged by 60.38% to -$18.7 million in 2023, then surged by 344.97% to $45.9 million in 2024, then tumbled by 101.05% to -$482000.0 in 2025, then jumped by 1421.16% to $6.4 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $6.4 million, $14.8 million, and -$482000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.37 Mn |
| Mar 31, 2026 | 14.77 Mn |
| Dec 31, 2025 | -482,000.00 |
| Sep 30, 2025 | 1.50 Mn |
| Jun 30, 2025 | -54.77 Mn |
| Mar 31, 2025 | -25.08 Mn |
| Dec 31, 2024 | 45.87 Mn |
| Sep 30, 2024 | -28.70 Mn |
| Jun 30, 2024 | 2.44 Mn |
| Mar 31, 2024 | 16.42 Mn |
| Dec 31, 2023 | -18.73 Mn |
| Sep 30, 2023 | 16.50 Mn |
| Jun 30, 2023 | -3.20 Mn |
| Mar 31, 2023 | -10.92 Mn |
| Dec 31, 2022 | -47.26 Mn |
| Sep 30, 2022 | 33.67 Mn |
| Jun 30, 2022 | 31.19 Mn |
| Mar 31, 2022 | 12.13 Mn |
| Dec 31, 2021 | 9.48 Mn |
| Sep 30, 2021 | 14.24 Mn |
Getty Images Holdings Other 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=other-non-operating-income&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();