Coca-Cola Consolidated (COKE) Non Operating Interest Expenses (2010 - 2024)
Coca-Cola Consolidated (COKE) posted Non Operating Interest Expenses of -$2.7 million for Q1 2024, up 26.28% on a QoQ basis from -$3.7 million in Q4 2023, and down 192.73% year-over-year from $2.9 million in Q1 2023.
Coca-Cola Consolidated (COKE) Non Operating Interest Expenses (2010 - 2024) Analysis & Trends
Coca-Cola Consolidated has reported Non Operating Interest Expenses for 15 years, with the latest figure at -$2.7 million in Q1 2024.
- On a quarterly basis, Non Operating Interest Expenses fell 192.73% year-over-year to -$2.7 million in Q1 2024; TTM through Mar 2024 was -$6.6 million, a 132.78% decrease from a year earlier, with the FY2023 full-year figure at -$918000.0, down 103.7% from the prior year.
- Non Operating Interest Expenses was -$2.7 million for Q1 2024 at Coca-Cola Consolidated, up from -$3.7 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $9.6 million in Q1 2020, with the low at -$3.7 million in Q4 2023.
- Average Non Operating Interest Expenses over 5 years is $5.4 million, with a median of $7.7 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2023: Non Operating Interest Expenses dropped 7.99% in 2021, then tumbled 195.34% in 2023.
- Over 5 years, Non Operating Interest Expenses stood at $9.0 million in 2020, then slipped by 7.99% to $8.2 million in 2021, then slumped by 53.11% to $3.9 million in 2022, then sank by 195.34% to -$3.7 million in 2023, then increased by 26.28% to -$2.7 million in 2024.
- The last three Non Operating Interest Expenses figures came in at -$2.7 million (Q1 2024), -$3.7 million (Q4 2023), and -$1.5 million (Q3 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 369.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 | 130.59 Mn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 230.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -180.13 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | -356.20 Mn |
| 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 | -33.52 Mn |
| 10 | Coca-Cola Consolidated | 10.60 Bn | 10.42 Bn | 778.41 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 29, 2024 | -2.72 Mn |
| Dec 31, 2023 | -3.68 Mn |
| Sep 29, 2023 | -1.52 Mn |
| Jun 30, 2023 | 1.35 Mn |
| Mar 31, 2023 | 2.93 Mn |
| Dec 31, 2022 | 3.86 Mn |
| Sep 30, 2022 | 6.08 Mn |
| Jul 1, 2022 | 7.15 Mn |
| Apr 1, 2022 | 7.70 Mn |
| Dec 31, 2021 | 8.24 Mn |
| Oct 1, 2021 | 8.10 Mn |
| Jul 2, 2021 | 8.37 Mn |
| Apr 2, 2021 | 8.75 Mn |
| Dec 31, 2020 | 8.96 Mn |
| Sep 27, 2020 | 9.03 Mn |
| Jun 28, 2020 | 9.18 Mn |
| Mar 29, 2020 | 9.56 Mn |
| Dec 29, 2019 | 10.14 Mn |
| Sep 29, 2019 | 10.97 Mn |
| Jun 30, 2019 | 12.00 Mn |
Coca-Cola Consolidated Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();