Planet Fitness (PLNT) Non Operating Income (2014 - 2026)
Planet Fitness' (PLNT) quarterly Non Operating Income came in at -$27.7 million in Q2 2026, down 49.25% on a YoY basis from -$54.5 million in Q2 2025, and down 3.72% quarter-over-quarter from -$26.7 million in Q1 2026.
Planet Fitness (PLNT) Non Operating Income (2014 - 2026) Analysis & Trends
Planet Fitness (PLNT) has reported Non Operating Income for 13 consecutive years, with -$27.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income fell 49.25% year-over-year to -$27.7 million; the trailing twelve-month figure through Jun 2026 stood at -$101.4 million (down 22.31% YoY), and the FY2025 full-year result was -$85.7 million, down 10.62% from the prior year.
- Non Operating Income fell to -$27.7 million in Q2 2026 per PLNT's latest filing, from -$26.7 million in the prior quarter.
- Across five years, Non Operating Income topped out at -$13.4 million in Q4 2022 and bottomed at -$27.7 million in Q4 2025.
- Historically, Non Operating Income has averaged -$19.5 million across 5 years, with a median of -$18.4 million in 2022.
- The sharpest annual moves came in 2022 and 2024: Non Operating Income surged 58.33% in 2022, then sank 68.02% in 2024.
- Over 5 years, Non Operating Income stood at -$13.4 million in 2022, then slipped by 1.24% to -$13.5 million in 2023, then tumbled by 68.02% to -$22.7 million in 2024, then decreased by 21.96% to -$27.7 million in 2025, then increased by 0.09% to -$27.7 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$27.7 million, -$26.7 million, and -$27.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | Planet Fitness | 3.08 Bn | 2.68 Bn | 300.73 Mn | -27.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -27.68 Mn |
| Mar 31, 2026 | -26.69 Mn |
| Dec 31, 2025 | -27.71 Mn |
| Sep 30, 2025 | -19.34 Mn |
| Jun 30, 2025 | -18.55 Mn |
| Mar 31, 2025 | -20.10 Mn |
| Dec 31, 2024 | -22.72 Mn |
| Sep 30, 2024 | -21.55 Mn |
| Jun 30, 2024 | -17.87 Mn |
| Mar 31, 2024 | -15.33 Mn |
| Dec 31, 2023 | -13.52 Mn |
| Sep 30, 2023 | -17.31 Mn |
| Jun 30, 2023 | -16.94 Mn |
| Mar 31, 2023 | -17.56 Mn |
| Dec 31, 2022 | -13.36 Mn |
| Sep 30, 2022 | -15.59 Mn |
| Jun 30, 2022 | -21.36 Mn |
| Mar 31, 2022 | -18.33 Mn |
| Dec 31, 2021 | -32.06 Mn |
| Sep 30, 2021 | -19.44 Mn |
Planet Fitness 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=PLNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=PLNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();