LG Display (LPL) Interest Coverage Ratio (2009 - 2026)
LG Display's (LPL) quarterly Interest Coverage Ratio came in at 0.29 in Q2 2026, up 9.36% year-over-year from 0.27 in Q2 2025, and up 204.67% quarter-over-quarter from 0.28 in Q1 2026.
LG Display (LPL) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Interest Coverage Ratio for 18 consecutive years, with 0.29 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio rose 9.36% year-over-year to 0.29 in Q2 2026; TTM through Jun 2026 was 0.52, a 1207.95% decrease from a year earlier, with the FY2025 full-year figure at 0.45, down 245.73% from the prior year.
- Interest Coverage Ratio was 0.29 for Q2 2026 at LG Display, up from 0.28 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 2.82 in Q2 2023 and troughed at 4.84 in Q4 2022.
- A 5-year average of 0.09 and a median of 0.23 in 2024 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio jumped 1623.39% in 2023 and tumbled 1371.58% in 2025, its largest moves.
- Over 5 years, Interest Coverage Ratio stood at 4.84 in 2022, then jumped by 91.79% to 0.4 in 2023, then soared by 67.8% to 0.13 in 2024, then sank by 466.75% to 0.72 in 2025, then soared by 140.0% to 0.29 in 2026.
- The last three Interest Coverage Ratio figures came in at 0.29 (Q2 2026), 0.28 (Q1 2026), and 0.72 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 77.58 |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | -23.87 |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | - |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 20.86 |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 5.18 |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | - |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -0.29 |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 0.54 |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 21.32 |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.29 |
| Mar 31, 2026 | -0.28 |
| Dec 31, 2025 | -0.72 |
| Sep 30, 2025 | -2.95 |
| Jun 30, 2025 | 0.27 |
| Mar 31, 2025 | -0.10 |
| Dec 31, 2024 | -0.13 |
| Sep 30, 2024 | 0.23 |
| Jun 30, 2024 | 0.22 |
| Mar 31, 2024 | 1.15 |
| Dec 31, 2023 | -0.40 |
| Sep 30, 2023 | 1.91 |
| Jun 30, 2023 | 2.82 |
| Mar 31, 2023 | 1.64 |
| Dec 31, 2022 | -4.84 |
| Sep 30, 2022 | 1.29 |
| Jun 30, 2022 | 1.29 |
| Mar 31, 2022 | -0.11 |
| Dec 31, 2021 | -2.55 |
| Sep 30, 2021 | -1.75 |
LG Display Interest Coverage Ratio 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-coverage-ratio&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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-coverage-ratio&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();