Getty Images Holdings (GETY) Other Operating Expenses (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Other Operating Expenses came in at -$6.7 million in Q2 2026, up 36.34% on a YoY basis from -$4.9 million in Q2 2025, and down 30.63% quarter-over-quarter from -$5.1 million in Q1 2026.
Getty Images Holdings (GETY) Other Operating Expenses (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Other Operating Expenses for 6 consecutive years, with -$6.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Operating Expenses rose 36.34% year-over-year to -$6.7 million; the trailing twelve-month figure through Jun 2026 stood at -$83.4 million (down 87.03% YoY), and the FY2025 full-year result was -$100.5 million, down 390.45% from the prior year.
- Other Operating Expenses fell to -$6.7 million in Q2 2026 per GETY's latest filing, from -$5.1 million in the prior quarter.
- Across five years, Other Operating Expenses topped out at $3.0 million in Q4 2022 and bottomed at -$106.1 million in Q3 2023.
- Historically, Other Operating Expenses has averaged -$14.0 million across 5 years, with a median of -$4.3 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Other Operating Expenses soared 494.6% in 2022, then slumped 19845.11% in 2023.
- Over 5 years, Other Operating Expenses stood at $3.0 million in 2022, then slumped by 216.93% to -$3.5 million in 2023, then plunged by 256.31% to -$12.5 million in 2024, then sank by 390.17% to -$61.2 million in 2025, then soared by 89.06% to -$6.7 million in 2026.
- According to Business Quant data, Other Operating Expenses over the past three periods registered -$6.7 million, -$5.1 million, and -$61.2 million 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.69 Mn |
| Mar 31, 2026 | -5.12 Mn |
| Dec 31, 2025 | -61.16 Mn |
| Sep 30, 2025 | -10.42 Mn |
| Jun 30, 2025 | -10.51 Mn |
| Mar 31, 2025 | -18.40 Mn |
| Dec 31, 2024 | -12.48 Mn |
| Sep 30, 2024 | -3.20 Mn |
| Jun 30, 2024 | -2.79 Mn |
| Mar 31, 2024 | -3.13 Mn |
| Dec 31, 2023 | -3.50 Mn |
| Sep 30, 2023 | -106.11 Mn |
| Jun 30, 2023 | -6.27 Mn |
| Mar 31, 2023 | -279,000.00 |
| Dec 31, 2022 | 3.00 Mn |
| Sep 30, 2022 | -532,000.00 |
| Jun 30, 2022 | -862,000.00 |
| Mar 31, 2022 | -2.71 Mn |
| Dec 31, 2021 | -759,000.00 |
| Sep 30, 2021 | 223,000.00 |
Getty Images Holdings Other Operating Expenses 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-operating-expenses&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();