Wingstop (WING) Cash from Investing Activities (2014 - 2026)
Wingstop's (WING) quarterly Cash from Investing Activities came in at -$18.2 million in Q2 2026, up 22.77% on a YoY basis from -$14.8 million in Q2 2025, and down 2.74% quarter-over-quarter from -$17.7 million in Q1 2026.
Wingstop (WING) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Wingstop (WING) has reported Cash from Investing Activities for 13 consecutive years, with -$18.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 22.77% year-over-year to -$18.2 million; the trailing twelve-month figure through Jun 2026 stood at -$70.3 million (down 246.15% YoY), and the FY2025 full-year result was -$17.5 million, up 72.06% from the prior year.
- Cash from Investing Activities declined to -$18.2 million in Q2 2026 per WING's latest filing, from -$17.7 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $40.5 million in Q1 2025 and bottomed at -$32.2 million in Q4 2025.
- Historically, Cash from Investing Activities has averaged -$10.9 million across 5 years, with a median of -$12.2 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Cash from Investing Activities slumped 321.47% in 2023, then surged 447.36% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$12.0 million in 2022, then slumped by 54.84% to -$18.7 million in 2023, then soared by 33.77% to -$12.4 million in 2024, then plunged by 160.25% to -$32.2 million in 2025, then soared by 43.36% to -$18.2 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$18.2 million, -$17.7 million, and -$32.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | Wingstop | 2.67 Bn | 2.51 Bn | 160.50 Mn | -18.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -18.21 Mn |
| Mar 28, 2026 | -17.73 Mn |
| Dec 27, 2025 | -32.15 Mn |
| Sep 27, 2025 | -2.22 Mn |
| Jun 28, 2025 | -23.58 Mn |
| Mar 29, 2025 | 40.50 Mn |
| Dec 28, 2024 | -12.35 Mn |
| Sep 28, 2024 | -24.87 Mn |
| Jun 29, 2024 | -13.59 Mn |
| Mar 30, 2024 | -11.66 Mn |
| Dec 30, 2023 | -18.65 Mn |
| Sep 30, 2023 | -11.29 Mn |
| Jul 1, 2023 | -17.89 Mn |
| Apr 1, 2023 | -4.32 Mn |
| Dec 31, 2022 | -12.05 Mn |
| Sep 24, 2022 | -7.58 Mn |
| Jun 25, 2022 | -4.24 Mn |
| Mar 26, 2022 | -4.81 Mn |
| Dec 25, 2021 | -11.48 Mn |
| Sep 25, 2021 | -5.95 Mn |
Wingstop 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=WING&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "WING", "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=WING&period=max&api_key=YOUR_API_KEY");
const data = await res.json();