LG Display (LPL) EBITDA Margin (2009 - 2026)
LG Display's (LPL) quarterly EBITDA Margin came in at 1.92% in Q2 2026, up 16.0% year-over-year from 1.65% in Q2 2025, and down 172.4% quarter-over-quarter from 2.65% in Q1 2026.
LG Display (LPL) EBITDA Margin (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported EBITDA Margin for 18 consecutive years, with 1.92% the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBITDA Margin rose 16.0% year-over-year to 1.92% in Q2 2026; TTM through Jun 2026 was 2.6%, a 292.0% increase from a year earlier, with the FY2025 full-year figure at 2.0%, up 411.0% from the prior year.
- EBITDA Margin was 1.92% for Q2 2026 at LG Display, down from 2.65% in the prior quarter.
- Over five years, EBITDA Margin peaked at 6.2% in Q3 2025 and troughed at 24.9% in Q1 2023.
- A 5-year average of 4.98% and a median of 1.66% in 2026 frame the typical range for EBITDA Margin.
- Across the five-year window, EBITDA Margin slumped 2549 bps in 2023 and surged 1721 bps in 2024, its largest moves.
- Over 5 years, EBITDA Margin stood at 12.0% in 2022, then jumped by 115 bps to 1.78% in 2023, then plunged by 41 bps to 1.06% in 2024, then soared by 121 bps to 2.34% in 2025, then sank by 182 bps to 1.92% in 2026.
- The last three EBITDA Margin figures came in at 1.92% (Q2 2026), 2.65% (Q1 2026), and 2.34% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 31.49% |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | -47.91% |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 20.62% |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 16.21% |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 6.02% |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 14.81% |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -1.92% |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 0.25% |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 18.24% |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -36.69% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.92% |
| Mar 31, 2026 | 2.65% |
| Dec 31, 2025 | 2.34% |
| Sep 30, 2025 | 6.20% |
| Jun 30, 2025 | -2.08% |
| Mar 31, 2025 | 0.55% |
| Dec 31, 2024 | 1.06% |
| Sep 30, 2024 | -1.18% |
| Jun 30, 2024 | -1.40% |
| Mar 31, 2024 | -8.94% |
| Dec 31, 2023 | 1.78% |
| Sep 30, 2023 | -13.84% |
| Jun 30, 2023 | -18.60% |
| Mar 31, 2023 | -24.90% |
| Dec 31, 2022 | -12.00% |
| Sep 30, 2022 | -11.21% |
| Jun 30, 2022 | -8.71% |
| Mar 31, 2022 | 0.59% |
| Dec 31, 2021 | 5.40% |
| Sep 30, 2021 | 7.33% |
LG Display EBITDA 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=ebitda-margin&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();