Coca-Cola Consolidated (COKE) Change in Inventory (2012 - 2019)
Coca-Cola Consolidated (COKE) posted Change in Inventory of -$5.8 million for Q4 2019, down 782.2% on a QoQ basis from $854000.0 in Q3 2019, and up 70.66% year-over-year from -$3.4 million in Q4 2018.
Coca-Cola Consolidated (COKE) Change in Inventory (2012 - 2019) Analysis & Trends
Coca-Cola Consolidated has reported Change in Inventory for 8 years, with the latest figure at -$5.8 million in Q4 2019.
- On a quarterly basis, Change in Inventory rose 70.66% year-over-year to -$5.8 million in Q4 2019; TTM through Dec 2019 was $15.9 million, a 39.83% decrease from a year earlier, with the FY2019 full-year figure at $15.9 million, down 39.83% from the prior year.
- Change in Inventory was -$5.8 million for Q4 2019 at Coca-Cola Consolidated, down from $854000.0 in the prior quarter.
- The five-year high for Change in Inventory was $23.5 million in Q2 2018, with the low at -$21.8 million in Q4 2017.
- Average Change in Inventory over 5 years is $3.3 million, with a median of $5.8 million recorded in 2015.
- The sharpest annual moves came in 2018 and 2019: Change in Inventory jumped 158.09% in 2018, then tumbled 89.08% in 2019.
- Over 5 years, Change in Inventory stood at -$2.6 million in 2015, then jumped by 401.01% to $7.8 million in 2016, then tumbled by 380.03% to -$21.8 million in 2017, then grew by 8.82% to -$19.9 million in 2018, then soared by 70.66% to -$5.8 million in 2019.
- The last three Change in Inventory figures came in at -$5.8 million (Q4 2019), $854000.0 (Q3 2019), and $10.6 million (Q2 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (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 | 487.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 40.28 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -43.55 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 | -234.00 Mn |
| 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 |
|---|---|
| Dec 29, 2019 | -5.83 Mn |
| Sep 29, 2019 | 854,000.00 |
| Jun 30, 2019 | 10.58 Mn |
| Mar 31, 2019 | 10.28 Mn |
| Dec 30, 2018 | -19.86 Mn |
| Sep 30, 2018 | 7.82 Mn |
| Jul 1, 2018 | 14.91 Mn |
| Apr 1, 2018 | 23.55 Mn |
| Dec 31, 2017 | -21.78 Mn |
| Oct 1, 2017 | 3.98 Mn |
| Jul 2, 2017 | 5.78 Mn |
| Apr 2, 2017 | 9.50 Mn |
| Jan 1, 2017 | -12.80 Mn |
| Apr 3, 2016 | 7.78 Mn |
| Sep 27, 2015 | -2.58 Mn |
| Jun 28, 2015 | 5.80 Mn |
| Mar 29, 2015 | 17.88 Mn |
| Dec 28, 2014 | -11.49 Mn |
| Sep 28, 2014 | -3.19 Mn |
| Jun 29, 2014 | 5.84 Mn |
Coca-Cola Consolidated Change in Inventory 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=change-in-inventory&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();