People (PPLI) Acquisitions (2019 - 2021)
People's (PPLI) quarterly Acquisitions came in at $2.7 billion in Q4 2021, up 1614.91% on a YoY basis from $155.9 million in Q4 2020, and up 10443.6% quarter-over-quarter from $25.4 million in Q3 2021.
People (PPLI) Acquisitions (2019 - 2021) Analysis & Trends
People (PPLI) has reported Acquisitions for 3 consecutive years, with $2.7 billion the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Acquisitions rose 1614.91% year-over-year to $2.7 billion; the trailing twelve-month figure through Dec 2022 stood at $2.7 billion (changed 0.0% YoY), and the FY2021 full-year result was $2.7 billion, up 293.98% from the prior year.
- Acquisitions improved to $2.7 billion in Q4 2021 per PPLI's latest filing, from $25.4 million in the prior quarter.
- Across five years, Acquisitions topped out at $2.7 billion in Q4 2021 and bottomed at -$168.1 million in Q4 2019.
- Historically, Acquisitions has averaged $341.3 million across 3 years, with a median of $23.5 million in 2019.
- The sharpest annual moves came in 2020 and 2021: Acquisitions tumbled 102.04% in 2020, then surged 2536300.0% in 2021.
- Over 3 years, Acquisitions stood at -$168.1 million in 2019, then jumped by 192.75% to $155.9 million in 2020, then jumped by 1614.91% to $2.7 billion in 2021.
- According to Business Quant data, Acquisitions over the past three periods registered $2.7 billion, $25.4 million, and $155.9 million for Q4 2021, Q3 2021, and Q4 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (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 | 28.00 Mn |
| 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 |
|---|---|
| Dec 31, 2021 | 2.67 Bn |
| Sep 30, 2021 | 25.36 Mn |
| Dec 31, 2020 | 155.94 Mn |
| Sep 30, 2020 | 1,000.00 |
| Jun 30, 2020 | -3.59 Mn |
| Mar 31, 2020 | 532.86 Mn |
| Dec 31, 2019 | -168.14 Mn |
| Sep 30, 2019 | -689,000.00 |
| Jun 30, 2019 | 175.71 Mn |
| Mar 31, 2019 | 21.56 Mn |
People Acquisitions 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=acquisitions&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();