LG Display (LPL) Interest Expenses (2009 - 2026)
LG Display's (LPL) quarterly Interest Expenses came in at -$247.6 million in Q2 2026, up 20.82% year-over-year from -$205.0 million in Q2 2025, and up 31.66% quarter-over-quarter from -$362.4 million in Q1 2026.
LG Display (LPL) Interest Expenses (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Interest Expenses for 18 consecutive years, with -$247.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Expenses rose 20.82% year-over-year to -$247.6 million in Q2 2026; TTM through Jun 2026 was -$876.2 million, a 30.91% increase from a year earlier, with the FY2025 full-year figure at -$797.4 million, up 39.08% from the prior year.
- Interest Expenses was -$247.6 million for Q2 2026 at LG Display, up from -$362.4 million in the prior quarter.
- Over five years, Interest Expenses peaked at $133.3 million in Q4 2022 and troughed at -$524.3 million in Q1 2023.
- A 5-year average of -$274.2 million and a median of -$279.4 million in 2022 frame the typical range for Interest Expenses.
- Across the five-year window, Interest Expenses soared 184.61% in 2022 and tumbled 289.12% in 2023, its largest moves.
- Over 5 years, Interest Expenses stood at $133.3 million in 2022, then plunged by 289.12% to -$252.1 million in 2023, then tumbled by 85.17% to -$466.8 million in 2024, then soared by 65.56% to -$160.8 million in 2025, then slumped by 54.05% to -$247.6 million in 2026.
- The last three Interest Expenses figures came in at -$247.6 million (Q2 2026), -$362.4 million (Q1 2026), and -$160.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 3.60 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 41.05 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | - |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 5.74 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 10.33 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | - |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -247.64 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 602,420.52 |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 1.80 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -247.64 Mn |
| Mar 31, 2026 | -362.37 Mn |
| Dec 31, 2025 | -160.76 Mn |
| Sep 30, 2025 | -105.38 Mn |
| Jun 30, 2025 | -312.76 Mn |
| Mar 31, 2025 | -232.51 Mn |
| Dec 31, 2024 | -466.76 Mn |
| Sep 30, 2024 | -256.06 Mn |
| Jun 30, 2024 | -304.91 Mn |
| Mar 31, 2024 | -307.05 Mn |
| Dec 31, 2023 | -252.07 Mn |
| Sep 30, 2023 | -263.79 Mn |
| Jun 30, 2023 | -237.54 Mn |
| Mar 31, 2023 | -524.34 Mn |
| Dec 31, 2022 | 133.28 Mn |
| Sep 30, 2022 | -438.71 Mn |
| Jun 30, 2022 | -301.46 Mn |
| Mar 31, 2022 | -295.04 Mn |
| Dec 31, 2021 | -157.53 Mn |
| Sep 30, 2021 | -261.08 Mn |
LG Display Interest Expenses 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=interest-expenses&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();