Life Time Group Holdings (LTH) Change in Cash (2020 - 2026)
Life Time Group Holdings' (LTH) quarterly Change in Cash came in at $108.1 million in Q2 2026, down 9.02% year-over-year from $118.8 million in Q2 2025, and up 231.81% quarter-over-quarter from -$82.0 million in Q1 2026.
Life Time Group Holdings (LTH) Change in Cash (2020 - 2026) Analysis & Trends
Life Time Group Holdings has disclosed Change in Cash across 7 years of filings, most recently posting $108.1 million for Q2 2026.
- In Q2 2026, Change in Cash fell 9.02% year-over-year to $108.1 million; the TTM figure through Jun 2026 stood at $62.0 million (down 57.79% YoY), while the FY2025 annual figure was $204.3 million, up 9884.05% from the prior year.
- Change in Cash came in at $108.1 million for Q2 2026 at Life Time Group Holdings, up from -$82.0 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $118.8 million in Q2 2025 to a low of -$109.2 million in Q4 2024.
- Average Change in Cash over 5 years is $12.6 million, with a median of $9.6 million recorded in 2022.
- The largest YoY upside for Change in Cash was 1718.88% in 2024 against a maximum downside of 2512.71% in 2024.
- Over 5 years, Change in Cash stood at -$81.6 million in 2022, then soared by 105.55% to $4.5 million in 2023, then plunged by 2512.71% to -$109.2 million in 2024, then jumped by 91.51% to -$9.3 million in 2025, then jumped by 1265.88% to $108.1 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $108.1 million in Q2 2026, -$82.0 million in Q1 2026, and -$9.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 46.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 688,000.00 |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 138.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 254.51 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 57.47 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 108.07 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 384.02 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 103.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 4.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 108.07 Mn |
| Mar 31, 2026 | -81.99 Mn |
| Dec 31, 2025 | -9.27 Mn |
| Sep 30, 2025 | 45.19 Mn |
| Jun 30, 2025 | 118.78 Mn |
| Mar 31, 2025 | 49.59 Mn |
| Dec 31, 2024 | -109.18 Mn |
| Sep 30, 2024 | 87.70 Mn |
| Jun 30, 2024 | 12.63 Mn |
| Mar 31, 2024 | 6.76 Mn |
| Dec 31, 2023 | 4.53 Mn |
| Sep 30, 2023 | -5.42 Mn |
| Jun 30, 2023 | -4.48 Mn |
| Mar 31, 2023 | 9.83 Mn |
| Dec 31, 2022 | -81.56 Mn |
| Sep 30, 2022 | 45.78 Mn |
| Jun 30, 2022 | 20.19 Mn |
| Mar 31, 2022 | 9.46 Mn |
| Dec 31, 2021 | -13.19 Mn |
| Sep 30, 2021 | -59.37 Mn |
Life Time Group Holdings Change in Cash 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=change-in-cash&ticker=LTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=LTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();