People (PPLI) Income from Non-Controlling Interests (2019 - 2026)
People's (PPLI) quarterly Income from Non-Controlling Interests came in at $988000.0 in Q2 2026, up 220.63% on a YoY basis from $308138.6 in Q2 2025, and down 18.48% quarter-over-quarter from $1.2 million in Q1 2026.
People (PPLI) Income from Non-Controlling Interests (2019 - 2026) Analysis & Trends
People (PPLI) has reported Income from Non-Controlling Interests for 8 consecutive years, with $988000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Non-Controlling Interests rose 220.63% year-over-year to $988000.0; the trailing twelve-month figure through Jun 2026 stood at $3.3 million (down 54.14% YoY), and the FY2025 full-year result was $2.6 million, down 61.08% from the prior year.
- Income from Non-Controlling Interests slipped to $988000.0 in Q2 2026 per PPLI's latest filing, from $1.2 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $6.3 million in Q3 2024 and bottomed at -$8.9 million in Q4 2022.
- Historically, Income from Non-Controlling Interests has averaged -$1.0 million across 5 years, with a median of -$616000.0 in 2024.
- The sharpest annual moves came in 2022 and 2025: Income from Non-Controlling Interests slumped 2144.49% in 2022, then jumped 3891.53% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at -$8.9 million in 2022, then soared by 87.64% to -$1.1 million in 2023, then jumped by 62.45% to -$413000.0 in 2024, then jumped by 341.16% to $996000.0 in 2025, then dropped by 0.8% to $988000.0 in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered $988000.0, $1.2 million, and $996000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 25.00 Mn |
| 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 | -3.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 4.43 Mn |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn | 988,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 988,000.00 |
| Mar 31, 2026 | 1.21 Mn |
| Dec 31, 2025 | 996,000.00 |
| Sep 30, 2025 | 142,000.00 |
| Jun 30, 2025 | -819,000.00 |
| Mar 31, 2025 | 2.24 Mn |
| Dec 31, 2024 | -413,000.00 |
| Sep 30, 2024 | 6.27 Mn |
| Jun 30, 2024 | 765,000.00 |
| Mar 31, 2024 | -59,000.00 |
| Dec 31, 2023 | -1.10 Mn |
| Sep 30, 2023 | -1.48 Mn |
| Jun 30, 2023 | -2.59 Mn |
| Mar 31, 2023 | -2.46 Mn |
| Dec 31, 2022 | -8.90 Mn |
| Sep 30, 2022 | -2.02 Mn |
| Jun 30, 2022 | -6.27 Mn |
| Mar 31, 2022 | -5.10 Mn |
| Dec 31, 2021 | -5.47 Mn |
| Sep 30, 2021 | 357,000.00 |
People Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();