People (PPLI) Total Liabilities (2019 - 2026)
People's (PPLI) quarterly Total Liabilities came in at $2.4 billion in Q2 2026, down 0.86% on a YoY basis from $2.4 billion in Q2 2025, and up 7.34% quarter-over-quarter from $2.2 billion in Q1 2026.
People (PPLI) Total Liabilities (2019 - 2026) Analysis & Trends
People (PPLI) has reported Total Liabilities for 8 consecutive years, with $2.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Liabilities fell 0.86% year-over-year to $2.4 billion; the trailing twelve-month figure through Jun 2026 stood at $2.4 billion (down 0.86% YoY), and the FY2025 full-year result was $2.4 billion, down 28.7% from the prior year.
- Total Liabilities grew to $2.4 billion in Q2 2026 per PPLI's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Total Liabilities topped out at $4.4 billion in Q1 2022 and bottomed at $2.2 billion in Q1 2026.
- Historically, Total Liabilities has averaged $3.3 billion across 5 years, with a median of $3.5 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Total Liabilities surged 167.2% in 2022, then slumped 30.93% in 2025.
- Over 5 years, Total Liabilities stood at $3.8 billion in 2022, then dropped by 5.36% to $3.6 billion in 2023, then retreated by 5.71% to $3.4 billion in 2024, then declined by 28.7% to $2.4 billion in 2025, then declined by 1.2% to $2.4 billion in 2026.
- According to Business Quant data, Total Liabilities over the past three periods registered $2.4 billion, $2.2 billion, and $2.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 125.01 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 40.47 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 31.78 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 20.96 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 43.52 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 13.27 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 26.59 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 988.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 556.84 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | 2.40 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.40 Bn |
| Mar 31, 2026 | 2.24 Bn |
| Dec 31, 2025 | 2.43 Bn |
| Sep 30, 2025 | 2.37 Bn |
| Jun 30, 2025 | 2.42 Bn |
| Mar 31, 2025 | 2.45 Bn |
| Dec 31, 2024 | 3.41 Bn |
| Sep 30, 2024 | 3.38 Bn |
| Jun 30, 2024 | 3.51 Bn |
| Mar 31, 2024 | 3.54 Bn |
| Dec 31, 2023 | 3.62 Bn |
| Sep 30, 2023 | 3.61 Bn |
| Jun 30, 2023 | 3.77 Bn |
| Mar 31, 2023 | 3.83 Bn |
| Dec 31, 2022 | 3.82 Bn |
| Sep 30, 2022 | 3.90 Bn |
| Jun 30, 2022 | 4.12 Bn |
| Mar 31, 2022 | 4.39 Bn |
| Dec 31, 2021 | 4.55 Bn |
| Sep 30, 2021 | 1.65 Bn |
People Total Liabilities 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=total-liabilities&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();