Life Time Group Holdings (LTH) FCF Margin (2020 - 2026)
Life Time Group Holdings' (LTH) quarterly FCF Margin came in at 6.2% in Q2 2026, down 2937.0% year-over-year from 0.22% in Q2 2025, and up 20.11% quarter-over-quarter from 7.76% in Q1 2026.
Life Time Group Holdings (LTH) FCF Margin (2020 - 2026) Analysis & Trends
Life Time Group Holdings has disclosed FCF Margin across 7 years of filings, most recently posting 6.2% for Q2 2026.
- In Q2 2026, FCF Margin fell 2937.0% year-over-year to 6.2%; the TTM figure through Jun 2026 stood at 4.74% (down 1567.0% YoY), while the FY2025 annual figure was 0.7%, down 263.0% from the prior year.
- FCF Margin came in at 6.2% for Q2 2026 at Life Time Group Holdings, up from 7.76% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 23.17% in Q2 2025 to a low of 25.93% in Q1 2022.
- Average FCF Margin over 5 years is 6.28%, with a median of 7.1% recorded in 2023.
- Year-over-year, FCF Margin soared 2261 bps in 2024 and slumped 2937 bps in 2026.
- Over 5 years, FCF Margin stood at 22.34% in 2022, then surged by 71 bps to 6.44% in 2023, then jumped by 163 bps to 4.04% in 2024, then slumped by 315 bps to 8.68% in 2025, then advanced by 29 bps to 6.2% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 6.2% in Q2 2026, 7.76% in Q1 2026, and 8.68% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 11.10% |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 5.09% |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 5.27% |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 7.13% |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 20.67% |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -6.20% |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 18.25% |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 10.16% |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 18.16% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.20% |
| Mar 31, 2026 | -7.76% |
| Dec 31, 2025 | -8.68% |
| Sep 30, 2025 | 3.66% |
| Jun 30, 2025 | 23.17% |
| Mar 31, 2025 | 5.86% |
| Dec 31, 2024 | 4.04% |
| Sep 30, 2024 | 9.24% |
| Jun 30, 2024 | 3.91% |
| Mar 31, 2024 | -11.13% |
| Dec 31, 2023 | -6.44% |
| Sep 30, 2023 | -13.37% |
| Jun 30, 2023 | -4.33% |
| Mar 31, 2023 | -18.88% |
| Dec 31, 2022 | -22.34% |
| Sep 30, 2022 | -22.63% |
| Jun 30, 2022 | -15.31% |
| Mar 31, 2022 | -25.93% |
| Dec 31, 2021 | -36.58% |
| Sep 30, 2021 | -21.31% |
Life Time Group Holdings FCF Margin 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=fcf-margin&ticker=LTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=LTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();