National Beverage (FIZZ) Operating Income (2010 - 2026)
National Beverage's (FIZZ) quarterly Operating Income came in at $58.5 million in Q3 2026, down 17.37% year-over-year from $70.8 million in Q3 2025, and up 16.63% on a QoQ basis from $50.1 million in Q2 2026.
National Beverage (FIZZ) Operating Income (2010 - 2026) Analysis & Trends
National Beverage (FIZZ) has 17 years of Operating Income data on file, last reported at $58.5 million in Q3 2026.
- On a quarterly basis, Operating Income fell 17.37% year-over-year to $58.5 million in Q3 2026; TTM through Aug 2026 was $217.8 million, a 7.99% decrease from a year earlier, with the FY2026 full-year figure at $230.1 million, down 2.27% from the prior year.
- Operating Income for Q3 2026 stood at $58.5 million, up from $50.1 million in the prior quarter.
- Across five years, Operating Income topped out at $70.8 million in Q3 2025 and bottomed at $40.7 million in Q1 2022.
- Historically, Operating Income has averaged $53.4 million across 5 years, with a median of $51.1 million in 2026.
- The widest annual swing landed in 2022, when Operating Income slumped 33.91%; it then soared 35.77% in 2023.
- Year by year, Operating Income stood at $46.9 million in 2022, then rose by 15.72% to $54.3 million in 2023, then grew by 6.57% to $57.9 million in 2024, then climbed by 0.31% to $58.0 million in 2025, then advanced by 0.75% to $58.5 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were $58.5 million in Q3 2026, $50.1 million in Q2 2026, and $51.1 million in Q1 2026.
Peer Comparison
National Beverage Operating Income 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=operating-income&ticker=FIZZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=FIZZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();