People (PPLI) Change in Receivables (2019 - 2026)
People's (PPLI) quarterly Change in Receivables came in at $8.8 million in Q2 2026, down 6.23% on a YoY basis from $9.4 million in Q2 2025, and up 110.22% quarter-over-quarter from -$86.3 million in Q1 2026.
People (PPLI) Change in Receivables (2019 - 2026) Analysis & Trends
People (PPLI) has reported Change in Receivables for 8 consecutive years, with $8.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables fell 6.23% year-over-year to $8.8 million; the trailing twelve-month figure through Jun 2026 stood at -$24.4 million (down 631.0% YoY), and the FY2025 full-year result was -$14.2 million, down 321.41% from the prior year.
- Change in Receivables advanced to $8.8 million in Q2 2026 per PPLI's latest filing, from -$86.3 million in the prior quarter.
- Across five years, Change in Receivables topped out at $75.8 million in Q2 2022 and bottomed at -$86.3 million in Q1 2026.
- Historically, Change in Receivables has averaged -$1.7 million across 5 years, with a median of $6.4 million in 2024.
- The widest YoY moves for Change in Receivables: up 47248.12% in 2022, down 286.52% in 2022.
- Over 5 years, Change in Receivables stood at $71.4 million in 2022, then sank by 107.02% to -$5.0 million in 2023, then soared by 1294.36% to $59.9 million in 2024, then decreased by 5.75% to $56.5 million in 2025, then sank by 84.4% to $8.8 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $8.8 million, -$86.3 million, and $56.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (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 | 950.00 Mn |
| 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 | 648.00 Mn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | -113.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | - |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | 8.82 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.82 Mn |
| Mar 31, 2026 | -86.27 Mn |
| Dec 31, 2025 | 56.49 Mn |
| Sep 30, 2025 | -3.42 Mn |
| Jun 30, 2025 | 9.40 Mn |
| Mar 31, 2025 | -76.64 Mn |
| Dec 31, 2024 | 59.93 Mn |
| Sep 30, 2024 | 3.97 Mn |
| Jun 30, 2024 | 24.34 Mn |
| Mar 31, 2024 | -81.85 Mn |
| Dec 31, 2023 | -5.02 Mn |
| Sep 30, 2023 | 23.20 Mn |
| Jun 30, 2023 | 12.70 Mn |
| Mar 31, 2023 | -43.02 Mn |
| Dec 31, 2022 | 71.44 Mn |
| Sep 30, 2022 | -4.93 Mn |
| Jun 30, 2022 | 75.76 Mn |
| Mar 31, 2022 | -75.56 Mn |
| Dec 31, 2021 | 40.24 Mn |
| Sep 30, 2021 | 73.97 Mn |
People Change in Receivables 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-receivables&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();