Coca-Cola Consolidated (COKE) Interest & Investment Income (2023 - 2026)
Coca-Cola Consolidated (COKE) posted Interest & Investment Income of -$30.5 million for Q3 2026, up 4.93% on a QoQ basis from -$32.1 million in Q2 2026, and down 412.46% year-over-year from $9.8 million in Q3 2025.
Coca-Cola Consolidated (COKE) Interest & Investment Income (2023 - 2026) Analysis & Trends
Coca-Cola Consolidated has reported Interest & Investment Income for 4 years, with the latest figure at -$30.5 million in Q3 2026.
- On a quarterly basis, Interest & Investment Income fell 412.46% year-over-year to -$30.5 million in Q3 2026; TTM through Jul 2026 was -$92.4 million, a 386.16% decrease from a year earlier, with the FY2025 full-year figure at -$42.7 million, down 2209.42% from the prior year.
- Interest & Investment Income was -$30.5 million for Q3 2026 at Coca-Cola Consolidated, up from -$32.1 million in the prior quarter.
- The five-year high for Interest & Investment Income was $3.7 million in Q4 2023, with the low at -$32.1 million in Q2 2026.
- Average Interest & Investment Income over 4 years is -$7.9 million, with a median of -$4.0 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Interest & Investment Income jumped 219.73% in 2024, then sank 529.7% in 2025.
- Over 4 years, Interest & Investment Income stood at $3.7 million in 2023, then plunged by 208.5% to -$4.0 million in 2024, then tumbled by 529.7% to -$25.2 million in 2025, then retreated by 21.11% to -$30.5 million in 2026.
- The last three Interest & Investment Income figures came in at -$30.5 million (Q3 2026), -$32.1 million (Q2 2026), and -$25.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 198.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 | 39.30 Mn |
| 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 | -96.04 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 | - |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 10.78 Mn |
| 10 | Coca-Cola Consolidated | 10.60 Bn | 10.42 Bn | 778.41 Mn | -30.48 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -30.48 Mn |
| Apr 3, 2026 | -32.06 Mn |
| Dec 31, 2025 | -25.17 Mn |
| Sep 26, 2025 | -4.69 Mn |
| Jun 27, 2025 | -5.95 Mn |
| Mar 28, 2025 | -6.87 Mn |
| Dec 31, 2024 | -4.00 Mn |
| Sep 27, 2024 | -2.19 Mn |
| Jun 28, 2024 | 1.62 Mn |
| Mar 29, 2024 | 2.72 Mn |
| Dec 31, 2023 | 3.68 Mn |
| Sep 29, 2023 | 1.52 Mn |
| Jun 30, 2023 | -1.35 Mn |
Coca-Cola Consolidated Interest & Investment 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=interest-and-investment-income&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();