People (PPLI) Consolidated Net Income (2019 - 2026)
People's (PPLI) quarterly Consolidated Net Income came in at $510.5 million in Q2 2026, up 142.41% on a YoY basis from $210.6 million in Q2 2025, and up 755.55% quarter-over-quarter from -$77.9 million in Q1 2026.
People (PPLI) Consolidated Net Income (2019 - 2026) Analysis & Trends
People (PPLI) has reported Consolidated Net Income for 8 consecutive years, with $510.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Consolidated Net Income rose 142.41% year-over-year to $510.5 million; the trailing twelve-month figure through Jun 2026 stood at $335.1 million (up 176.02% YoY), and the FY2025 full-year result was -$101.5 million, up 80.97% from the prior year.
- Consolidated Net Income advanced to $510.5 million in Q2 2026 per PPLI's latest filing, from -$77.9 million in the prior quarter.
- Across five years, Consolidated Net Income topped out at $510.5 million in Q2 2026 and bottomed at -$875.4 million in Q2 2022.
- Historically, Consolidated Net Income has averaged -$61.4 million across 5 years, with a median of -$76.9 million in 2025.
- The sharpest annual moves came in 2023 and 2025: Consolidated Net Income jumped 2411.9% in 2023, then tumbled 577.07% in 2025.
- Over 5 years, Consolidated Net Income stood at -$15.7 million in 2022, then surged by 2411.9% to $363.2 million in 2023, then plunged by 154.91% to -$199.4 million in 2024, then surged by 61.97% to -$75.8 million in 2025, then surged by 773.08% to $510.5 million in 2026.
- According to Business Quant data, Consolidated Net Income over the past three periods registered $510.5 million, -$77.9 million, and -$75.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 5.77 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.95 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 6.96 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 816.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 466.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 550.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 875.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 111.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 292.19 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | 510.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 510.50 Mn |
| Mar 31, 2026 | -77.87 Mn |
| Dec 31, 2025 | -75.85 Mn |
| Sep 30, 2025 | -21.70 Mn |
| Jun 30, 2025 | 210.59 Mn |
| Mar 31, 2025 | -214.55 Mn |
| Dec 31, 2024 | -199.42 Mn |
| Sep 30, 2024 | -237.41 Mn |
| Jun 30, 2024 | -141.47 Mn |
| Mar 31, 2024 | 44.97 Mn |
| Dec 31, 2023 | 363.20 Mn |
| Sep 30, 2023 | -392.02 Mn |
| Jun 30, 2023 | -91.63 Mn |
| Mar 31, 2023 | 415.32 Mn |
| Dec 31, 2022 | -15.71 Mn |
| Sep 30, 2022 | -65.81 Mn |
| Jun 30, 2022 | -875.39 Mn |
| Mar 31, 2022 | -240.86 Mn |
| Dec 31, 2021 | 7.50 Mn |
| Sep 30, 2021 | 61.05 Mn |
People Consolidated Net 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=consolidated-net-income&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-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=consolidated-net-income&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();