People (PPLI) Income from Discontinued Operations (2020 - 2026)
People's (PPLI) quarterly Income from Discontinued Operations came in at -$4.2 million in Q2 2026, down 121.83% on a YoY basis from $19.4 million in Q2 2025, and up 94.4% quarter-over-quarter from -$75.6 million in Q1 2026.
People (PPLI) Income from Discontinued Operations (2020 - 2026) Analysis & Trends
People (PPLI) has reported Income from Discontinued Operations for 6 consecutive years, with -$4.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Discontinued Operations fell 121.83% year-over-year to -$4.2 million; the trailing twelve-month figure through Jun 2026 stood at -$79.9 million (down 176.63% YoY), and the FY2025 full-year result was $15.3 million, down 61.63% from the prior year.
- Income from Discontinued Operations rose to -$4.2 million in Q2 2026 per PPLI's latest filing, from -$75.6 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $43.8 million in Q1 2025 and bottomed at -$75.6 million in Q1 2026.
- Historically, Income from Discontinued Operations has averaged $2.0 million across 4 years, with a median of $1.1 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Income from Discontinued Operations surged 1078.85% in 2025, then tumbled 272.8% in 2026.
- Over 4 years, Income from Discontinued Operations stood at -$2.7 million in 2022, then jumped by 185.22% to $2.3 million in 2024, then tumbled by 101.13% to -$26000.0 in 2025, then tumbled by 16203.85% to -$4.2 million in 2026.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$4.2 million, -$75.6 million, and -$26000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -2.00 Mn |
| 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 | -4.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.24 Mn |
| Mar 31, 2026 | -75.64 Mn |
| Dec 31, 2025 | -26,000.00 |
| Jun 30, 2025 | 19.42 Mn |
| Mar 31, 2025 | 43.77 Mn |
| Dec 31, 2024 | 2.30 Mn |
| Sep 30, 2024 | 38.78 Mn |
| Jun 30, 2024 | 3.23 Mn |
| Mar 31, 2024 | -4.47 Mn |
| Dec 31, 2022 | -2.70 Mn |
| Jun 30, 2021 | -11.79 Mn |
| Mar 31, 2021 | 9.96 Mn |
| Dec 31, 2020 | 691,000.00 |
| Sep 30, 2020 | -1.86 Mn |
| Jun 30, 2020 | -8.06 Mn |
People Income from Discontinued 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-discontinued-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-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-discontinued-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();