Coca Cola (KO) Raw Materials (2009 - 2018)
Coca Cola (KO) posted Raw Materials of $1.9 billion for Q4 2018, up 7.69% on a QoQ basis from $1.7 billion in Q4 2017, and up 7.69% year-over-year from $1.7 billion in Q4 2017.
Coca Cola (KO) Raw Materials (2009 - 2018) Analysis & Trends
Coca Cola has reported Raw Materials for 10 years, with the latest figure at $1.9 billion in Q4 2018.
- On a quarterly basis, Raw Materials rose 7.69% year-over-year to $1.9 billion in Q4 2018; TTM through Dec 2018 was $1.9 billion, a 7.69% increase from a year earlier, with the FY2018 full-year figure at $1.9 billion, up 7.69% from the prior year.
- Raw Materials was $1.9 billion for Q4 2018 at Coca Cola, up from $1.7 billion in the prior quarter.
- The five-year high for Raw Materials was $1.9 billion in Q4 2018, with the low at $1.6 billion in Q4 2015.
- Average Raw Materials over 5 years is $1.7 billion, with a median of $1.6 billion recorded in 2014.
- The sharpest annual moves came in 2014 and 2017: Raw Materials retreated 4.55% in 2014, then rose 10.48% in 2017.
- Over 5 years, Raw Materials stood at $1.6 billion in 2014, then retreated by 3.16% to $1.6 billion in 2015, then increased by 0.06% to $1.6 billion in 2016, then grew by 10.48% to $1.7 billion in 2017, then advanced by 7.69% to $1.9 billion in 2018.
- The last three Raw Materials figures came in at $1.9 billion (Q4 2018), $1.7 billion (Q4 2017), and $1.6 billion (Q4 2016), 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 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 1.86 Bn |
| Dec 31, 2017 | 1.73 Bn |
| Dec 31, 2016 | 1.57 Bn |
| Dec 31, 2015 | 1.56 Bn |
| Dec 31, 2014 | 1.62 Bn |
| Dec 31, 2013 | 1.69 Bn |
| Dec 31, 2012 | 1.77 Bn |
| Dec 31, 2011 | 1.68 Bn |
| Jul 1, 2011 | 1.75 Bn |
| Apr 1, 2011 | 1.59 Bn |
| Dec 31, 2010 | 1.43 Bn |
| Oct 1, 2010 | 1.32 Bn |
| Jul 2, 2010 | 1.43 Bn |
| Dec 31, 2009 | 1.37 Bn |
Coca Cola Raw Materials 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=raw-materials&ticker=KO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "KO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=raw-materials&ticker=KO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();