Pepsico (PEP) EPS (Diluted) (2009 - 2026)
Analysis
Pepsico (PEP) EPS (Diluted) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 1.03 |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | 0.00 |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 2.19 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 0.30 |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 0.07 |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 0.15 |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | - |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 3.90 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 13, 2026 | 2.19 |
| Mar 21, 2026 | 0.06 |
| Dec 27, 2025 | 1.86 |
| Sep 6, 2025 | 1.91 |
| Jun 14, 2025 | 0.93 |
| Mar 22, 2025 | 0.03 |
| Dec 28, 2024 | 1.11 |
| Sep 7, 2024 | 2.14 |
| Jun 15, 2024 | -1.10 |
| Mar 23, 2024 | 0.01 |
| Dec 30, 2023 | 0.96 |
| Sep 9, 2023 | 2.25 |
| Jun 17, 2023 | 2.00 |
| Mar 25, 2023 | 1.40 |
| Dec 31, 2022 | 0.39 |
| Sep 3, 2022 | 1.96 |
| Jun 11, 2022 | 1.04 |
| Mar 19, 2022 | 3.07 |
| Dec 25, 2021 | 0.97 |
| Sep 4, 2021 | 1.61 |
API Access
Pepsico EPS (Diluted) 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=eps-diluted&ticker=PEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=PEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();