People (PPLI) EBITDA (2019 - 2026)
People's (PPLI) quarterly EBITDA came in at -$6.8 million in Q2 2026, down 2928.12% on a YoY basis from $239840.9 in Q2 2025, and up 79.29% quarter-over-quarter from -$32.8 million in Q1 2026.
People (PPLI) EBITDA (2019 - 2026) Analysis & Trends
People (PPLI) has reported EBITDA for 8 consecutive years, with -$6.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA fell 2928.12% year-over-year to -$6.8 million; the trailing twelve-month figure through Jun 2026 stood at -$154.3 million (down 220.61% YoY), and the FY2025 full-year result was -$59.9 million, down 592.65% from the prior year.
- EBITDA rose to -$6.8 million in Q2 2026 per PPLI's latest filing, from -$32.8 million in the prior quarter.
- Across five years, EBITDA topped out at $58.2 million in Q4 2024 and bottomed at -$155.3 million in Q2 2022.
- Historically, EBITDA has averaged -$29.0 million across 5 years, with a median of -$12.1 million in 2023.
- The sharpest annual moves came in 2024 and 2026: EBITDA jumped 3229.26% in 2024, then sank 2928.12% in 2026.
- Over 5 years, EBITDA stood at -$31.0 million in 2022, then surged by 121.26% to $6.6 million in 2023, then jumped by 783.01% to $58.2 million in 2024, then sank by 280.04% to -$104.8 million in 2025, then soared by 93.53% to -$6.8 million in 2026.
- According to Business Quant data, EBITDA over the past three periods registered -$6.8 million, -$32.8 million, and -$104.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 5.77 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.08 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 | 1.02 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 143.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 218.24 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | -6.78 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.78 Mn |
| Mar 31, 2026 | -32.75 Mn |
| Dec 31, 2025 | -104.78 Mn |
| Sep 30, 2025 | -9.99 Mn |
| Jun 30, 2025 | -224,000.00 |
| Mar 31, 2025 | 35.37 Mn |
| Dec 31, 2024 | 58.20 Mn |
| Sep 30, 2024 | 34.59 Mn |
| Jun 30, 2024 | 11.96 Mn |
| Mar 31, 2024 | -50.70 Mn |
| Dec 31, 2023 | 6.59 Mn |
| Sep 30, 2023 | 1.04 Mn |
| Jun 30, 2023 | -14.19 Mn |
| Mar 31, 2023 | -74.42 Mn |
| Dec 31, 2022 | -31.01 Mn |
| Sep 30, 2022 | -111.73 Mn |
| Jun 30, 2022 | -155.34 Mn |
| Mar 31, 2022 | -78.58 Mn |
| Dec 31, 2021 | -48.43 Mn |
| Sep 30, 2021 | -17.37 Mn |
People EBITDA 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=ebitda&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();