Keurig Dr Pepper (KDP) Equity Income (2009 - 2021)
Keurig Dr Pepper's (KDP) quarterly Equity Income came in at -$1.0 million in Q3 2021, little changed year-over-year from -$1.0 million in Q3 2020, and little changed quarter-over-quarter from -$1.0 million in Q2 2021.
Keurig Dr Pepper (KDP) Equity Income (2009 - 2021) Analysis & Trends
Keurig Dr Pepper (KDP) has reported Equity Income for 11 consecutive years, with -$1.0 million the latest figure, recorded in Q3 2021.
- On a quarterly basis, Equity Income changed 0.0% year-over-year to -$1.0 million in Q3 2021; TTM through Sep 2021 was -$3.0 million, a 90.0% increase from a year earlier, with the FY2017 full-year figure at -$2.0 million, changed 0.0% from the prior year.
- Equity Income was -$1.0 million for Q3 2021 at Keurig Dr Pepper, roughly flat from -$1.0 million in the prior quarter.
- Over five years, Equity Income peaked at -$1.0 million in Q2 2017 and troughed at -$15.0 million in Q1 2019.
- A 5-year average of -$5.8 million and a median of -$3.0 million in 2018 frame the typical range for Equity Income.
- Across the five-year window, Equity Income sank 300.0% in 2019 and surged 90.91% in 2020, its largest moves.
- Over 5 years, Equity Income stood at -$1.0 million in 2017, then slumped by 200.0% to -$3.0 million in 2018, then plunged by 266.67% to -$11.0 million in 2019, then surged by 90.91% to -$1.0 million in 2020, then changed by 0.0% to -$1.0 million in 2021.
- The last three Equity Income figures came in at -$1.0 million (Q3 2021), -$1.0 million (Q2 2021), and -$1.0 million (Q3 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 604.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 | - |
| 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 | -2.17 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 | - |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 1.83 Bn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | -1.00 Mn |
| Jun 30, 2021 | -1.00 Mn |
| Sep 30, 2020 | -1.00 Mn |
| Jun 30, 2020 | -3.00 Mn |
| Mar 31, 2020 | -15.00 Mn |
| Sep 30, 2019 | -11.00 Mn |
| Jun 30, 2019 | -12.00 Mn |
| Mar 31, 2019 | -15.00 Mn |
| Jun 30, 2018 | -3.00 Mn |
| Mar 31, 2018 | -6.00 Mn |
| Sep 30, 2017 | -1.00 Mn |
| Jun 30, 2017 | -1.00 Mn |
| Dec 31, 2016 | -1.00 Mn |
| Jun 30, 2014 | 1.00 Mn |
| Jun 30, 2013 | 1.00 Mn |
| Jun 30, 2011 | 1.00 Mn |
| Jun 30, 2010 | 1.00 Mn |
| Sep 30, 2009 | 1.00 Mn |
| Jun 30, 2009 | 1.00 Mn |
Keurig Dr Pepper Equity Income 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=equity-income&ticker=KDP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "ticker": "KDP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-income&ticker=KDP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();