People (PPLI) Enterprise Value (2019 - 2026)
People's (PPLI) quarterly Enterprise Value came in at $2.1 billion in Q2 2026, up 21.95% on a YoY basis from $1.7 billion in Q2 2025, and up 26.58% quarter-over-quarter from $1.7 billion in Q1 2026.
People (PPLI) Enterprise Value (2019 - 2026) Analysis & Trends
People (PPLI) has reported Enterprise Value for 8 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 21.95% year-over-year to $2.1 billion; the trailing twelve-month figure through Jun 2026 stood at $2.1 billion (up 21.95% YoY), and the FY2025 full-year result was $1.9 billion, up 24.92% from the prior year.
- Enterprise Value grew to $2.1 billion in Q2 2026 per PPLI's latest filing, from $1.7 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $5.6 billion in Q1 2022 and bottomed at $1.5 billion in Q3 2025.
- Historically, Enterprise Value has averaged $2.6 billion across 5 years, with a median of $2.5 billion in 2023.
- The sharpest annual moves came in 2022 and 2023: Enterprise Value tumbled 68.64% in 2022, then jumped 30.29% in 2023.
- Over 5 years, Enterprise Value stood at $2.3 billion in 2022, then jumped by 30.29% to $3.0 billion in 2023, then slumped by 50.28% to $1.5 billion in 2024, then gained by 24.92% to $1.9 billion in 2025, then climbed by 10.9% to $2.1 billion in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $2.1 billion, $1.7 billion, and $1.9 billion 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 | 2.09 Bn |
| Mar 31, 2026 | 1.65 Bn |
| Dec 31, 2025 | 1.89 Bn |
| Sep 30, 2025 | 1.46 Bn |
| Jun 30, 2025 | 1.72 Bn |
| Mar 31, 2025 | 1.68 Bn |
| Dec 31, 2024 | 1.51 Bn |
| Sep 30, 2024 | 2.90 Bn |
| Jun 30, 2024 | 2.47 Bn |
| Mar 31, 2024 | 2.92 Bn |
| Dec 31, 2023 | 3.04 Bn |
| Sep 30, 2023 | 2.56 Bn |
| Jun 30, 2023 | 3.34 Bn |
| Mar 31, 2023 | 2.50 Bn |
| Dec 31, 2022 | 2.33 Bn |
| Sep 30, 2022 | 2.78 Bn |
| Jun 30, 2022 | 4.01 Bn |
| Mar 31, 2022 | 5.59 Bn |
| Dec 31, 2021 | 7.43 Bn |
| Sep 30, 2021 | 6.35 Bn |
People Enterprise Value 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=enterprise-value&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();