People (PPLI) EBITDA Margin (2019 - 2026)
People's (PPLI) quarterly EBITDA Margin came in at 1.55% in Q2 2026, down 150.0% on a YoY basis from 3.11% in Q2 2025, and up 79.95% quarter-over-quarter from 7.74% in Q1 2026.
People (PPLI) EBITDA Margin (2019 - 2026) Analysis & Trends
People (PPLI) has reported EBITDA Margin for 8 consecutive years, with 1.55% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA Margin fell 150.0% year-over-year to 1.55%; the trailing twelve-month figure through Jun 2026 stood at 7.36% (down 1295.0% YoY), and the FY2025 full-year result was 2.5%, down 297.0% from the prior year.
- EBITDA Margin improved to 1.55% in Q2 2026 per PPLI's latest filing, from 7.74% in the prior quarter.
- Across five years, EBITDA Margin topped out at 8.07% in Q4 2024 and bottomed at 16.22% in Q4 2025.
- Historically, EBITDA Margin has averaged 2.83% across 5 years, with a median of 1.7% in 2023.
- The widest YoY moves for EBITDA Margin: up 1546 bps in 2025, down 2429 bps in 2025.
- Over 5 years, EBITDA Margin stood at 2.49% in 2022, then surged by 32 bps to 1.7% in 2023, then soared by 575 bps to 8.07% in 2024, then sank by 301 bps to 16.22% in 2025, then jumped by 90 bps to 1.55% in 2026.
- According to Business Quant data, EBITDA Margin over the past three periods registered 1.55%, 7.74%, and 16.22% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 14.55% |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 34.00% |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 24.62% |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 21.01% |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 6.72% |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 21.57% |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 23.57% |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 13.71% |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | -1.55% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.55% |
| Mar 31, 2026 | -7.74% |
| Dec 31, 2025 | -16.22% |
| Sep 30, 2025 | -1.69% |
| Jun 30, 2025 | -0.05% |
| Mar 31, 2025 | 7.34% |
| Dec 31, 2024 | 8.07% |
| Sep 30, 2024 | 5.39% |
| Jun 30, 2024 | 1.89% |
| Mar 31, 2024 | -8.12% |
| Dec 31, 2023 | -1.70% |
| Sep 30, 2023 | 0.09% |
| Jun 30, 2023 | -1.28% |
| Mar 31, 2023 | -6.86% |
| Dec 31, 2022 | -2.49% |
| Sep 30, 2022 | -8.59% |
| Jun 30, 2022 | -11.40% |
| Mar 31, 2022 | -5.93% |
| Dec 31, 2021 | -4.18% |
| Sep 30, 2021 | -1.88% |
People EBITDA Margin 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-margin&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-margin", "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-margin&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();