Life Time Group Holdings (LTH) Cash from Financing Activities (2020 - 2026)
Life Time Group Holdings' (LTH) quarterly Cash from Financing Activities came in at -$40.3 million in Q2 2026, down 438.38% year-over-year from $11.9 million in Q2 2025, and down 96.62% quarter-over-quarter from -$20.5 million in Q1 2026.
Life Time Group Holdings (LTH) Cash from Financing Activities (2020 - 2026) Analysis & Trends
Life Time Group Holdings has disclosed Cash from Financing Activities across 7 years of filings, most recently posting -$40.3 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 438.38% year-over-year to -$40.3 million; the TTM figure through Jun 2026 stood at -$60.7 million (up 65.89% YoY), while the FY2025 annual figure was $19.4 million, up 106.82% from the prior year.
- Cash from Financing Activities came in at -$40.3 million for Q2 2026 at Life Time Group Holdings, down from -$20.5 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $75.0 million in Q1 2024 to a low of -$162.1 million in Q2 2024.
- Average Cash from Financing Activities over 5 years is -$9.6 million, with a median of $491000.0 recorded in 2022.
- The largest YoY upside for Cash from Financing Activities was 171.7% in 2023 against a maximum downside of 4697.12% in 2023.
- Over 5 years, Cash from Financing Activities stood at $48.5 million in 2022, then fell by 11.25% to $43.0 million in 2023, then slumped by 429.03% to -$141.6 million in 2024, then jumped by 100.33% to $462000.0 in 2025, then slumped by 8823.81% to -$40.3 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$40.3 million in Q2 2026, -$20.5 million in Q1 2026, and $462000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | -1.58 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -65.52 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -55.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | -590.71 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | - |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -40.30 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 22.83 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -146.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -155.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -40.30 Mn |
| Mar 31, 2026 | -20.50 Mn |
| Dec 31, 2025 | 462,000.00 |
| Sep 30, 2025 | -365,000.00 |
| Jun 30, 2025 | 11.91 Mn |
| Mar 31, 2025 | 7.38 Mn |
| Dec 31, 2024 | -141.64 Mn |
| Sep 30, 2024 | -55.65 Mn |
| Jun 30, 2024 | -162.08 Mn |
| Mar 31, 2024 | 74.98 Mn |
| Dec 31, 2023 | 43.05 Mn |
| Sep 30, 2023 | 24.09 Mn |
| Jun 30, 2023 | -23.91 Mn |
| Mar 31, 2023 | 72.33 Mn |
| Dec 31, 2022 | 48.51 Mn |
| Sep 30, 2022 | -38.85 Mn |
| Jun 30, 2022 | 520,000.00 |
| Mar 31, 2022 | 26.62 Mn |
| Dec 31, 2021 | 123.27 Mn |
| Sep 30, 2021 | -8.58 Mn |
Life Time Group 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=LTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "LTH", "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=LTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();