National Beverage (FIZZ) Cash from Investing Activities (2010 - 2026)
National Beverage's (FIZZ) quarterly Cash from Investing Activities came in at -$3.1 million in Q3 2026, up 0.71% year-over-year from -$3.0 million in Q3 2025, and up 69.16% on a QoQ basis from -$10.0 million in Q2 2026.
National Beverage (FIZZ) Cash from Investing Activities (2010 - 2026) Analysis & Trends
National Beverage (FIZZ) has 17 years of Cash from Investing Activities data on file, last reported at -$3.1 million in Q3 2026.
- On a quarterly basis, Cash from Investing Activities rose 0.71% year-over-year to -$3.1 million in Q3 2026; TTM through Aug 2026 was -$25.1 million, a 29.62% increase from a year earlier, with the FY2026 full-year figure at -$25.1 million, up 30.74% from the prior year.
- Cash from Investing Activities for Q3 2026 stood at -$3.1 million, up from -$10.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$2.6 million in Q3 2022 and bottomed at -$15.5 million in Q2 2025.
- Historically, Cash from Investing Activities has averaged -$7.3 million across 5 years, with a median of -$6.7 million in 2024.
- The widest annual swing landed in 2022, when Cash from Investing Activities slumped 187.61%; it then surged 54.15% in 2023.
- Year by year, Cash from Investing Activities stood at -$5.3 million in 2022, then plunged by 36.38% to -$7.3 million in 2023, then increased by 5.19% to -$6.9 million in 2024, then rose by 15.91% to -$5.8 million in 2025, then soared by 47.12% to -$3.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$3.1 million in Q3 2026, -$10.0 million in Q2 2026, and -$6.3 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -642.00 Mn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | - |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | -915.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -408.63 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -168.14 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -16.80 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -94.84 Mn |
| 10 | National Beverage | 2.87 Bn | 2.76 Bn | 115.79 Mn | -3.07 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 1, 2026 | -3.07 Mn |
| May 2, 2026 | -9.96 Mn |
| Jan 31, 2026 | -6.27 Mn |
| Nov 1, 2025 | -5.81 Mn |
| Aug 2, 2025 | -3.09 Mn |
| May 3, 2025 | -15.46 Mn |
| Jan 25, 2025 | -10.20 Mn |
| Oct 26, 2024 | -6.91 Mn |
| Jul 27, 2024 | -3.70 Mn |
| Apr 27, 2024 | -10.83 Mn |
| Jan 27, 2024 | -6.69 Mn |
| Oct 28, 2023 | -7.28 Mn |
| Jul 29, 2023 | -5.45 Mn |
| Apr 29, 2023 | -9.68 Mn |
| Jan 28, 2023 | -4.32 Mn |
| Oct 29, 2022 | -5.34 Mn |
| Jul 30, 2022 | -2.61 Mn |
| Apr 30, 2022 | -12.95 Mn |
| Jan 29, 2022 | -9.43 Mn |
| Oct 30, 2021 | -1.86 Mn |
National Beverage 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=FIZZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "FIZZ", "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=FIZZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();