LG Display (LPL) Notes Payables (2009 - 2025)
LG Display's (LPL) quarterly Notes Payables came in at $110.5 million in Q4 2025, up 114.44% year-over-year from $51.6 million in Q4 2024, and up 114.44% quarter-over-quarter from -$765.7 million in Q4 2024.
LG Display (LPL) Notes Payables (2009 - 2025) Analysis & Trends
LG Display (LPL) has reported Notes Payables for 7 consecutive years, with $110.5 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Notes Payables rose 114.44% year-over-year to $110.5 million in Q4 2025; TTM through Dec 2025 was $110.5 million, a 114.44% increase from a year earlier, with the FY2025 full-year figure at $110.5 million, up 114.44% from the prior year.
- Notes Payables was $110.5 million for Q4 2025 at LG Display, up from -$765.7 million in the prior quarter.
- Over five years, Notes Payables peaked at $1.9 billion in Q4 2022 and troughed at -$765.7 million in Q4 2024.
- A 5-year average of $635.2 million and a median of $509.1 million in 2021 frame the typical range for Notes Payables.
- Across the five-year window, Notes Payables surged 273.07% in 2022 and plunged 153.82% in 2024, its largest moves.
- Over 5 years, Notes Payables stood at $509.1 million in 2021, then surged by 273.07% to $1.9 billion in 2022, then decreased by 25.08% to $1.4 billion in 2023, then sank by 153.82% to -$765.7 million in 2024, then surged by 114.44% to $110.5 million in 2025.
- The last three Notes Payables figures came in at $110.5 million (Q4 2025), -$765.7 million (Q4 2024), and $1.4 billion (Q4 2023), 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 |
|---|---|
| Dec 31, 2025 | 110.54 Mn |
| Dec 31, 2024 | -765.73 Mn |
| Dec 31, 2023 | 1.42 Bn |
| Dec 31, 2022 | 1.90 Bn |
| Dec 31, 2021 | 509.08 Mn |
| Dec 31, 2016 | 97.99 Mn |
| Dec 31, 2009 | 661.71 Mn |
| Sep 30, 2009 | 200.41 Mn |
| Jun 30, 2009 | 183.16 Mn |
LG Display Notes Payables 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=notes-payables&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();