People (PPLI) Retained Earnings (2019 - 2026)
People's (PPLI) quarterly Retained Earnings came in at -$208.0 million in Q2 2026, up 61.78% on a YoY basis from -$128.6 million in Q2 2025, and up 70.9% quarter-over-quarter from -$714.9 million in Q1 2026.
People (PPLI) Retained Earnings (2019 - 2026) Analysis & Trends
People (PPLI) has reported Retained Earnings for 8 consecutive years, with -$208.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings rose 61.78% year-over-year to -$208.0 million; the trailing twelve-month figure through Jun 2026 stood at -$208.0 million (up 61.78% YoY), and the FY2025 full-year result was -$643.0 million, down 19.3% from the prior year.
- Retained Earnings rose to -$208.0 million in Q2 2026 per PPLI's latest filing, from -$714.9 million in the prior quarter.
- Across five years, Retained Earnings topped out at $669.4 million in Q1 2022 and bottomed at -$755.8 million in Q1 2025.
- Historically, Retained Earnings has averaged -$252.3 million across 5 years, with a median of -$264.3 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Retained Earnings soared 131.89% in 2023, then tumbled 4825.74% in 2024.
- Over 5 years, Retained Earnings stood at -$265.0 million in 2022, then soared by 95.87% to -$10.9 million in 2023, then sank by 4825.74% to -$539.0 million in 2024, then fell by 19.3% to -$643.0 million in 2025, then soared by 67.65% to -$208.0 million in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$208.0 million, -$714.9 million, and -$643.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 103.45 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 43.05 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 18.95 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 14.43 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 6.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 40.07 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 2.45 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 7.29 Bn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -706.23 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | -208.03 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -208.03 Mn |
| Mar 31, 2026 | -714.88 Mn |
| Dec 31, 2025 | -643.00 Mn |
| Sep 30, 2025 | -566.21 Mn |
| Jun 30, 2025 | -544.33 Mn |
| Mar 31, 2025 | -755.78 Mn |
| Dec 31, 2024 | -538.97 Mn |
| Sep 30, 2024 | -340.00 Mn |
| Jun 30, 2024 | -96.28 Mn |
| Mar 31, 2024 | 45.95 Mn |
| Dec 31, 2023 | -10.94 Mn |
| Sep 30, 2023 | -326.83 Mn |
| Jun 30, 2023 | 63.71 Mn |
| Mar 31, 2023 | 152.76 Mn |
| Dec 31, 2022 | -265.02 Mn |
| Sep 30, 2022 | -263.60 Mn |
| Jun 30, 2022 | -199.78 Mn |
| Mar 31, 2022 | 669.35 Mn |
| Dec 31, 2021 | 905.15 Mn |
| Sep 30, 2021 | 892.18 Mn |
People Retained Earnings 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=retained-earnings&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();