Shake Shack (SHAK) Cash from Investing Activities (2014 - 2026)
Shake Shack's (SHAK) quarterly Cash from Investing Activities came in at -$57.7 million in Q3 2026, down 51.52% year-over-year from -$119.0 million in Q3 2025, and down 22.29% quarter-over-quarter from -$47.2 million in Q2 2026.
Shake Shack (SHAK) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Shake Shack (SHAK) has reported Cash from Investing Activities for 13 consecutive years, with -$57.7 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Cash from Investing Activities fell 51.52% year-over-year to -$57.7 million in Q3 2026; TTM through Jul 2026 was -$203.3 million, a 51.79% decrease from a year earlier, with the FY2025 full-year figure at -$165.8 million, down 150.99% from the prior year.
- Cash from Investing Activities was -$57.7 million for Q3 2026 at Shake Shack, down from -$47.2 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $46.5 million in Q1 2023 and troughed at -$131.9 million in Q2 2023.
- A 5-year average of -$34.0 million and a median of -$36.4 million in 2024 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities soared 265.63% in 2023 and tumbled 472.95% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$48.2 million in 2022, then surged by 87.44% to -$6.1 million in 2023, then plunged by 472.95% to -$34.7 million in 2024, then plunged by 70.48% to -$59.2 million in 2025, then increased by 2.44% to -$57.7 million in 2026.
- The last three Cash from Investing Activities figures came in at -$57.7 million (Q3 2026), -$47.2 million (Q2 2026), and -$59.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -868.00 Mn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | 2.22 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | -45.28 Mn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | -89.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | -27.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -188.30 Mn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | -27.00 Mn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | -32.00 Mn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn | -95.23 Mn |
| 10 | Shake Shack | 2.36 Bn | 2.08 Bn | 354.50 Mn | -57.71 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 1, 2026 | -57.71 Mn |
| Apr 1, 2026 | -47.19 Mn |
| Dec 31, 2025 | -59.15 Mn |
| Sep 24, 2025 | -39.26 Mn |
| Jun 25, 2025 | -38.09 Mn |
| Mar 26, 2025 | -29.35 Mn |
| Dec 25, 2024 | -34.70 Mn |
| Sep 25, 2024 | -31.81 Mn |
| Jun 26, 2024 | -10.88 Mn |
| Mar 27, 2024 | 11.31 Mn |
| Dec 27, 2023 | -6.06 Mn |
| Sep 27, 2023 | -40.85 Mn |
| Jun 28, 2023 | -131.88 Mn |
| Mar 29, 2023 | 46.46 Mn |
| Dec 28, 2022 | -48.21 Mn |
| Sep 28, 2022 | -39.76 Mn |
| Jun 29, 2022 | -27.40 Mn |
| Mar 30, 2022 | -28.05 Mn |
| Dec 29, 2021 | -32.72 Mn |
| Sep 29, 2021 | -24.20 Mn |
Shake Shack Cash from Investing Activities 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=cash-from-investing-activities&ticker=SHAK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "SHAK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=SHAK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();