People (PPLI) Cash from Operations (2019 - 2026)
People's (PPLI) quarterly Cash from Operations came in at $45.7 million in Q2 2026, up 739.79% on a YoY basis from $5.4 million in Q2 2025, and up 358.33% quarter-over-quarter from $10.0 million in Q1 2026.
People (PPLI) Cash from Operations (2019 - 2026) Analysis & Trends
People (PPLI) has reported Cash from Operations for 8 consecutive years, with $45.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations rose 739.79% year-over-year to $45.7 million; the trailing twelve-month figure through Jun 2026 stood at $154.1 million (up 57.49% YoY), and the FY2025 full-year result was $64.0 million, down 66.73% from the prior year.
- Cash from Operations climbed to $45.7 million in Q2 2026 per PPLI's latest filing, from $10.0 million in the prior quarter.
- Across five years, Cash from Operations topped out at $103.1 million in Q2 2023 and bottomed at -$94.2 million in Q3 2022.
- Historically, Cash from Operations has averaged $17.0 million across 5 years, with a median of $19.6 million in 2022.
- The sharpest annual moves came in 2023 and 2026: Cash from Operations slumped 438.85% in 2023, then surged 739.79% in 2026.
- Over 5 years, Cash from Operations stood at $19.3 million in 2022, then plunged by 438.85% to -$65.3 million in 2023, then surged by 204.46% to $68.2 million in 2024, then plunged by 46.4% to $36.6 million in 2025, then gained by 24.85% to $45.7 million in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered $45.7 million, $10.0 million, and $36.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 3.38 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 3.72 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 3.77 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | 1.27 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 3.66 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | 549.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 1.48 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | 494.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | 316.91 Mn |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | 45.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 45.67 Mn |
| Mar 31, 2026 | 9.96 Mn |
| Dec 31, 2025 | 36.58 Mn |
| Sep 30, 2025 | 61.91 Mn |
| Jun 30, 2025 | -7.14 Mn |
| Mar 31, 2025 | -27.31 Mn |
| Dec 31, 2024 | 68.24 Mn |
| Sep 30, 2024 | 64.07 Mn |
| Jun 30, 2024 | 19.93 Mn |
| Mar 31, 2024 | 40.23 Mn |
| Dec 31, 2023 | -65.32 Mn |
| Sep 30, 2023 | 14.39 Mn |
| Jun 30, 2023 | 103.09 Mn |
| Mar 31, 2023 | 25.17 Mn |
| Dec 31, 2022 | 19.28 Mn |
| Sep 30, 2022 | -94.16 Mn |
| Jun 30, 2022 | -20.81 Mn |
| Mar 31, 2022 | 12.90 Mn |
| Dec 31, 2021 | -90.73 Mn |
| Sep 30, 2021 | 32.64 Mn |
People Cash from 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-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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-operations&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();