Getty Images Holdings (GETY) Depreciation & Amortization (CF) (2024 - 2026)
Getty Images Holdings' (GETY) quarterly Depreciation & Amortization (CF) came in at $15.9 million in Q2 2026, down 1.01% on a YoY basis from $16.1 million in Q2 2025, and down 4.29% quarter-over-quarter from $16.7 million in Q1 2026.
Getty Images Holdings (GETY) Depreciation & Amortization (CF) (2024 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Depreciation & Amortization (CF) for 3 consecutive years, with $15.9 million the latest figure, recorded in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (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 | 129.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 | 292.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | 101.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | - |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 25.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 | 15.95 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 15.95 Mn |
| Mar 31, 2026 | 16.66 Mn |
| Sep 30, 2025 | 16.56 Mn |
| Jun 30, 2025 | 16.11 Mn |
| Mar 31, 2025 | 15.51 Mn |
| Sep 30, 2024 | 15.47 Mn |
| Jun 30, 2024 | 15.28 Mn |
| Mar 31, 2024 | 14.89 Mn |
Getty Images Holdings Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();