Getty Images Holdings (GETY) Long-Term Investments (2021 - 2022)
Getty Images Holdings' (GETY) quarterly Long-Term Investments came in at $12.1 million in Q4 2022, up 13.9% on a YoY basis from $10.6 million in Q4 2021, and up 7.18% quarter-over-quarter from $11.3 million in Q3 2022.
Getty Images Holdings (GETY) Long-Term Investments (2021 - 2022) Analysis & Trends
Getty Images Holdings (GETY) has reported Long-Term Investments for 2 consecutive years, with $12.1 million the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Long-Term Investments rose 13.9% year-over-year to $12.1 million; the trailing twelve-month figure through Dec 2022 stood at $12.1 million (up 13.9% YoY), and the FY2022 full-year result was $12.1 million, up 13.9% from the prior year.
- Long-Term Investments advanced to $12.1 million in Q4 2022 per GETY's latest filing, from $11.3 million in the prior quarter.
- Across five years, Long-Term Investments topped out at $829.9 million in Q2 2022 and bottomed at $10.6 million in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 29.95 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 448.00 Mn |
| 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 | 1.72 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 2.32 Bn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 1.80 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 35.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 166.56 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 12.10 Mn |
| Sep 30, 2022 | 11.29 Mn |
| Jun 30, 2022 | 829.91 Mn |
| Dec 31, 2021 | 10.62 Mn |
Getty Images Holdings Long-Term Investments 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=long-term-investments&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();