Planet Fitness (PLNT) Equity Income (2021 - 2026)
Planet Fitness' (PLNT) quarterly Equity Income came in at -$212000.0 in Q2 2026, up 66.24% on a YoY basis from -$127524.9 in Q2 2025, and up 75.74% quarter-over-quarter from -$874000.0 in Q1 2026.
Planet Fitness (PLNT) Equity Income (2021 - 2026) Analysis & Trends
Planet Fitness (PLNT) has reported Equity Income for 6 consecutive years, with -$212000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Equity Income rose 66.24% year-over-year to -$212000.0; the trailing twelve-month figure through Jun 2026 stood at -$2.5 million (up 18.5% YoY), and the FY2025 full-year result was -$2.8 million, up 29.74% from the prior year.
- Equity Income climbed to -$212000.0 in Q2 2026 per PLNT's latest filing, from -$874000.0 in the prior quarter.
- Across five years, Equity Income topped out at -$2000.0 in Q3 2022 and bottomed at -$1.4 million in Q4 2023.
- Historically, Equity Income has averaged -$579388.9 across 5 years, with a median of -$600000.0 in 2025.
- The sharpest annual moves came in 2023 and 2026: Equity Income sank 12000.0% in 2023, then jumped 66.24% in 2026.
- Over 5 years, Equity Income stood at -$133000.0 in 2022, then tumbled by 963.16% to -$1.4 million in 2023, then jumped by 40.31% to -$844000.0 in 2024, then rose by 1.07% to -$835000.0 in 2025, then jumped by 74.61% to -$212000.0 in 2026.
- According to Business Quant data, Equity Income over the past three periods registered -$212000.0, -$874000.0, and -$835000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | 2.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 | - |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | - |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -2.70 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | - |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Planet Fitness | 3.08 Bn | 2.68 Bn | 300.73 Mn | -212,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -212,000.00 |
| Mar 31, 2026 | -874,000.00 |
| Dec 31, 2025 | -835,000.00 |
| Sep 30, 2025 | -572,000.00 |
| Jun 30, 2025 | -628,000.00 |
| Mar 31, 2025 | -805,000.00 |
| Dec 31, 2024 | -844,000.00 |
| Sep 30, 2024 | -782,000.00 |
| Jun 30, 2024 | -1.22 Mn |
| Mar 31, 2024 | -1.20 Mn |
| Dec 31, 2023 | -1.41 Mn |
| Sep 30, 2023 | -242,000.00 |
| Jun 30, 2023 | -73,000.00 |
| Mar 31, 2023 | -265,000.00 |
| Dec 31, 2022 | -133,000.00 |
| Sep 30, 2022 | -2,000.00 |
| Jun 30, 2022 | -94,000.00 |
| Mar 31, 2022 | -238,000.00 |
| Dec 31, 2021 | -179,000.00 |
Planet Fitness Equity 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=equity-income&ticker=PLNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=PLNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();