People (PPLI) Dividend Yield (2019 - 2022)
People's (PPLI) quarterly Dividend Yield came in at 0.02% in Q2 2022, up 1.0% on a YoY basis from 0.02% in Q2 2021, and down 64.09% quarter-over-quarter from 0.06% in Q4 2021.
People (PPLI) Dividend Yield (2019 - 2022) Analysis & Trends
People (PPLI) has reported Dividend Yield for 4 consecutive years, with 0.02% the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Dividend Yield rose 1.0% year-over-year to 0.02%; the trailing twelve-month figure through Sep 2023 stood at 0.04% (down 15.0% YoY), and the FY2024 full-year result was 0.56%, changed N/A from the prior year.
- Dividend Yield fell to 0.02% in Q2 2022 per PPLI's latest filing, from 0.06% in the prior quarter.
- Across five years, Dividend Yield topped out at 0.5% in Q4 2019 and bottomed at 0.0% in Q3 2019.
- Historically, Dividend Yield has averaged 0.11% across 4 years, with a median of 0.04% in 2022.
- The widest YoY moves for Dividend Yield: up 12 bps in 2021, down 2 bps in 2021.
- Over 4 years, Dividend Yield stood at 0.5% in 2019, then sank by 96 bps to 0.02% in 2020, then soared by 195 bps to 0.06% in 2021, then slumped by 64 bps to 0.02% in 2022.
- According to Business Quant data, Dividend Yield over the past three periods registered 0.02%, 0.06%, 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.02% |
| Dec 31, 2021 | 0.06% |
| Sep 30, 2021 | 0.01% |
| Jun 30, 2021 | 0.01% |
| Mar 31, 2021 | 0.23% |
| Sep 30, 2020 | 0.02% |
| Mar 31, 2020 | 0.12% |
| Dec 31, 2019 | 0.50% |
| Sep 30, 2019 | 0.00% |
| Jun 30, 2019 | 0.09% |
People Dividend Yield 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=dividend-yield&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();