Pepsico Inc has paid 91 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Pepsico Inc is $1.48. The latest distribution of $1.48 was recorded on Sep 30, 2026.
The most recently recorded trailing dividend yield for Pepsico Inc stands at 439.49%, peaking at 441.50% on Sep 21, 2026, and averaging — across the selected range.
View 91 recorded historical distributions for Pepsico Inc, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 4, 2026 | $1.48 | Cash | Sep 30, 2026 |
| 2 | Jun 5, 2026 | $1.48 | Cash | Jun 30, 2026 |
| 3 | Mar 6, 2026 | $1.42 | Cash | Mar 31, 2026 |
| 4 | Dec 5, 2025 | $1.42 | Cash | Jan 6, 2026 |
| 5 | Sep 5, 2025 | $1.42 | Cash | Sep 30, 2025 |
| 6 | Jun 6, 2025 | $1.42 | Cash | Jun 30, 2025 |
| 7 | Mar 7, 2025 | $1.35 | Cash | Mar 31, 2025 |
| 8 | Dec 6, 2024 | $1.35 | Cash | Jan 6, 2025 |
| 9 | Sep 6, 2024 | $1.35 | Cash | Sep 30, 2024 |
| 10 | Jun 7, 2024 | $1.35 | Cash | Jun 28, 2024 |
| 11 | Feb 29, 2024 | $1.26 | Cash | Apr 1, 2024 |
| 12 | Nov 30, 2023 | $1.26 | Cash | Jan 5, 2024 |
| 13 | Aug 31, 2023 | $1.26 | Cash | Sep 29, 2023 |
| 14 | Jun 1, 2023 | $1.26 | Cash | Jun 30, 2023 |
| 15 | Mar 2, 2023 | $1.15 | Cash | Mar 31, 2023 |
| 16 | Dec 1, 2022 | $1.15 | Cash | Jan 6, 2023 |
| 17 | Sep 1, 2022 | $1.15 | Cash | Sep 30, 2022 |
| 18 | Jun 2, 2022 | $1.15 | Cash | Jun 30, 2022 |
| 19 | Mar 3, 2022 | $1.07 | Cash | Mar 31, 2022 |
| 20 | Dec 2, 2021 | $1.07 | Cash | Jan 7, 2022 |
Pull Pepsico Inc's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=PEP&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "PEP", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=PEP&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();