Pepsico (PEP) Retained Earnings (2009 - 2026)
Pepsico's (PEP) quarterly Retained Earnings came in at $74.1 billion in Q2 2026, up 560.63% year-over-year from $11.2 billion in Q2 2025, and up 616.78% quarter-over-quarter from -$14.3 billion in Q1 2026.
Pepsico (PEP) Retained Earnings (2009 - 2026) Analysis & Trends
Pepsico (PEP) has reported Retained Earnings for 18 consecutive years, with $74.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 560.63% year-over-year to $74.1 billion in Q2 2026; TTM through Jun 2026 was $74.1 billion, a 560.63% increase from a year earlier, with the FY2025 full-year figure at $72.8 billion, up 513.29% from the prior year.
- Retained Earnings was $74.1 billion for Q2 2026 at Pepsico, up from -$14.3 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $74.1 billion in Q2 2026 and troughed at -$17.6 billion in Q4 2024.
- A 5-year average of -$897.3 million and a median of -$15.4 billion in 2022 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings retreated 13.38% in 2024 and soared 560.63% in 2026, its largest moves.
- Over 5 years, Retained Earnings stood at -$15.3 billion in 2022, then retreated by 1.52% to -$15.5 billion in 2023, then slipped by 13.38% to -$17.6 billion in 2024, then jumped by 513.29% to $72.8 billion in 2025, then advanced by 1.82% to $74.1 billion in 2026.
- The last three Retained Earnings figures came in at $74.1 billion (Q2 2026), -$14.3 billion (Q1 2026), and $72.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 84.17 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | 8.29 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 | 74.12 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 10.51 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 20.82 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 10.27 Bn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 5.33 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 1,253.67 Bn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 14.05 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 13, 2026 | 74.12 Bn |
| Mar 21, 2026 | -14.34 Bn |
| Dec 27, 2025 | 72.79 Bn |
| Sep 6, 2025 | 72.20 Bn |
| Jun 14, 2025 | -16.09 Bn |
| Mar 22, 2025 | -17.08 Bn |
| Dec 28, 2024 | -17.61 Bn |
| Sep 7, 2024 | -16.65 Bn |
| Jun 15, 2024 | -15.79 Bn |
| Mar 23, 2024 | -15.18 Bn |
| Dec 30, 2023 | -15.53 Bn |
| Sep 9, 2023 | -15.79 Bn |
| Jun 17, 2023 | -15.78 Bn |
| Mar 25, 2023 | -15.60 Bn |
| Dec 31, 2022 | -15.30 Bn |
| Sep 3, 2022 | -14.74 Bn |
| Jun 11, 2022 | -14.42 Bn |
| Mar 19, 2022 | -15.34 Bn |
| Dec 25, 2021 | -14.90 Bn |
| Sep 4, 2021 | -15.13 Bn |
Pepsico Retained Earnings 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=retained-earnings&ticker=PEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "PEP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=PEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();