People (PPLI) FCF Payout Ratio (2019 - 2022)
People's (PPLI) quarterly FCF Payout Ratio came in at 0.02 in Q2 2022, down 269.66% on a YoY basis from 0.01 in Q2 2021, and up 63.83% quarter-over-quarter from 0.05 in Q4 2021.
People (PPLI) FCF Payout Ratio (2019 - 2022) Analysis & Trends
People (PPLI) has reported FCF Payout Ratio for 4 consecutive years, with 0.02 the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, FCF Payout Ratio fell 269.66% year-over-year to 0.02; the trailing twelve-month figure through Sep 2023 stood at 0.14 (up 763.6% YoY), and the FY2024 full-year result was 0.09, changed N/A from the prior year.
- FCF Payout Ratio grew to 0.02 in Q2 2022 per PPLI's latest filing, from 0.05 in the prior quarter.
- Across five years, FCF Payout Ratio topped out at 0.72 in Q1 2021 and bottomed at 0.24 in Q1 2019.
- Historically, FCF Payout Ratio has averaged 0.1 across 4 years, with a median of 0.02 in 2020.
- The sharpest annual moves came in 2020 and 2022: FCF Payout Ratio soared 1581.65% in 2020, then sank 269.66% in 2022.
- Over 4 years, FCF Payout Ratio stood at 0.29 in 2019, then sank by 93.79% to 0.02 in 2020, then plunged by 378.71% to 0.05 in 2021, then soared by 63.83% to 0.02 in 2022.
- According to Business Quant data, FCF Payout Ratio over the past three periods registered 0.02, 0.05, and 0.21 for Q2 2022, Q4 2021, and Q3 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Cover (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 | 0.09 |
| 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 | 0.42 |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 0.05 |
| 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, 2022 | -0.02 |
| Dec 31, 2021 | -0.05 |
| Sep 30, 2021 | 0.21 |
| Jun 30, 2021 | 0.01 |
| Mar 31, 2021 | 0.72 |
| Sep 30, 2020 | 0.02 |
| Mar 31, 2020 | 0.13 |
| Dec 31, 2019 | 0.29 |
| Sep 30, 2019 | 0.00 |
| Jun 30, 2019 | 0.04 |
| Mar 31, 2019 | -0.24 |
People FCF 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=fcf-payout-ratio&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-payout-ratio&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();