Life Time Group Holdings (LTH) Non Operating Income (2020 - 2026)
Life Time Group Holdings' (LTH) quarterly Non Operating Income came in at -$15.2 million in Q2 2026, down 70.97% year-over-year from -$52.3 million in Q2 2025, and up 2.56% quarter-over-quarter from -$15.6 million in Q1 2026.
Life Time Group Holdings (LTH) Non Operating Income (2020 - 2026) Analysis & Trends
Life Time Group Holdings has disclosed Non Operating Income across 7 years of filings, most recently posting -$15.2 million for Q2 2026.
- In Q2 2026, Non Operating Income fell 70.97% year-over-year to -$15.2 million; the TTM figure through Jun 2026 stood at $15.5 million (up 114.4% YoY), while the FY2025 annual figure was $12.2 million, up 108.21% from the prior year.
- Non Operating Income came in at -$15.2 million for Q2 2026 at Life Time Group Holdings, up from -$15.6 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $42.5 million in Q4 2025 to a low of -$38.1 million in Q2 2024.
- Average Non Operating Income over 5 years is -$22.8 million, with a median of -$29.3 million recorded in 2022.
- Year-over-year, Non Operating Income surged 214.17% in 2025 and sank 70.97% in 2026.
- Over 5 years, Non Operating Income stood at -$28.6 million in 2022, then declined by 20.34% to -$34.5 million in 2023, then retreated by 8.04% to -$37.2 million in 2024, then surged by 214.17% to $42.5 million in 2025, then sank by 135.7% to -$15.2 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$15.2 million in Q2 2026, -$15.6 million in Q1 2026, and $42.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | - |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | - |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | - |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | -90.12 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.52 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -15.17 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | -98.86 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -566.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -29.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.17 Mn |
| Mar 31, 2026 | -15.57 Mn |
| Dec 31, 2025 | 42.50 Mn |
| Sep 30, 2025 | 3.70 Mn |
| Jun 30, 2025 | -8.87 Mn |
| Mar 31, 2025 | -25.12 Mn |
| Dec 31, 2024 | -37.23 Mn |
| Sep 30, 2024 | -36.13 Mn |
| Jun 30, 2024 | -38.13 Mn |
| Mar 31, 2024 | -37.23 Mn |
| Dec 31, 2023 | -34.46 Mn |
| Sep 30, 2023 | -33.02 Mn |
| Jun 30, 2023 | -31.89 Mn |
| Mar 31, 2023 | -31.05 Mn |
| Dec 31, 2022 | -28.63 Mn |
| Sep 30, 2022 | -27.60 Mn |
| Jun 30, 2022 | -27.09 Mn |
| Mar 31, 2022 | -29.92 Mn |
| Dec 31, 2021 | -47.97 Mn |
| Sep 30, 2021 | -39.88 Mn |
Life Time Group Holdings Non Operating Income 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=non-operating-income&ticker=LTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=LTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();