Getty Images Holdings (GETY) Non-Current Assets (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Non-Current Assets came in at $2.1 billion in Q2 2026, down 4.37% on a YoY basis from $2.2 billion in Q2 2025, and down 2.96% quarter-over-quarter from $2.2 billion in Q1 2026.
Getty Images Holdings (GETY) Non-Current Assets (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Non-Current Assets for 6 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Assets fell 4.37% year-over-year to $2.1 billion; the trailing twelve-month figure through Jun 2026 stood at $8.8 billion (down 0.96% YoY), and the FY2025 full-year result was $2.2 billion, up 1.09% from the prior year.
- Non-Current Assets slipped to $2.1 billion in Q2 2026 per GETY's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Non-Current Assets topped out at $2.2 billion in Q3 2024 and bottomed at $829.9 million in Q2 2022.
- Historically, Non-Current Assets has averaged $2.1 billion across 5 years, with a median of $2.2 billion in 2026.
- The sharpest annual moves came in 2023 and 2026: Non-Current Assets surged 163.08% in 2023, then declined 4.37% in 2026.
- Over 5 years, Non-Current Assets stood at $2.2 billion in 2022, then climbed by 1.73% to $2.2 billion in 2023, then retreated by 1.42% to $2.2 billion in 2024, then increased by 1.09% to $2.2 billion in 2025, then decreased by 3.58% to $2.1 billion in 2026.
- According to Business Quant data, Non-Current Assets over the past three periods registered $2.1 billion, $2.2 billion, and $2.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 181.70 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 6.63 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 15.71 Bn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 3.28 Bn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 10.57 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 11.93 Bn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 12.76 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 1.39 Bn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 2.51 Bn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | 2.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.15 Bn |
| Mar 31, 2026 | 2.21 Bn |
| Dec 31, 2025 | 2.23 Bn |
| Sep 30, 2025 | 2.24 Bn |
| Jun 30, 2025 | 2.25 Bn |
| Mar 31, 2025 | 2.22 Bn |
| Dec 31, 2024 | 2.20 Bn |
| Sep 30, 2024 | 2.25 Bn |
| Jun 30, 2024 | 2.24 Bn |
| Mar 31, 2024 | 2.22 Bn |
| Dec 31, 2023 | 2.24 Bn |
| Sep 30, 2023 | 2.16 Bn |
| Jun 30, 2023 | 2.18 Bn |
| Mar 31, 2023 | 2.19 Bn |
| Dec 31, 2022 | 2.20 Bn |
| Sep 30, 2022 | 2.18 Bn |
| Jun 30, 2022 | 829.91 Mn |
| Dec 31, 2021 | 2.20 Bn |
Getty Images Holdings Non-Current Assets 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-current-assets&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-current-assets&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();