People (PPLI) Cash from Investing Activities (2019 - 2026)
People's (PPLI) quarterly Cash from Investing Activities came in at -$11.1 million in Q2 2026, down 775.92% on a YoY basis from $1.6 million in Q2 2025, and down 104.28% quarter-over-quarter from $260.6 million in Q1 2026.
People (PPLI) Cash from Investing Activities (2019 - 2026) Analysis & Trends
People (PPLI) has reported Cash from Investing Activities for 8 consecutive years, with -$11.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 775.92% year-over-year to -$11.1 million; the trailing twelve-month figure through Jun 2026 stood at $218.5 million (up 175.23% YoY), and the FY2025 full-year result was -$404.6 million, down 223.65% from the prior year.
- Cash from Investing Activities declined to -$11.1 million in Q2 2026 per PPLI's latest filing, from $260.6 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $260.6 million in Q1 2026 and bottomed at -$375.2 million in Q1 2025.
- Historically, Cash from Investing Activities has averaged -$20.2 million across 5 years, with a median of $2.0 million in 2025.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities slumped 1351.96% in 2023, then soared 255.97% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$200.7 million in 2022, then jumped by 130.96% to $62.1 million in 2023, then plunged by 59.59% to $25.1 million in 2024, then plunged by 233.26% to -$33.5 million in 2025, then soared by 66.68% to -$11.1 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$11.1 million, $260.6 million, and -$33.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | -214.93 Mn |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | -11.15 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -11.15 Mn |
| Mar 31, 2026 | 260.64 Mn |
| Dec 31, 2025 | -33.45 Mn |
| Sep 30, 2025 | 2.41 Mn |
| Jun 30, 2025 | 1.65 Mn |
| Mar 31, 2025 | -375.22 Mn |
| Dec 31, 2024 | 25.10 Mn |
| Sep 30, 2024 | 58.09 Mn |
| Jun 30, 2024 | 59.03 Mn |
| Mar 31, 2024 | 185.01 Mn |
| Dec 31, 2023 | 62.13 Mn |
| Sep 30, 2023 | -76.17 Mn |
| Jun 30, 2023 | -79.17 Mn |
| Mar 31, 2023 | 51.97 Mn |
| Dec 31, 2022 | -200.66 Mn |
| Sep 30, 2022 | -68.88 Mn |
| Jun 30, 2022 | 6.32 Mn |
| Mar 31, 2022 | -231.59 Mn |
| Dec 31, 2021 | -2.69 Bn |
| Sep 30, 2021 | -62.63 Mn |
People Cash from Investing Activities 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-investing-activities&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();