People (PPLI) Income from Continuing Operations (2019 - 2026)
People's (PPLI) quarterly Income from Continuing Operations came in at $514.7 million in Q2 2026, up 169.25% on a YoY basis from $191.2 million in Q2 2025, and up 23182.29% quarter-over-quarter from -$2.2 million in Q1 2026.
People (PPLI) Income from Continuing Operations (2019 - 2026) Analysis & Trends
People (PPLI) has reported Income from Continuing Operations for 8 consecutive years, with $514.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations rose 169.25% year-over-year to $514.7 million; the trailing twelve-month figure through Jun 2026 stood at $415.0 million (up 176.14% YoY), and the FY2025 full-year result was -$116.8 million, up 79.63% from the prior year.
- Income from Continuing Operations improved to $514.7 million in Q2 2026 per PPLI's latest filing, from -$2.2 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $514.7 million in Q2 2026 and bottomed at -$875.4 million in Q2 2022.
- Historically, Income from Continuing Operations has averaged -$62.5 million across 5 years, with a median of -$70.8 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Income from Continuing Operations surged 2891.7% in 2023, then tumbled 622.46% in 2025.
- Over 5 years, Income from Continuing Operations stood at -$13.0 million in 2022, then soared by 2891.7% to $363.2 million in 2023, then plunged by 155.54% to -$201.7 million in 2024, then surged by 62.41% to -$75.8 million in 2025, then surged by 778.9% to $514.7 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered $514.7 million, -$2.2 million, and -$75.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | 552.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 | 514.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 514.74 Mn |
| Mar 31, 2026 | -2.23 Mn |
| Dec 31, 2025 | -75.82 Mn |
| Sep 30, 2025 | -21.70 Mn |
| Jun 30, 2025 | 191.17 Mn |
| Mar 31, 2025 | -258.32 Mn |
| Dec 31, 2024 | -201.72 Mn |
| Sep 30, 2024 | -276.20 Mn |
| Jun 30, 2024 | -144.69 Mn |
| Mar 31, 2024 | 49.44 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 | -13.01 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 Income from Continuing Operations 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=income-from-continuing-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();