LG Display (LPL) EBT Margin (2009 - 2026)
LG Display's (LPL) quarterly EBT Margin came in at 8.18% in Q2 2026, down 2594.0% year-over-year from 0.33% in Q2 2025, and up 13.3% quarter-over-quarter from 9.44% in Q1 2026.
LG Display (LPL) EBT Margin (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported EBT Margin for 18 consecutive years, with 8.18% the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT Margin fell 2594.0% year-over-year to 8.18% in Q2 2026; TTM through Jun 2026 was 5.13%, a 539.0% decrease from a year earlier, with the FY2025 full-year figure at 1.94%, up 1018.0% from the prior year.
- EBT Margin was 8.18% for Q2 2026 at LG Display, up from 9.44% in the prior quarter.
- Over five years, EBT Margin peaked at 17.75% in Q2 2025 and troughed at 33.44% in Q1 2023.
- A 5-year average of 9.2% and a median of 7.68% in 2024 frame the typical range for EBT Margin.
- The widest YoY moves for EBT Margin: up 2573 bps in 2023, down 3401 bps in 2023.
- Over 5 years, EBT Margin stood at 25.47% in 2022, then soared by 101 bps to 0.26% in 2023, then slumped by 2895 bps to 7.18% in 2024, then gained by 28 bps to 5.16% in 2025, then slumped by 59 bps to 8.18% in 2026.
- The last three EBT Margin figures came in at 8.18% (Q2 2026), 9.44% (Q1 2026), and 5.16% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | -741.16% |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 13.62% |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 18.30% |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 15.85% |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 4.77% |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 13.55% |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -8.18% |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 8.17% |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 17.92% |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -32.93% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.18% |
| Mar 31, 2026 | -9.44% |
| Dec 31, 2025 | -5.16% |
| Sep 30, 2025 | 0.43% |
| Jun 30, 2025 | 17.75% |
| Mar 31, 2025 | -2.45% |
| Dec 31, 2024 | -7.18% |
| Sep 30, 2024 | -3.04% |
| Jun 30, 2024 | -6.45% |
| Mar 31, 2024 | -18.83% |
| Dec 31, 2023 | 0.26% |
| Sep 30, 2023 | -21.03% |
| Jun 30, 2023 | -18.51% |
| Mar 31, 2023 | -33.44% |
| Dec 31, 2022 | -25.47% |
| Sep 30, 2022 | -16.23% |
| Jun 30, 2022 | -9.13% |
| Mar 31, 2022 | 0.58% |
| Dec 31, 2021 | 2.68% |
| Sep 30, 2021 | 8.42% |
LG Display EBT Margin 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=ebt-margin&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();