Getty Images Holdings (GETY) Cash from Financing Activities (2021 - 2026)
Getty Images Holdings' (GETY) quarterly Cash from Financing Activities came in at $84.6 million in Q2 2026, up 1066.35% on a YoY basis from $7.3 million in Q2 2025, and up 1241.67% quarter-over-quarter from -$7.4 million in Q1 2026.
Getty Images Holdings (GETY) Cash from Financing Activities (2021 - 2026) Analysis & Trends
Getty Images Holdings (GETY) has reported Cash from Financing Activities for 6 consecutive years, with $84.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 1066.35% year-over-year to $84.6 million; the trailing twelve-month figure through Jun 2026 stood at $674.6 million (up 1678.35% YoY), and the FY2025 full-year result was $576.2 million, up 1124.89% from the prior year.
- Cash from Financing Activities climbed to $84.6 million in Q2 2026 per GETY's latest filing, from -$7.4 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $604.2 million in Q4 2025 and bottomed at -$168.7 million in Q3 2022.
- Historically, Cash from Financing Activities has averaged $20.4 million across 5 years, with a median of -$6.2 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Cash from Financing Activities sank 11117.02% in 2024, then soared 25790.39% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$5.7 million in 2022, then surged by 32.85% to -$3.8 million in 2023, then soared by 38.7% to -$2.4 million in 2024, then jumped by 25790.39% to $604.2 million in 2025, then slumped by 86.0% to $84.6 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered $84.6 million, -$7.4 million, and $604.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 268.88 Bn | 233.62 Bn | 15.11 Bn | 1.40 Bn |
| 2 | Booking Holdings | 126.62 Bn | 109.41 Bn | 4.98 Bn | -2.19 Bn |
| 3 | PDD Holdings | 112.86 Bn | 82.58 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.44 Bn | 86.37 Bn | 2.98 Bn | 571.00 Mn |
| 5 | Mercadolibre | 92.29 Bn | 77.10 Bn | 4.16 Bn | 630.00 Mn |
| 6 | Ebay | 48.19 Bn | 44.89 Bn | 2.30 Bn | -464.00 Mn |
| 7 | Expedia | 32.17 Bn | 25.04 Bn | 3.91 Bn | 593.00 Mn |
| 8 | Maplebear | 10.62 Bn | 9.77 Bn | 751.00 Mn | -327.00 Mn |
| 9 | Full Truck Alliance | 7.66 Bn | 6.70 Bn | - | -77.80 Mn |
| 10 | Getty Images Holdings | 96.83 Mn | -552.82 Mn | 160.81 Mn | 84.58 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 84.58 Mn |
| Mar 31, 2026 | -7.41 Mn |
| Dec 31, 2025 | 604.24 Mn |
| Sep 30, 2025 | -6.77 Mn |
| Jun 30, 2025 | -8.75 Mn |
| Mar 31, 2025 | -12.55 Mn |
| Dec 31, 2024 | -2.35 Mn |
| Sep 30, 2024 | -19.09 Mn |
| Jun 30, 2024 | -29.50 Mn |
| Mar 31, 2024 | -5.27 Mn |
| Dec 31, 2023 | -3.84 Mn |
| Sep 30, 2023 | -16.93 Mn |
| Jun 30, 2023 | -24.54 Mn |
| Mar 31, 2023 | -47,000.00 |
| Dec 31, 2022 | -5.71 Mn |
| Sep 30, 2022 | -168.72 Mn |
| Jun 30, 2022 | -4.26 Mn |
| Mar 31, 2022 | -5.65 Mn |
| Dec 31, 2021 | -4.42 Mn |
| Sep 30, 2021 | -14.85 Mn |
Getty Images Holdings Cash from Financing Activities 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=cash-from-financing-activities&ticker=GETY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=GETY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();