LG Display (LPL) EPS (Basic) (2009 - 2026)
LG Display's (LPL) quarterly EPS (Basic) came in at $0.2 in Q2 2026, up 136.27% year-over-year from $0.08 in Q2 2025, and down 43.54% quarter-over-quarter from $0.35 in Q1 2026.
LG Display (LPL) EPS (Basic) (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported EPS (Basic) for 18 consecutive years, with $0.2 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 136.27% year-over-year to $0.2 in Q2 2026; TTM through Jun 2026 was $0.98, a 413.46% increase from a year earlier, with the FY2025 full-year figure at -$0.07, down 112.28% from the prior year.
- EPS (Basic) was $0.2 for Q2 2026 at LG Display, down from $0.35 in the prior quarter.
- Over five years, EPS (Basic) peaked at $0.45 in Q3 2022 and troughed at -$0.94 in Q4 2022.
- A 5-year average of $0.04 and a median of $0.18 in 2023 frame the typical range for EPS (Basic).
- The widest YoY moves for EPS (Basic): up 13865871.23% in 2022, down 79447356.63% in 2022.
- Over 5 years, EPS (Basic) stood at -$0.94 in 2022, then surged by 81.69% to -$0.17 in 2023, then jumped by 349.06% to $0.43 in 2024, then plunged by 52.54% to $0.2 in 2025, then dropped by 3.03% to $0.2 in 2026.
- The last three EPS (Basic) figures came in at $0.2 (Q2 2026), $0.35 (Q1 2026), and $0.2 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | -96.00 |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 1.36 |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 4.88 |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 3.53 |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 0.21 |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 0.23 |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -0.27 |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 0.07 |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 2.50 |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -0.27 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.20 |
| Mar 31, 2026 | 0.35 |
| Dec 31, 2025 | 0.20 |
| Sep 30, 2025 | 0.24 |
| Jun 30, 2025 | -0.54 |
| Mar 31, 2025 | 0.00 |
| Dec 31, 2024 | 0.43 |
| Sep 30, 2024 | -0.26 |
| Jun 30, 2024 | 0.24 |
| Mar 31, 2024 | 0.26 |
| Dec 31, 2023 | -0.17 |
| Sep 30, 2023 | 0.16 |
| Jun 30, 2023 | -0.30 |
| Mar 31, 2023 | 0.00 |
| Dec 31, 2022 | -0.94 |
| Sep 30, 2022 | 0.45 |
| Jun 30, 2022 | 0.35 |
| Mar 31, 2022 | 0.00 |
| Dec 31, 2021 | 0.00 |
| Sep 30, 2021 | -0.02 |
LG Display EPS (Basic) 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=eps-basic&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();