Planet Fitness (PLNT) Change in Cash (2014 - 2026)
Planet Fitness' (PLNT) quarterly Change in Cash came in at -$85.3 million in Q2 2026, down 925.57% on a YoY basis from $10.3 million in Q2 2025, and down 291.48% quarter-over-quarter from $44.5 million in Q1 2026.
Planet Fitness (PLNT) Change in Cash (2014 - 2026) Analysis & Trends
Planet Fitness (PLNT) has reported Change in Cash for 13 consecutive years, with -$85.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 925.57% year-over-year to -$85.3 million; the trailing twelve-month figure through Jun 2026 stood at -$21.0 million (down 121.52% YoY), and the FY2025 full-year result was $62.3 million, up 126.04% from the prior year.
- Change in Cash retreated to -$85.3 million in Q2 2026 per PLNT's latest filing, from $44.5 million in the prior quarter.
- Across five years, Change in Cash topped out at $71.8 million in Q3 2024 and bottomed at -$224.3 million in Q2 2023.
- Historically, Change in Cash has averaged -$12.9 million across 5 years, with a median of -$722500.0 in 2022.
- The sharpest annual moves came in 2025 and 2026: Change in Cash jumped 257.32% in 2025, then plunged 925.57% in 2026.
- Over 5 years, Change in Cash stood at $5.3 million in 2022, then sank by 724.39% to -$33.2 million in 2023, then jumped by 49.22% to -$16.9 million in 2024, then surged by 257.32% to $26.5 million in 2025, then slumped by 421.25% to -$85.3 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$85.3 million, $44.5 million, and $26.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 46.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 688,000.00 |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 138.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 254.51 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 57.47 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 108.07 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 384.02 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 103.00 Mn |
| 10 | Planet Fitness | 3.08 Bn | 2.68 Bn | 300.73 Mn | -85.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -85.29 Mn |
| Mar 31, 2026 | 44.54 Mn |
| Dec 31, 2025 | 26.55 Mn |
| Sep 30, 2025 | -6.77 Mn |
| Jun 30, 2025 | -8.32 Mn |
| Mar 31, 2025 | 50.82 Mn |
| Dec 31, 2024 | -16.88 Mn |
| Sep 30, 2024 | 71.79 Mn |
| Jun 30, 2024 | -53.14 Mn |
| Mar 31, 2024 | 25.78 Mn |
| Dec 31, 2023 | -33.23 Mn |
| Sep 30, 2023 | 56.69 Mn |
| Jun 30, 2023 | -224.34 Mn |
| Mar 31, 2023 | 50.50 Mn |
| Dec 31, 2022 | 5.32 Mn |
| Sep 30, 2022 | 20.90 Mn |
| Jun 30, 2022 | -90.40 Mn |
| Mar 31, 2022 | -67.27 Mn |
| Dec 31, 2021 | 18.47 Mn |
| Sep 30, 2021 | 58.10 Mn |
Planet Fitness Change in Cash 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=change-in-cash&ticker=PLNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PLNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();