People (PPLI) Dividend Coverage Ratio (2019 - 2022)
People's (PPLI) quarterly Dividend Coverage Ratio came in at 742.48 in Q2 2022, down 544.63% on a YoY basis from 166.99 in Q2 2021, and down 56377.79% quarter-over-quarter from 1.32 in Q4 2021.
People (PPLI) Dividend Coverage Ratio (2019 - 2022) Analysis & Trends
People (PPLI) has reported Dividend Coverage Ratio for 4 consecutive years, with 742.48 the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Dividend Coverage Ratio fell 544.63% year-over-year to 742.48; the trailing twelve-month figure through Sep 2023 stood at 71.28 (up 58.35% YoY), and the FY2024 full-year result was 33.29, changed N/A from the prior year.
- Dividend Coverage Ratio retreated to 742.48 in Q2 2022 per PPLI's latest filing, from 1.32 in the prior quarter.
- Across five years, Dividend Coverage Ratio topped out at 231.92 in Q3 2019 and bottomed at 742.48 in Q2 2022.
- Historically, Dividend Coverage Ratio has averaged 14.37 across 4 years, with a median of 4.69 in 2019.
- The sharpest annual moves came in 2020 and 2021: Dividend Coverage Ratio plunged 2216.01% in 2020, then jumped 113.83% in 2021.
- Over 4 years, Dividend Coverage Ratio stood at 0.37 in 2019, then jumped by 44216.0% to 165.84 in 2020, then tumbled by 99.2% to 1.32 in 2021, then tumbled by 56377.79% to 742.48 in 2022.
- According to Business Quant data, Dividend Coverage Ratio over the past three periods registered 742.48, 1.32, and 107.1 for Q2 2022, Q4 2021, and Q3 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (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 | 6.02 |
| 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 | 3.99 |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 15.09 |
| 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 | -742.48 |
| Dec 31, 2021 | 1.32 |
| Sep 30, 2021 | 107.10 |
| Jun 30, 2021 | 166.99 |
| Mar 31, 2021 | 14.34 |
| Sep 30, 2020 | 165.84 |
| Mar 31, 2020 | -103.70 |
| Dec 31, 2019 | 0.37 |
| Sep 30, 2019 | 231.92 |
| Jun 30, 2019 | 4.69 |
| Mar 31, 2019 | -4.48 |
People Dividend Coverage 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=dividend-coverage-ratio&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();