Planet Fitness (PLNT) Total Non-Current Liabilities (2014 - 2026)
Planet Fitness' (PLNT) quarterly Total Non-Current Liabilities came in at $3.2 billion in Q2 2026, up 8.63% on a YoY basis from $3.0 billion in Q2 2025, and down 1.0% quarter-over-quarter from $3.3 billion in Q1 2026.
Planet Fitness (PLNT) Total Non-Current Liabilities (2014 - 2026) Analysis & Trends
Planet Fitness (PLNT) has reported Total Non-Current Liabilities for 13 consecutive years, with $3.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Non-Current Liabilities rose 8.63% year-over-year to $3.2 billion; the trailing twelve-month figure through Jun 2026 stood at $3.2 billion (up 8.63% YoY), and the FY2025 full-year result was $3.3 billion, up 9.05% from the prior year.
- Total Non-Current Liabilities declined to $3.2 billion in Q2 2026 per PLNT's latest filing, from $3.3 billion in the prior quarter.
- Across five years, Total Non-Current Liabilities topped out at $3.3 billion in Q4 2025 and bottomed at $2.8 billion in Q2 2023.
- Historically, Total Non-Current Liabilities has averaged $3.0 billion across 5 years, with a median of $2.9 billion in 2022.
- The sharpest annual moves came in 2022 and 2025: Total Non-Current Liabilities increased 17.61% in 2022, then dropped 2.54% in 2025.
- Over 5 years, Total Non-Current Liabilities stood at $2.8 billion in 2022, then grew by 0.56% to $2.8 billion in 2023, then increased by 5.82% to $3.0 billion in 2024, then increased by 9.05% to $3.3 billion in 2025, then slipped by 1.56% to $3.2 billion in 2026.
- According to Business Quant data, Total Non-Current Liabilities over the past three periods registered $3.2 billion, $3.3 billion, and $3.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 18.16 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 3.56 Bn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 18.36 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 35.75 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.73 Bn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 5.00 Bn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 13.82 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 515.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 27.12 Bn |
| 10 | Planet Fitness | 3.08 Bn | 2.68 Bn | 300.73 Mn | 3.22 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.22 Bn |
| Mar 31, 2026 | 3.26 Bn |
| Dec 31, 2025 | 3.27 Bn |
| Sep 30, 2025 | 2.95 Bn |
| Jun 30, 2025 | 2.97 Bn |
| Mar 31, 2025 | 3.02 Bn |
| Dec 31, 2024 | 3.00 Bn |
| Sep 30, 2024 | 3.03 Bn |
| Jun 30, 2024 | 3.02 Bn |
| Mar 31, 2024 | 2.85 Bn |
| Dec 31, 2023 | 2.84 Bn |
| Sep 30, 2023 | 2.84 Bn |
| Jun 30, 2023 | 2.79 Bn |
| Mar 31, 2023 | 2.81 Bn |
| Dec 31, 2022 | 2.82 Bn |
| Sep 30, 2022 | 2.84 Bn |
| Jun 30, 2022 | 2.85 Bn |
| Mar 31, 2022 | 2.88 Bn |
| Dec 31, 2021 | 2.48 Bn |
| Sep 30, 2021 | 2.45 Bn |
Planet Fitness Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=PLNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "ticker": "PLNT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-non-current-liabilities&ticker=PLNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();