Getty Images Holdings (GETY) Acquisitions (2024)
Getty Images Holdings' (GETY) quarterly Acquisitions came in at $132000.0 in Q3 2024.
Analysis
Getty Images Holdings (GETY) Acquisitions (2024) Analysis & Trends
Getty Images Holdings (GETY) has reported Acquisitions for 1 consecutive years, with $132000.0 the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Acquisitions changed N/A year-over-year to $132000.0; the trailing twelve-month figure through Dec 2025 stood at $132000.0 (changed 0.0% YoY), and the FY2024 full-year result was $15.0 million, changed N/A from the prior year.
- Acquisitions was little changed at $132000.0 in Q3 2024 per GETY's latest filing.
- Across five years, Acquisitions topped out at $132000.0 in Q3 2024 and bottomed at $132000.0 in Q3 2024.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (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 | 28.00 Mn |
| 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 | - |
API Access
Getty Images Holdings Acquisitions 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=acquisitions&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();