Coca Cola (KO) Income from Discontinued Operations (2017 - 2019)
Coca Cola (KO) posted Income from Discontinued Operations of $57.0 million for Q1 2019, down 57.78% on a QoQ basis from $135.0 million in Q4 2018, and down 21.92% year-over-year from $73.0 million in Q1 2018.
Coca Cola (KO) Income from Discontinued Operations (2017 - 2019) Analysis & Trends
Coca Cola has reported Income from Discontinued Operations for 3 years, with the latest figure at $57.0 million in Q1 2019.
- On a quarterly basis, Income from Discontinued Operations fell 21.92% year-over-year to $57.0 million in Q1 2019; TTM through Mar 2019 was -$267.0 million, a 253.45% decrease from a year earlier, with the FY2018 full-year figure at -$251.0 million, down 348.51% from the prior year.
- Income from Discontinued Operations was $57.0 million for Q1 2019 at Coca Cola, down from $135.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $135.0 million in Q4 2018, with the low at -$501.0 million in Q3 2018.
- Average Income from Discontinued Operations over 3 years is -$15.5 million, with a median of $65.0 million recorded in 2018.
- The sharpest annual moves came in 2018 and 2019: Income from Discontinued Operations soared 33.66% in 2018, then slipped 21.92% in 2019.
- Over 3 years, Income from Discontinued Operations stood at $101.0 million in 2017, then jumped by 33.66% to $135.0 million in 2018, then slumped by 57.78% to $57.0 million in 2019.
- The last three Income from Discontinued Operations figures came in at $57.0 million (Q1 2019), $135.0 million (Q4 2018), and -$501.0 million (Q3 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Mar 29, 2019 | 57.00 Mn |
| Dec 31, 2018 | 135.00 Mn |
| Sep 28, 2018 | -501.00 Mn |
| Jun 29, 2018 | 42.00 Mn |
| Mar 30, 2018 | 73.00 Mn |
| Dec 31, 2017 | 101.00 Mn |
Coca Cola Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=KO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=KO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();