LG Display (LPL) FCF Payout Ratio (2009 - 2025)
LG Display's (LPL) quarterly FCF Payout Ratio came in at 0.01 in Q1 2025, up 92.11% quarter-over-quarter from 0.09 in Q4 2015.
LG Display (LPL) FCF Payout Ratio (2009 - 2025) Analysis & Trends
LG Display (LPL) has reported FCF Payout Ratio for 4 consecutive years, with 0.01 the latest figure, recorded in Q1 2025.
- On a quarterly basis, FCF Payout Ratio changed N/A year-over-year to 0.01 in Q1 2025; TTM through Dec 2025 was 0.0, a N/A change from a year earlier, with the FY2025 full-year figure at 0.0, up 94.25% from the prior year.
- FCF Payout Ratio was 0.01 for Q1 2025 at LG Display, up from 0.09 in the prior quarter.
- Over five years, FCF Payout Ratio peaked at 0.01 in Q1 2025 and troughed at 0.01 in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | - |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | - |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | - |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 0.15 |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 1.34 |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | - |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | - |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | - |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 0.12 |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | -0.01 |
| Dec 31, 2015 | -0.09 |
| Jun 30, 2010 | -0.19 |
| Mar 31, 2010 | 0.00 |
| Sep 30, 2009 | -0.07 |
LG Display 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=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "ticker": "LPL", "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=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();