People (PPLI) Other Working Capital Changes (2019 - 2026)
People's (PPLI) quarterly Other Working Capital Changes came in at -$8.8 million in Q2 2026, up 70.56% on a YoY basis from -$5.2 million in Q2 2025, and up 39.43% quarter-over-quarter from -$14.5 million in Q1 2026.
People (PPLI) Other Working Capital Changes (2019 - 2026) Analysis & Trends
People (PPLI) has reported Other Working Capital Changes for 6 consecutive years, with -$8.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Working Capital Changes rose 70.56% year-over-year to -$8.8 million; the trailing twelve-month figure through Jun 2026 stood at -$48.1 million (up 45.91% YoY), and the FY2025 full-year result was -$88.7 million, down 73.74% from the prior year.
- Other Working Capital Changes improved to -$8.8 million in Q2 2026 per PPLI's latest filing, from -$14.5 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $17.7 million in Q1 2024 and bottomed at -$17.7 million in Q4 2023.
- Historically, Other Working Capital Changes has averaged -$1.9 million across 5 years, with a median of -$3.6 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Other Working Capital Changes jumped 118.13% in 2023, then sank 542.14% in 2024.
- Over 5 years, Other Working Capital Changes stood at -$15.5 million in 2022, then surged by 118.13% to $2.8 million in 2023, then tumbled by 542.14% to -$12.5 million in 2024, then increased by 19.58% to -$10.0 million in 2025, then rose by 12.04% to -$8.8 million in 2026.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered -$8.8 million, -$14.5 million, and -$10.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.08 Mn |
| Jun 30, 2026 | -5.08 Mn |
| Mar 31, 2026 | 2.55 Mn |
| Mar 31, 2026 | 2.55 Mn |
| Dec 31, 2025 | -14.19 Mn |
| Dec 31, 2025 | -14.19 Mn |
| Sep 30, 2025 | 12.30 Mn |
| Sep 30, 2025 | 12.30 Mn |
| Jun 30, 2025 | -5.89 Mn |
| Jun 30, 2025 | -5.89 Mn |
| Mar 31, 2025 | 694,000.00 |
| Mar 31, 2025 | 694,000.00 |
| Dec 31, 2024 | -9.99 Mn |
| Dec 31, 2024 | -9.99 Mn |
| Sep 30, 2024 | -2.11 Mn |
| Sep 30, 2024 | -2.11 Mn |
| Jun 30, 2024 | -10.39 Mn |
| Jun 30, 2024 | -10.39 Mn |
| Mar 31, 2024 | 17.68 Mn |
| Mar 31, 2024 | 17.68 Mn |
People Other Working Capital Changes 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=other-working-capital-changes&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();