Coca-Cola Consolidated (COKE) Gains from Investment Securities (2014 - 2016)
Coca-Cola Consolidated (COKE) posted Gains from Investment Securities of $16.3 million for Q3 2016, down 5.11% on a QoQ basis from $17.2 million in Q2 2016, and up 367.75% year-over-year from $3.5 million in Q3 2015.
Coca-Cola Consolidated (COKE) Gains from Investment Securities (2014 - 2016) Analysis & Trends
Coca-Cola Consolidated has reported Gains from Investment Securities for 3 years, with the latest figure at $16.3 million in Q3 2016.
- On a quarterly basis, Gains from Investment Securities rose 367.75% year-over-year to $16.3 million in Q3 2016; TTM through Jul 2016 was $38.0 million, a 43070.45% increase from a year earlier, with the FY2016 full-year figure at $3.6 million, up 232.03% from the prior year.
- Gains from Investment Securities was $16.3 million for Q3 2016 at Coca-Cola Consolidated, down from $17.2 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $17.2 million in Q2 2016, with the low at -$6.1 million in Q2 2015.
- Average Gains from Investment Securities over 3 years is $5.4 million, with a median of $4.0 million recorded in 2015.
- The largest YoY upside for Gains from Investment Securities was 367.75% in 2016 against a maximum downside of 46.8% in 2016.
- Over 3 years, Gains from Investment Securities stood at $1.1 million in 2014, then jumped by 270.66% to $4.0 million in 2015, then soared by 307.67% to $16.3 million in 2016.
- The last three Gains from Investment Securities figures came in at $16.3 million (Q3 2016), $17.2 million (Q2 2016), and $573000.0 (Q1 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 | Coca-Cola Consolidated | 10.60 Bn | 10.42 Bn | 778.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2016 | 16.27 Mn |
| Apr 3, 2016 | 17.15 Mn |
| Jan 3, 2016 | 573,000.00 |
| Sep 27, 2015 | 3.99 Mn |
| Jun 28, 2015 | -6.08 Mn |
| Mar 29, 2015 | 5.09 Mn |
| Dec 28, 2014 | 1.08 Mn |
Coca-Cola Consolidated Gains from Investment Securities 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=gains-from-investment-securities&ticker=COKE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=COKE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();