Pepsico (PEP) Long-Term Investments (2009 - 2026)
Pepsico's (PEP) quarterly Long-Term Investments came in at $2.2 billion in Q2 2026, up 5.77% year-over-year from $2.1 billion in Q2 2025, and up 2.11% quarter-over-quarter from $2.1 billion in Q1 2026.
Pepsico (PEP) Long-Term Investments (2009 - 2026) Analysis & Trends
Pepsico (PEP) has reported Long-Term Investments for 18 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Long-Term Investments rose 5.77% year-over-year to $2.2 billion in Q2 2026; TTM through Jun 2026 was $2.2 billion, a 5.77% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 2.67% from the prior year.
- Long-Term Investments was $2.2 billion for Q2 2026 at Pepsico, up from $2.1 billion in the prior quarter.
- Over five years, Long-Term Investments peaked at $3.6 billion in Q1 2022 and troughed at $2.0 billion in Q4 2024.
- A 5-year average of $2.7 billion and a median of $2.7 billion in 2023 frame the typical range for Long-Term Investments.
- Across the five-year window, Long-Term Investments soared 30.77% in 2022 and dropped 26.99% in 2025, its largest moves.
- Over 5 years, Long-Term Investments stood at $3.1 billion in 2022, then slipped by 11.68% to $2.7 billion in 2023, then declined by 26.86% to $2.0 billion in 2024, then increased by 2.67% to $2.0 billion in 2025, then climbed by 6.97% to $2.2 billion in 2026.
- The last three Long-Term Investments figures came in at $2.2 billion (Q2 2026), $2.1 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 20.78 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | 5.28 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 | 2.18 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 781.31 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 212.91 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 39.58 Mn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 1.73 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 92.23 Bn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 13, 2026 | 2.18 Bn |
| Mar 21, 2026 | 2.14 Bn |
| Dec 27, 2025 | 2.04 Bn |
| Sep 6, 2025 | 2.08 Bn |
| Jun 14, 2025 | 2.06 Bn |
| Mar 22, 2025 | 2.00 Bn |
| Dec 28, 2024 | 1.99 Bn |
| Sep 7, 2024 | 2.65 Bn |
| Jun 15, 2024 | 2.67 Bn |
| Mar 23, 2024 | 2.73 Bn |
| Dec 30, 2023 | 2.71 Bn |
| Sep 9, 2023 | 2.96 Bn |
| Jun 17, 2023 | 3.04 Bn |
| Mar 25, 2023 | 3.12 Bn |
| Dec 31, 2022 | 3.07 Bn |
| Sep 3, 2022 | 3.22 Bn |
| Jun 11, 2022 | 3.52 Bn |
| Mar 19, 2022 | 3.60 Bn |
| Dec 25, 2021 | 2.35 Bn |
| Sep 4, 2021 | 2.79 Bn |
Pepsico Long-Term Investments 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=long-term-investments&ticker=PEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=PEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();