People (PPLI) Cash from Financing Activities (2019 - 2026)
People's (PPLI) quarterly Cash from Financing Activities came in at -$17.6 million in Q2 2026, up 72.72% on a YoY basis from -$10.2 million in Q2 2025, and up 87.51% quarter-over-quarter from -$141.2 million in Q1 2026.
People (PPLI) Cash from Financing Activities (2019 - 2026) Analysis & Trends
People (PPLI) has reported Cash from Financing Activities for 8 consecutive years, with -$17.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 72.72% year-over-year to -$17.6 million; the trailing twelve-month figure through Jun 2026 stood at -$311.2 million (up 11.46% YoY), and the FY2025 full-year result was -$451.0 million, down 486.57% from the prior year.
- Cash from Financing Activities advanced to -$17.6 million in Q2 2026 per PPLI's latest filing, from -$141.2 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at -$1.4 million in Q4 2023 and bottomed at -$234.0 million in Q1 2025.
- Historically, Cash from Financing Activities has averaged -$55.9 million across 5 years, with a median of -$34.1 million in 2022.
- The widest YoY moves for Cash from Financing Activities: up 91.58% in 2024, down 2661.31% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$12.0 million in 2022, then soared by 88.05% to -$1.4 million in 2023, then sank by 2661.31% to -$39.5 million in 2024, then gained by 19.4% to -$31.9 million in 2025, then surged by 44.67% to -$17.6 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$17.6 million, -$141.2 million, and -$31.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 1.40 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | -2.19 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | - |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | 571.00 Mn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 630.00 Mn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | -464.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 593.00 Mn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | -327.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | -77.80 Mn |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | -17.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.63 Mn |
| Mar 31, 2026 | -141.15 Mn |
| Dec 31, 2025 | -31.87 Mn |
| Sep 30, 2025 | -120.50 Mn |
| Jun 30, 2025 | -64.65 Mn |
| Mar 31, 2025 | -233.98 Mn |
| Dec 31, 2024 | -39.54 Mn |
| Sep 30, 2024 | -13.25 Mn |
| Jun 30, 2024 | -8.20 Mn |
| Mar 31, 2024 | -15.90 Mn |
| Dec 31, 2023 | -1.43 Mn |
| Sep 30, 2023 | -11.25 Mn |
| Jun 30, 2023 | -97.38 Mn |
| Mar 31, 2023 | -95.98 Mn |
| Dec 31, 2022 | -11.99 Mn |
| Sep 30, 2022 | -36.87 Mn |
| Jun 30, 2022 | -36.31 Mn |
| Mar 31, 2022 | -27.48 Mn |
| Dec 31, 2021 | 1.48 Bn |
| Sep 30, 2021 | -39.69 Mn |
People Cash from Financing 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-financing-activities&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();