People (PPLI) EV to EBIT (2019 - 2026)
People's (PPLI) quarterly EV to EBIT came in at 146.43 in Q2 2026, up 36.05% on a YoY basis from 107.63 in Q2 2025, and down 254.98% quarter-over-quarter from 41.25 in Q1 2026.
People (PPLI) EV to EBIT (2019 - 2026) Analysis & Trends
People (PPLI) has reported EV to EBIT for 8 consecutive years, with 146.43 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to EBIT rose 36.05% year-over-year to 146.43; the trailing twelve-month figure through Jun 2026 stood at 11.12 (down 147.23% YoY), and the FY2025 full-year result was 19.36, up 63.22% from the prior year.
- EV to EBIT retreated to 146.43 in Q2 2026 per PPLI's latest filing, from 41.25 in the prior quarter.
- Across five years, EV to EBIT topped out at 461.03 in Q4 2023 and bottomed at 228.98 in Q2 2025.
- Historically, EV to EBIT has averaged 1.86 across 5 years, with a median of 36.14 in 2022.
- The widest YoY moves for EV to EBIT: up 1585.96% in 2023, down 249.61% in 2023.
- Over 5 years, EV to EBIT stood at 31.03 in 2022, then jumped by 1585.96% to 461.03 in 2023, then tumbled by 93.19% to 31.4 in 2024, then slumped by 152.99% to 16.64 in 2025, then tumbled by 780.02% to 146.43 in 2026.
- According to Business Quant data, EV to EBIT over the past three periods registered 146.43, 41.25, and 16.64 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -146.43 |
| Mar 31, 2026 | -41.25 |
| Dec 31, 2025 | -16.64 |
| Sep 30, 2025 | -71.72 |
| Jun 30, 2025 | -228.98 |
| Mar 31, 2025 | 69.82 |
| Dec 31, 2024 | 31.40 |
| Sep 30, 2024 | 355.75 |
| Jun 30, 2024 | -114.98 |
| Mar 31, 2024 | -46.00 |
| Dec 31, 2023 | 461.03 |
| Sep 30, 2023 | -78.06 |
| Jun 30, 2023 | -60.22 |
| Mar 31, 2023 | -18.42 |
| Dec 31, 2022 | -31.03 |
| Sep 30, 2022 | -22.33 |
| Jun 30, 2022 | -24.11 |
| Mar 31, 2022 | -51.33 |
| Dec 31, 2021 | -107.20 |
| Sep 30, 2021 | -198.16 |
People EV to EBIT 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=ev-to-ebit&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebit", "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=ev-to-ebit&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();