Pepsico (PEP) Other Non Operating Income (2014 - 2026)
Pepsico's (PEP) quarterly Other Non Operating Income came in at -$9.0 million in Q1 2026, up 30.77% year-over-year from -$6.9 million in Q1 2025, and down 137.5% quarter-over-quarter from $24.0 million in Q2 2025.
Pepsico (PEP) Other Non Operating Income (2014 - 2026) Analysis & Trends
Pepsico (PEP) has reported Other Non Operating Income for 12 consecutive years, with -$9.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Other Non Operating Income rose 30.77% year-over-year to -$9.0 million in Q1 2026; TTM through Mar 2026 was -$9.0 million, a 137.5% decrease from a year earlier, with the FY2022 full-year figure at -$12.9 billion, down 5.19% from the prior year.
- Other Non Operating Income was -$9.0 million for Q1 2026 at Pepsico, down from $24.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $24.0 million in Q2 2025 and troughed at -$12.9 billion in Q4 2022.
- A 4-year average of -$2.2 billion and a median of -$12.0 million in 2024 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income slipped 5.19% in 2022 and soared 318.18% in 2025, its largest moves.
- Over 4 years, Other Non Operating Income stood at -$12.9 billion in 2022, then surged by 99.92% to -$11.0 million in 2024, then soared by 318.18% to $24.0 million in 2025, then slumped by 137.5% to -$9.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$9.0 million (Q1 2026), $24.0 million (Q2 2025), and -$13.0 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn |
| 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 |
| 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 |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 21, 2026 | -9.00 Mn |
| Jun 14, 2025 | 24.00 Mn |
| Mar 22, 2025 | -13.00 Mn |
| Jun 15, 2024 | -11.00 Mn |
| Mar 23, 2024 | -13.00 Mn |
| Dec 31, 2022 | -12.95 Bn |
| Dec 25, 2021 | -12.31 Bn |
| Dec 26, 2020 | -11.94 Bn |
| Dec 28, 2019 | 61.00 Mn |
| Sep 7, 2019 | 38.00 Mn |
| Dec 29, 2018 | 58.00 Mn |
| Sep 8, 2018 | 81.00 Mn |
| Dec 30, 2017 | -10.28 Bn |
| Dec 31, 2016 | -11.39 Bn |
| Dec 26, 2015 | -11.08 Bn |
| Dec 27, 2014 | -8.26 Bn |
Pepsico Other Non Operating 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=other-non-operating-income&ticker=PEP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=PEP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();