Planet Fitness (PLNT) Retained Earnings (2014 - 2026)
Planet Fitness' (PLNT) quarterly Retained Earnings came in at -$1.2 billion in Q2 2026, down 60.34% on a YoY basis from -$3.1 billion in Q2 2025, and down 12.19% quarter-over-quarter from -$1.1 billion in Q1 2026.
Planet Fitness (PLNT) Retained Earnings (2014 - 2026) Analysis & Trends
Planet Fitness (PLNT) has reported Retained Earnings for 13 consecutive years, with -$1.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 60.34% year-over-year to -$1.2 billion; the trailing twelve-month figure through Jun 2026 stood at -$1.2 billion (down 60.34% YoY), and the FY2025 full-year result was -$1.1 billion, down 34.7% from the prior year.
- Retained Earnings fell to -$1.2 billion in Q2 2026 per PLNT's latest filing, from -$1.1 billion in the prior quarter.
- Across five years, Retained Earnings topped out at -$677.3 million in Q1 2024 and bottomed at -$1.2 billion in Q2 2026.
- Historically, Retained Earnings has averaged -$827.5 million across 5 years, with a median of -$770.3 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Retained Earnings rose 14.92% in 2025, then sank 60.34% in 2026.
- Over 5 years, Retained Earnings stood at -$703.7 million in 2022, then advanced by 1.74% to -$691.5 million in 2023, then slipped by 18.9% to -$822.2 million in 2024, then sank by 34.7% to -$1.1 billion in 2025, then retreated by 12.17% to -$1.2 billion in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$1.2 billion, -$1.1 billion, and -$1.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 6.19 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 8.61 Bn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 7.84 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 2.31 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | -129.86 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 3.16 Bn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 3.85 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 482.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Planet Fitness | 3.08 Bn | 2.68 Bn | 300.73 Mn | -1.24 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.24 Bn |
| Mar 31, 2026 | -1.11 Bn |
| Dec 31, 2025 | -1.11 Bn |
| Sep 30, 2025 | -814.83 Mn |
| Jun 30, 2025 | -774.75 Mn |
| Mar 31, 2025 | -830.74 Mn |
| Dec 31, 2024 | -822.16 Mn |
| Sep 30, 2024 | -869.31 Mn |
| Jun 30, 2024 | -910.63 Mn |
| Mar 31, 2024 | -677.32 Mn |
| Dec 31, 2023 | -691.46 Mn |
| Sep 30, 2023 | -726.80 Mn |
| Jun 30, 2023 | -765.82 Mn |
| Mar 31, 2023 | -706.02 Mn |
| Dec 31, 2022 | -703.72 Mn |
| Sep 30, 2022 | -737.40 Mn |
| Jun 30, 2022 | -714.30 Mn |
| Mar 31, 2022 | -692.34 Mn |
| Dec 31, 2021 | -708.80 Mn |
| Sep 30, 2021 | -714.54 Mn |
Planet Fitness Retained Earnings 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=retained-earnings&ticker=PLNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=PLNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();