People (PPLI) Profit After Tax (2019 - 2026)
People's (PPLI) quarterly Profit After Tax came in at $514.7 million in Q2 2026, up 143.43% on a YoY basis from $211.5 million in Q2 2025, and up 816.08% quarter-over-quarter from -$71.9 million in Q1 2026.
People (PPLI) Profit After Tax (2019 - 2026) Analysis & Trends
People (PPLI) has reported Profit After Tax for 8 consecutive years, with $514.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax rose 143.43% year-over-year to $514.7 million; the trailing twelve-month figure through Jun 2026 stood at $345.2 million (up 165.78% YoY), and the FY2025 full-year result was -$116.8 million, up 79.63% from the prior year.
- Profit After Tax improved to $514.7 million in Q2 2026 per PPLI's latest filing, from -$71.9 million in the prior quarter.
- Across five years, Profit After Tax topped out at $514.7 million in Q2 2026 and bottomed at -$875.4 million in Q2 2022.
- Historically, Profit After Tax has averaged -$64.2 million across 5 years, with a median of -$73.8 million in 2025.
- The sharpest annual moves came in 2023 and 2025: Profit After Tax jumped 3017.85% in 2023, then slumped 622.49% in 2025.
- Over 5 years, Profit After Tax stood at -$13.0 million in 2022, then surged by 3017.85% to $379.6 million in 2023, then plunged by 153.13% to -$201.7 million in 2024, then jumped by 62.43% to -$75.8 million in 2025, then soared by 779.32% to $514.7 million in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered $514.7 million, -$71.9 million, and -$75.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 1.54 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.95 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 4.01 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 816.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 466.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 552.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 878.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 111.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 198.24 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | 514.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 514.74 Mn |
| Mar 31, 2026 | -71.88 Mn |
| Dec 31, 2025 | -75.77 Mn |
| Sep 30, 2025 | -21.88 Mn |
| Jun 30, 2025 | 211.45 Mn |
| Mar 31, 2025 | -258.34 Mn |
| Dec 31, 2024 | -201.69 Mn |
| Sep 30, 2024 | -276.23 Mn |
| Jun 30, 2024 | -144.69 Mn |
| Mar 31, 2024 | 49.44 Mn |
| Dec 31, 2023 | 379.61 Mn |
| Sep 30, 2023 | -392.02 Mn |
| Jun 30, 2023 | -91.63 Mn |
| Mar 31, 2023 | 417.78 Mn |
| Dec 31, 2022 | -13.01 Mn |
| Sep 30, 2022 | -65.85 Mn |
| Jun 30, 2022 | -875.40 Mn |
| Mar 31, 2022 | -240.89 Mn |
| Dec 31, 2021 | 12.97 Mn |
| Sep 30, 2021 | 61.05 Mn |
People Profit After Tax 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=profit-after-tax&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();