People (PPLI) Cash from Discontinued Operations (2020 - 2026)
People's (PPLI) quarterly Cash from Discontinued Operations came in at -$16.0 million in Q2 2026, down 466.25% on a YoY basis from $4.4 million in Q2 2025, and down 395.89% quarter-over-quarter from $5.4 million in Q1 2026.
People (PPLI) Cash from Discontinued Operations (2020 - 2026) Analysis & Trends
People (PPLI) has reported Cash from Discontinued Operations for 5 consecutive years, with -$16.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Discontinued Operations fell 466.25% year-over-year to -$16.0 million; the trailing twelve-month figure through Jun 2026 stood at -$42.4 million (down 141.5% YoY), and the FY2025 full-year result was -$2.8 million, down 101.7% from the prior year.
- Cash from Discontinued Operations eased to -$16.0 million in Q2 2026 per PPLI's latest filing, from $5.4 million in the prior quarter.
- Across five years, Cash from Discontinued Operations topped out at $65.1 million in Q2 2024 and bottomed at -$31.8 million in Q3 2025.
- Historically, Cash from Discontinued Operations has averaged $16.5 million across 3 years, with a median of $23.8 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Cash from Discontinued Operations rose 3.32% in 2025, then slumped 466.25% in 2026.
- Over 3 years, Cash from Discontinued Operations stood at $41.9 million in 2024, then plunged by 175.87% to -$31.8 million in 2025, then jumped by 49.46% to -$16.0 million in 2026.
- According to Business Quant data, Cash from Discontinued Operations over the past three periods registered -$16.0 million, $5.4 million, and -$31.8 million for Q2 2026, Q1 2026, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | - |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | - |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | - |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | - |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | -26.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | - |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | - |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | -16.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.05 Mn |
| Mar 31, 2026 | 5.42 Mn |
| Sep 30, 2025 | -31.76 Mn |
| Jun 30, 2025 | 4.38 Mn |
| Mar 31, 2025 | 24.62 Mn |
| Dec 31, 2024 | 41.86 Mn |
| Sep 30, 2024 | 31.28 Mn |
| Jun 30, 2024 | 65.10 Mn |
| Mar 31, 2024 | 23.83 Mn |
| Jun 30, 2021 | 16.40 Mn |
| Mar 31, 2021 | 1.66 Mn |
| Dec 31, 2020 | 14.39 Mn |
| Sep 30, 2020 | 18.23 Mn |
People Cash 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=cash-from-discontinued-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();