Getty Images Holdings (GETY) Net Cash Flow (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Net Cash Flow came in at -$38.0 million in Q2 2026, down 107.39% on a YoY basis from $514.3 million in Q2 2025, and down 329.38% quarter-over-quarter from $16.6 million in Q1 2026.
Getty Images Holdings (GETY) Net Cash Flow (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Net Cash Flow for 6 consecutive years, with -$38.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow fell 107.39% year-over-year to -$38.0 million; the trailing twelve-month figure through Jun 2026 stood at $591.6 million (up 2070.04% YoY), and the FY2025 full-year result was $581.8 million, up 5702.18% from the prior year.
- Net Cash Flow declined to -$38.0 million in Q2 2026 per GETY's latest filing, from $16.6 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $611.9 million in Q4 2025 and bottomed at -$135.5 million in Q3 2022.
- Historically, Net Cash Flow has averaged $27.7 million across 5 years, with a median of $2.6 million in 2023.
- The widest YoY moves for Net Cash Flow: up 2654.25% in 2025, down 813.36% in 2025.
- Over 5 years, Net Cash Flow stood at $15.0 million in 2022, then declined by 1.44% to $14.8 million in 2023, then soared by 50.55% to $22.2 million in 2024, then surged by 2654.25% to $611.9 million in 2025, then plunged by 106.21% to -$38.0 million in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered -$38.0 million, $16.6 million, and $611.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 1.98 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | 1.44 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | 836.52 Mn |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 1.49 Bn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 1.60 Bn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -499.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | 119.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | 24.09 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | -37.99 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.99 Mn |
| Mar 31, 2026 | 16.56 Mn |
| Dec 31, 2025 | 611.91 Mn |
| Sep 30, 2025 | 1.12 Mn |
| Jun 30, 2025 | -18.32 Mn |
| Mar 31, 2025 | -12.87 Mn |
| Dec 31, 2024 | 22.22 Mn |
| Sep 30, 2024 | -21.06 Mn |
| Jun 30, 2024 | -13.35 Mn |
| Mar 31, 2024 | 1.80 Mn |
| Dec 31, 2023 | 14.76 Mn |
| Sep 30, 2023 | -4.14 Mn |
| Jun 30, 2023 | 3.41 Mn |
| Mar 31, 2023 | 16.34 Mn |
| Dec 31, 2022 | 14.97 Mn |
| Sep 30, 2022 | -135.51 Mn |
| Jun 30, 2022 | 10.54 Mn |
| Mar 31, 2022 | 27.48 Mn |
| Dec 31, 2021 | 43.96 Mn |
| Sep 30, 2021 | 115.04 Mn |
Getty Images Holdings Net Cash Flow 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=net-cash-flow&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();