People (PPLI) Non Operating Investment Income (2020 - 2026)
People's (PPLI) quarterly Non Operating Investment Income came in at $721.7 million in Q2 2026, up 134.74% on a YoY basis from $307.4 million in Q2 2025, and up 2022.28% quarter-over-quarter from $34.0 million in Q1 2026.
People (PPLI) Non Operating Investment Income (2020 - 2026) Analysis & Trends
People (PPLI) has reported Non Operating Investment Income for 7 consecutive years, with $721.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Investment Income rose 134.74% year-over-year to $721.7 million; the trailing twelve-month figure through Jun 2026 stood at $891.7 million (up 237.08% YoY), and the FY2025 full-year result was $119.2 million, up 118.36% from the prior year.
- Non Operating Investment Income climbed to $721.7 million in Q2 2026 per PPLI's latest filing, from $34.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $721.7 million in Q2 2026 and bottomed at -$825.3 million in Q2 2022.
- Historically, Non Operating Investment Income has averaged $12.4 million across 5 years, with a median of $25.7 million in 2025.
- The widest YoY moves for Non Operating Investment Income: up 476.26% in 2023, down 1189.81% in 2023.
- Over 5 years, Non Operating Investment Income stood at $246.6 million in 2022, then soared by 107.87% to $512.6 million in 2023, then slumped by 156.06% to -$287.4 million in 2024, then jumped by 141.25% to $118.5 million in 2025, then surged by 508.88% to $721.7 million in 2026.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered $721.7 million, $34.0 million, and $118.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | - |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | - |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | - |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | - |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | - |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | 721.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 721.68 Mn |
| Mar 31, 2026 | 34.01 Mn |
| Dec 31, 2025 | 118.53 Mn |
| Sep 30, 2025 | 17.48 Mn |
| Jun 30, 2025 | 307.44 Mn |
| Mar 31, 2025 | -324.27 Mn |
| Dec 31, 2024 | -287.37 Mn |
| Sep 30, 2024 | -346.27 Mn |
| Jun 30, 2024 | -179.28 Mn |
| Mar 31, 2024 | 163.75 Mn |
| Dec 31, 2023 | 512.61 Mn |
| Sep 30, 2023 | -463.42 Mn |
| Jun 30, 2023 | -32.36 Mn |
| Mar 31, 2023 | 704.84 Mn |
| Dec 31, 2022 | 246.60 Mn |
| Sep 30, 2022 | 42.52 Mn |
| Jun 30, 2022 | -825.31 Mn |
| Mar 31, 2022 | -187.33 Mn |
| Dec 31, 2021 | 102.13 Mn |
| Sep 30, 2021 | 29.52 Mn |
People Non Operating Investment 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=non-operating-investment-income&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "PPLI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();