Wingstop (WING) Cash from Financing Activities (2014 - 2026)
Wingstop's (WING) quarterly Cash from Financing Activities came in at -$7.9 million in Q2 2026, up 9.58% on a YoY basis from -$7.2 million in Q2 2025, and up 91.73% quarter-over-quarter from -$95.5 million in Q1 2026.
Wingstop (WING) Cash from Financing Activities (2014 - 2026) Analysis & Trends
Wingstop (WING) has reported Cash from Financing Activities for 13 consecutive years, with -$7.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 9.58% year-over-year to -$7.9 million; the trailing twelve-month figure through Jun 2026 stood at -$221.0 million (down 641.9% YoY), and the FY2025 full-year result was -$266.7 million, down 284.25% from the prior year.
- Cash from Financing Activities advanced to -$7.9 million in Q2 2026 per WING's latest filing, from -$95.5 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $239.1 million in Q1 2022 and bottomed at -$140.4 million in Q1 2025.
- Historically, Cash from Financing Activities has averaged -$15.4 million across 5 years, with a median of -$9.9 million in 2023.
- The widest YoY moves for Cash from Financing Activities: up 3854.57% in 2022, down 2157.78% in 2022.
- Over 5 years, Cash from Financing Activities stood at -$6.2 million in 2022, then retreated by 4.73% to -$6.5 million in 2023, then jumped by 3702.01% to $233.0 million in 2024, then sank by 129.75% to -$69.3 million in 2025, then jumped by 88.61% to -$7.9 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$7.9 million, -$95.5 million, and -$69.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -2.39 Bn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | -2.51 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | -654.01 Mn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | -382.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | -447.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -402.30 Mn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | -447.00 Mn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | -386.00 Mn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn | -97.05 Mn |
| 10 | Wingstop | 2.67 Bn | 2.51 Bn | 160.50 Mn | -7.90 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -7.90 Mn |
| Mar 28, 2026 | -95.48 Mn |
| Dec 27, 2025 | -69.33 Mn |
| Sep 27, 2025 | -48.25 Mn |
| Jun 28, 2025 | -8.74 Mn |
| Mar 29, 2025 | -140.42 Mn |
| Dec 28, 2024 | 233.05 Mn |
| Sep 28, 2024 | -43.12 Mn |
| Jun 29, 2024 | -35.55 Mn |
| Mar 30, 2024 | -9.62 Mn |
| Dec 30, 2023 | -6.47 Mn |
| Sep 30, 2023 | -131.64 Mn |
| Jul 1, 2023 | -7.29 Mn |
| Apr 1, 2023 | -10.09 Mn |
| Dec 31, 2022 | -6.18 Mn |
| Sep 24, 2022 | -6.88 Mn |
| Jun 25, 2022 | -122.78 Mn |
| Mar 26, 2022 | 239.09 Mn |
| Dec 25, 2021 | -5.06 Mn |
| Sep 25, 2021 | -6.53 Mn |
Wingstop Cash from Financing 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-financing-activities&ticker=WING&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=WING&period=max&api_key=YOUR_API_KEY");
const data = await res.json();