People (PPLI) Gains from Investment Securities (2020 - 2024)
People's (PPLI) quarterly Gains from Investment Securities came in at -$30.6 million in Q2 2024, down 324.01% on a YoY basis from $13.7 million in Q3 2023, and down 399.33% quarter-over-quarter from $10.2 million in Q1 2024.
People (PPLI) Gains from Investment Securities (2020 - 2024) Analysis & Trends
People (PPLI) has reported Gains from Investment Securities for 5 consecutive years, with -$30.6 million the latest figure, recorded in Q2 2024.
- For the quarter ending Q2 2024, Gains from Investment Securities fell 324.01% year-over-year to -$30.6 million; the trailing twelve-month figure through Mar 2025 stood at -$30.6 million (down 329.58% YoY), and the FY2024 full-year result was -$20.4 million, down 620.09% from the prior year.
- Gains from Investment Securities eased to -$30.6 million in Q2 2024 per PPLI's latest filing, from $10.2 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $83.8 million in Q4 2022 and bottomed at -$47.1 million in Q3 2021.
- Historically, Gains from Investment Securities has averaged -$3.9 million across 5 years, with a median of -$5.4 million in 2022.
- The sharpest annual moves came in 2021 and 2022: Gains from Investment Securities sank 2119.52% in 2021, then surged 5068.17% in 2022.
- Over 5 years, Gains from Investment Securities stood at -$528000.0 in 2020, then plunged by 219.51% to -$1.7 million in 2021, then soared by 5068.17% to $83.8 million in 2022, then tumbled by 104.9% to -$4.1 million in 2023, then tumbled by 645.84% to -$30.6 million in 2024.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$30.6 million, $10.2 million, and -$4.1 million for Q2 2024, Q1 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | -30.62 Mn |
| Mar 31, 2024 | 10.23 Mn |
| Dec 31, 2023 | -4.11 Mn |
| Sep 30, 2023 | -6.46 Mn |
| Jun 30, 2023 | 13.67 Mn |
| Mar 31, 2023 | -5.94 Mn |
| Dec 31, 2022 | 83.81 Mn |
| Sep 30, 2022 | -8.47 Mn |
| Jun 30, 2022 | -4.87 Mn |
| Mar 31, 2022 | -7.99 Mn |
| Dec 31, 2021 | -1.69 Mn |
| Sep 30, 2021 | -47.08 Mn |
| Jun 30, 2021 | -42.48 Mn |
| Mar 31, 2021 | -12.78 Mn |
| Dec 31, 2020 | -528,000.00 |
| Sep 30, 2020 | 2.33 Mn |
People Gains from Investment Securities 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=gains-from-investment-securities&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();