Coca-Cola Consolidated (COKE) Other Non Operating Income (2012 - 2026)
Coca-Cola Consolidated (COKE) posted Other Non Operating Income of -$1.0 million for Q3 2026, down 19.27% on a QoQ basis from -$851000.0 in Q2 2026, and down 34.62% year-over-year from -$1.6 million in Q3 2025.
Coca-Cola Consolidated (COKE) Other Non Operating Income (2012 - 2026) Analysis & Trends
Coca-Cola Consolidated has reported Other Non Operating Income for 15 years, with the latest figure at -$1.0 million in Q3 2026.
- On a quarterly basis, Other Non Operating Income fell 34.62% year-over-year to -$1.0 million in Q3 2026; TTM through Jul 2026 was -$3.5 million, a 33.36% decrease from a year earlier, with the FY2025 full-year figure at -$3.2 million, down 17.79% from the prior year.
- Other Non Operating Income was -$1.0 million for Q3 2026 at Coca-Cola Consolidated, down from -$851000.0 in the prior quarter.
- The five-year high for Other Non Operating Income was $18.8 million in Q4 2022, with the low at -$24.7 million in Q3 2022.
- Average Other Non Operating Income over 5 years is -$1.2 million, with a median of -$749500.0 recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Other Non Operating Income soared 127.2% in 2022, then plunged 199.31% in 2025.
- Over 5 years, Other Non Operating Income stood at $18.8 million in 2022, then slumped by 103.15% to -$592000.0 in 2023, then grew by 27.03% to -$432000.0 in 2024, then slumped by 199.31% to -$1.3 million in 2025, then gained by 21.5% to -$1.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$1.0 million (Q3 2026), -$851000.0 (Q2 2026), and -$1.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn |
| 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 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn |
| 10 | Coca-Cola Consolidated | 10.60 Bn | 10.42 Bn | 778.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -1.02 Mn |
| Apr 3, 2026 | -851,000.00 |
| Dec 31, 2025 | -1.29 Mn |
| Sep 26, 2025 | -367,000.00 |
| Jun 27, 2025 | -754,000.00 |
| Mar 28, 2025 | -745,000.00 |
| Dec 31, 2024 | -432,000.00 |
| Sep 27, 2024 | -713,000.00 |
| Jun 28, 2024 | -709,000.00 |
| Mar 29, 2024 | -828,000.00 |
| Dec 31, 2023 | -592,000.00 |
| Sep 29, 2023 | -609,000.00 |
| Jun 30, 2023 | -2.27 Mn |
| Mar 31, 2023 | -2.27 Mn |
| Dec 31, 2022 | 18.80 Mn |
| Sep 30, 2022 | -24.75 Mn |
| Jul 1, 2022 | -6.20 Mn |
| Apr 1, 2022 | 3.28 Mn |
| Dec 31, 2021 | 89.81 Mn |
| Oct 1, 2021 | -34.98 Mn |
Coca-Cola Consolidated Other Non 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=other-non-operating-income&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "COKE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();