People (PPLI) Payout Ratio (2019 - 2022)
People's (PPLI) quarterly Payout Ratio came in at 0.0 in Q2 2022, down 122.49% on a YoY basis from 0.01 in Q2 2021, and down 100.18% quarter-over-quarter from 0.76 in Q4 2021.
People (PPLI) Payout Ratio (2019 - 2022) Analysis & Trends
People (PPLI) has reported Payout Ratio for 4 consecutive years, with 0.0 the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Payout Ratio fell 122.49% year-over-year to 0.0; the trailing twelve-month figure through Sep 2023 stood at 0.01 (down 140.1% YoY), and the FY2024 full-year result was 0.03, changed N/A from the prior year.
- Payout Ratio retreated to 0.0 in Q2 2022 per PPLI's latest filing, from 0.76 in the prior quarter.
- Across five years, Payout Ratio topped out at 2.67 in Q4 2019 and bottomed at 0.22 in Q1 2019.
- Historically, Payout Ratio has averaged 0.32 across 4 years, with a median of 0.01 in 2020.
- The sharpest annual moves came in 2021 and 2022: Payout Ratio jumped 823.19% in 2021, then tumbled 122.49% in 2022.
- Over 4 years, Payout Ratio stood at 2.67 in 2019, then sank by 99.77% to 0.01 in 2020, then surged by 12470.5% to 0.76 in 2021, then sank by 100.18% to 0.0 in 2022.
- According to Business Quant data, Payout Ratio over the past three periods registered 0.0, 0.76, and 0.01 for Q2 2022, Q4 2021, and Q3 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn |
| 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 |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - |
| 10 | People | 2.48 Bn | 1.41 Bn | 280.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 0.00 |
| Dec 31, 2021 | 0.76 |
| Sep 30, 2021 | 0.01 |
| Jun 30, 2021 | 0.01 |
| Mar 31, 2021 | 0.07 |
| Sep 30, 2020 | 0.01 |
| Mar 31, 2020 | -0.01 |
| Dec 31, 2019 | 2.67 |
| Sep 30, 2019 | 0.00 |
| Jun 30, 2019 | 0.21 |
| Mar 31, 2019 | -0.22 |
People Payout Ratio 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=payout-ratio&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();