LG Display (LPL) Short term Debt (2009 - 2026)
LG Display's (LPL) quarterly Short term Debt came in at $4.1 billion in Q2 2026, up 2.79% year-over-year from $4.0 billion in Q2 2025, and up 22.25% quarter-over-quarter from $3.3 billion in Q1 2026.
LG Display (LPL) Short term Debt (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Short term Debt for 18 consecutive years, with $4.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Short term Debt rose 2.79% year-over-year to $4.1 billion in Q2 2026; TTM through Jun 2026 was $4.1 billion, a 2.79% increase from a year earlier, with the FY2025 full-year figure at $2.6 billion, down 43.98% from the prior year.
- Short term Debt was $4.1 billion for Q2 2026 at LG Display, up from $3.3 billion in the prior quarter.
- Over five years, Short term Debt peaked at $4.9 billion in Q2 2022 and troughed at $2.6 billion in Q4 2025.
- A 5-year average of $4.1 billion and a median of $4.1 billion in 2022 frame the typical range for Short term Debt.
- Across the five-year window, Short term Debt rose 22.94% in 2022 and tumbled 43.98% in 2025, its largest moves.
- Over 5 years, Short term Debt stood at $4.0 billion in 2022, then retreated by 1.27% to $4.0 billion in 2023, then advanced by 17.47% to $4.7 billion in 2024, then plunged by 43.98% to $2.6 billion in 2025, then soared by 55.29% to $4.1 billion in 2026.
- The last three Short term Debt figures came in at $4.1 billion (Q2 2026), $3.3 billion (Q1 2026), and $2.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 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 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.08 Bn |
| Mar 31, 2026 | 3.34 Bn |
| Dec 31, 2025 | 2.63 Bn |
| Sep 30, 2025 | 3.93 Bn |
| Jun 30, 2025 | 3.97 Bn |
| Mar 31, 2025 | 4.84 Bn |
| Dec 31, 2024 | 4.69 Bn |
| Sep 30, 2024 | 4.67 Bn |
| Jun 30, 2024 | 4.37 Bn |
| Mar 31, 2024 | 4.45 Bn |
| Dec 31, 2023 | 3.99 Bn |
| Sep 30, 2023 | 4.15 Bn |
| Jun 30, 2023 | 3.80 Bn |
| Mar 31, 2023 | 4.14 Bn |
| Dec 31, 2022 | 4.04 Bn |
| Sep 30, 2022 | 3.97 Bn |
| Jun 30, 2022 | 4.88 Bn |
| Mar 31, 2022 | 4.05 Bn |
| Dec 31, 2021 | 3.44 Bn |
| Sep 30, 2021 | 3.23 Bn |
LG Display Short term Debt 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=short-term-debt&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();