People (PPLI) EBIT Margin (2019 - 2026)
People's (PPLI) quarterly EBIT Margin came in at 3.27% in Q2 2026, down 158.0% on a YoY basis from 5.64% in Q2 2025, and up 65.47% quarter-over-quarter from 9.47% in Q1 2026.
People (PPLI) EBIT Margin (2019 - 2026) Analysis & Trends
People (PPLI) has reported EBIT Margin for 8 consecutive years, with 3.27% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT Margin fell 158.0% year-over-year to 3.27%; the trailing twelve-month figure through Jun 2026 stood at 8.98% (down 1216.0% YoY), and the FY2025 full-year result was 4.07%, down 298.0% from the prior year.
- EBIT Margin advanced to 3.27% in Q2 2026 per PPLI's latest filing, from 9.47% in the prior quarter.
- Across five years, EBIT Margin topped out at 6.67% in Q4 2024 and bottomed at 17.55% in Q4 2025.
- Historically, EBIT Margin has averaged 5.23% across 5 years, with a median of 4.22% in 2023.
- The widest YoY moves for EBIT Margin: up 1517 bps in 2025, down 2422 bps in 2025.
- Over 5 years, EBIT Margin stood at 6.03% in 2022, then soared by 72 bps to 1.7% in 2023, then soared by 492 bps to 6.67% in 2024, then tumbled by 363 bps to 17.55% in 2025, then soared by 81 bps to 3.27% in 2026.
- According to Business Quant data, EBIT Margin over the past three periods registered 3.27%, 9.47%, and 17.55% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 5.62% |
| 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 | 18.54% |
| 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 | -3.27% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.27% |
| Mar 31, 2026 | -9.47% |
| Dec 31, 2025 | -17.55% |
| Sep 30, 2025 | -3.46% |
| Jun 30, 2025 | -1.69% |
| Mar 31, 2025 | 5.01% |
| Dec 31, 2024 | 6.67% |
| Sep 30, 2024 | 1.27% |
| Jun 30, 2024 | -3.39% |
| Mar 31, 2024 | -10.16% |
| Dec 31, 2023 | -1.70% |
| Sep 30, 2023 | -2.95% |
| Jun 30, 2023 | -4.99% |
| Mar 31, 2023 | -12.51% |
| Dec 31, 2022 | -6.03% |
| Sep 30, 2022 | -9.58% |
| Jun 30, 2022 | -12.19% |
| Mar 31, 2022 | -8.21% |
| Dec 31, 2021 | -5.98% |
| Sep 30, 2021 | -3.47% |
People EBIT 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=ebit-margin&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-margin&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();