People (PPLI) Change in Cash (2019 - 2026)
People's (PPLI) quarterly Change in Cash came in at $12.9 million in Q2 2026, up 119.1% on a YoY basis from $5.9 million in Q2 2025, and down 90.3% quarter-over-quarter from $133.4 million in Q1 2026.
People (PPLI) Change in Cash (2019 - 2026) Analysis & Trends
People (PPLI) has reported Change in Cash for 8 consecutive years, with $12.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 119.1% year-over-year to $12.9 million; the trailing twelve-month figure through Jun 2026 stood at $32.6 million (up 106.2% YoY), and the FY2025 full-year result was -$820.4 million, down 263.75% from the prior year.
- Change in Cash fell to $12.9 million in Q2 2026 per PPLI's latest filing, from $133.4 million in the prior quarter.
- Across five years, Change in Cash topped out at $209.6 million in Q1 2024 and bottomed at -$638.9 million in Q1 2025.
- Historically, Change in Cash has averaged -$57.7 million across 5 years, with a median of -$41.3 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Change in Cash surged 1746.35% in 2024, then sank 404.88% in 2025.
- Over 5 years, Change in Cash stood at -$191.0 million in 2022, then surged by 97.58% to -$4.6 million in 2023, then soared by 1746.35% to $76.2 million in 2024, then tumbled by 137.6% to -$28.6 million in 2025, then soared by 145.17% to $12.9 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered $12.9 million, $133.4 million, and -$28.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | -6.58 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 1.33 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 1.02 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | 1.46 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 1.62 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | -536.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | 115.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | 19.22 Mn |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | 12.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 12.94 Mn |
| Mar 31, 2026 | 133.41 Mn |
| Dec 31, 2025 | -28.64 Mn |
| Sep 30, 2025 | -85.13 Mn |
| Jun 30, 2025 | -67.74 Mn |
| Mar 31, 2025 | -638.92 Mn |
| Dec 31, 2024 | 76.16 Mn |
| Sep 30, 2024 | 105.09 Mn |
| Jun 30, 2024 | 110.20 Mn |
| Mar 31, 2024 | 209.56 Mn |
| Dec 31, 2023 | -4.63 Mn |
| Sep 30, 2023 | -73.02 Mn |
| Jun 30, 2023 | -73.46 Mn |
| Mar 31, 2023 | -18.83 Mn |
| Dec 31, 2022 | -191.00 Mn |
| Sep 30, 2022 | -203.63 Mn |
| Jun 30, 2022 | -53.97 Mn |
| Mar 31, 2022 | -247.20 Mn |
| Dec 31, 2021 | -1.30 Bn |
| Sep 30, 2021 | -69.68 Mn |
People Change in Cash 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=change-in-cash&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();