People (PPLI) Operating Income (2019 - 2026)
People's (PPLI) quarterly Operating Income came in at -$14.3 million in Q2 2026, down 90.7% on a YoY basis from -$153.6 million in Q2 2025, and up 64.34% quarter-over-quarter from -$40.1 million in Q1 2026.
People (PPLI) Operating Income (2019 - 2026) Analysis & Trends
People (PPLI) has reported Operating Income for 8 consecutive years, with -$14.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income fell 90.7% year-over-year to -$14.3 million; the trailing twelve-month figure through Jun 2026 stood at -$188.1 million (down 358.18% YoY), and the FY2025 full-year result was -$97.4 million, down 239.69% from the prior year.
- Operating Income improved to -$14.3 million in Q2 2026 per PPLI's latest filing, from -$40.1 million in the prior quarter.
- Across five years, Operating Income topped out at $48.1 million in Q4 2024 and bottomed at -$166.1 million in Q2 2022.
- Historically, Operating Income has averaged -$49.6 million across 5 years, with a median of -$36.4 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Operating Income sank 1405.03% in 2022, then jumped 629.9% in 2024.
- Over 5 years, Operating Income stood at -$75.1 million in 2022, then jumped by 108.77% to $6.6 million in 2023, then surged by 629.9% to $48.1 million in 2024, then tumbled by 335.76% to -$113.4 million in 2025, then jumped by 87.4% to -$14.3 million in 2026.
- According to Business Quant data, Operating Income over the past three periods registered -$14.3 million, -$40.1 million, and -$113.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 2.23 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 2.50 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 4.09 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 758.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 683.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 676.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 800.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 143.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 219.02 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | -14.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.29 Mn |
| Mar 31, 2026 | -40.07 Mn |
| Dec 31, 2025 | -113.37 Mn |
| Sep 30, 2025 | -20.40 Mn |
| Jun 30, 2025 | -7.49 Mn |
| Mar 31, 2025 | 24.12 Mn |
| Dec 31, 2024 | 48.09 Mn |
| Sep 30, 2024 | 8.15 Mn |
| Jun 30, 2024 | -21.49 Mn |
| Mar 31, 2024 | -63.42 Mn |
| Dec 31, 2023 | 6.59 Mn |
| Sep 30, 2023 | -32.74 Mn |
| Jun 30, 2023 | -55.47 Mn |
| Mar 31, 2023 | -135.60 Mn |
| Dec 31, 2022 | -75.14 Mn |
| Sep 30, 2022 | -124.68 Mn |
| Jun 30, 2022 | -166.14 Mn |
| Mar 31, 2022 | -108.81 Mn |
| Dec 31, 2021 | -69.35 Mn |
| Sep 30, 2021 | -32.07 Mn |
People Operating Income 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=operating-income&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();