LG Display (LPL) Free Cash Flow (2009 - 2026)
LG Display's (LPL) quarterly Free Cash Flow came in at $1.2 billion in Q2 2026, up 32321.97% year-over-year from N/an in Q2 2025, and up 2190.02% quarter-over-quarter from $53.0 million in Q1 2026.
LG Display (LPL) Free Cash Flow (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Free Cash Flow for 18 consecutive years, with $1.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow rose 32321.97% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $3.2 billion, a 29.96% decrease from a year earlier, with the FY2025 full-year figure at $2.6 billion, down 21.57% from the prior year.
- Free Cash Flow was $1.2 billion for Q2 2026 at LG Display, up from $53.0 million in the prior quarter.
- Over five years, Free Cash Flow peaked at $3.8 billion in Q3 2023 and troughed at -$948.4 million in Q2 2023.
- A 5-year average of $828.0 million and a median of $618.4 million in 2025 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow slumped 255.66% in 2023 and jumped 32321.97% in 2026, its largest moves.
- Over 5 years, Free Cash Flow stood at $1.6 billion in 2022, then sank by 42.88% to $928.8 million in 2023, then surged by 260.39% to $3.3 billion in 2024, then slumped by 37.37% to $2.1 billion in 2025, then slumped by 42.1% to $1.2 billion in 2026.
- The last three Free Cash Flow figures came in at $1.2 billion (Q2 2026), $53.0 million (Q1 2026), and $2.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 196.20 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | -486.23 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 198.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 127.29 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 10.16 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 21.70 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | 1.21 Bn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | - |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 15.69 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -15.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.21 Bn |
| Mar 31, 2026 | 53.01 Mn |
| Dec 31, 2025 | 2.10 Bn |
| Sep 30, 2025 | -170.14 Mn |
| Jun 30, 2025 | -3.77 Mn |
| Mar 31, 2025 | 627.49 Mn |
| Dec 31, 2024 | 3.35 Bn |
| Sep 30, 2024 | 588.23 Mn |
| Jun 30, 2024 | -734.34 Mn |
| Mar 31, 2024 | 68.18 Mn |
| Dec 31, 2023 | 928.84 Mn |
| Sep 30, 2023 | 3.82 Bn |
| Jun 30, 2023 | -948.40 Mn |
| Mar 31, 2023 | 138.46 Mn |
| Dec 31, 2022 | 1.63 Bn |
| Sep 30, 2022 | 944.68 Mn |
| Jun 30, 2022 | 609.28 Mn |
| Mar 31, 2022 | 699.32 Mn |
| Dec 31, 2021 | 1.53 Bn |
| Sep 30, 2021 | 495.69 Mn |
LG Display Free Cash Flow 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=free-cash-flow&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();