Planet Fitness (PLNT) Assets Average (2015 - 2026)
Planet Fitness' (PLNT) quarterly Assets Average came in at $3.1 billion in Q2 2026, down 1.63% on a YoY basis from $3.1 billion in Q2 2025, and down 1.59% quarter-over-quarter from $3.1 billion in Q1 2026.
Planet Fitness (PLNT) Assets Average (2015 - 2026) Analysis & Trends
Planet Fitness (PLNT) has reported Assets Average for 12 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets Average fell 1.63% year-over-year to $3.1 billion; the trailing twelve-month figure through Jun 2026 stood at $3.1 billion (down 1.63% YoY), and the FY2025 full-year result was $3.1 billion, up 2.21% from the prior year.
- Assets Average retreated to $3.1 billion in Q2 2026 per PLNT's latest filing, from $3.1 billion in the prior quarter.
- Across five years, Assets Average topped out at $3.1 billion in Q2 2025 and bottomed at $2.5 billion in Q1 2022.
- Historically, Assets Average has averaged $3.0 billion across 5 years, with a median of $3.0 billion in 2024.
- The sharpest annual moves came in 2022 and 2023: Assets Average surged 56.1% in 2022, then retreated 2.09% in 2023.
- Over 5 years, Assets Average stood at $2.9 billion in 2022, then advanced by 3.75% to $3.0 billion in 2023, then climbed by 3.44% to $3.1 billion in 2024, then increased by 0.71% to $3.1 billion in 2025, then decreased by 0.84% to $3.1 billion in 2026.
- According to Business Quant data, Assets Average over the past three periods registered $3.1 billion, $3.1 billion, and $3.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 20.54 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 4.29 Bn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 28.34 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 40.63 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.52 Bn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 8.23 Bn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 13.03 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 1.30 Bn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 31.70 Bn |
| 10 | Planet Fitness | 3.08 Bn | 2.68 Bn | 300.73 Mn | 3.05 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.05 Bn |
| Mar 31, 2026 | 3.10 Bn |
| Dec 31, 2025 | 3.08 Bn |
| Sep 30, 2025 | 3.09 Bn |
| Jun 30, 2025 | 3.11 Bn |
| Mar 31, 2025 | 3.08 Bn |
| Dec 31, 2024 | 3.06 Bn |
| Sep 30, 2024 | 3.01 Bn |
| Jun 30, 2024 | 2.98 Bn |
| Mar 31, 2024 | 2.98 Bn |
| Dec 31, 2023 | 2.96 Bn |
| Sep 30, 2023 | 2.90 Bn |
| Jun 30, 2023 | 2.88 Bn |
| Mar 31, 2023 | 2.88 Bn |
| Dec 31, 2022 | 2.85 Bn |
| Sep 30, 2022 | 2.87 Bn |
| Jun 30, 2022 | 2.94 Bn |
| Mar 31, 2022 | 2.50 Bn |
| Dec 31, 2021 | 1.98 Bn |
| Sep 30, 2021 | 1.92 Bn |
Planet Fitness Assets Average 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=assets-average&ticker=PLNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=PLNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();