LG Display (LPL) Raw Materials (2016 - 2025)
LG Display's (LPL) quarterly Raw Materials came in at $348.5 million in Q4 2025, up 5.38% year-over-year from $330.7 million in Q4 2024, and up 5.38% quarter-over-quarter from $330.7 million in Q4 2024.
LG Display (LPL) Raw Materials (2016 - 2025) Analysis & Trends
LG Display (LPL) has reported Raw Materials for 8 consecutive years, with $348.5 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Raw Materials rose 5.38% year-over-year to $348.5 million in Q4 2025; TTM through Dec 2025 was $348.5 million, a 5.38% increase from a year earlier, with the FY2025 full-year figure at $348.5 million, up 5.38% from the prior year.
- Raw Materials was $348.5 million for Q4 2025 at LG Display, up from $330.7 million in the prior quarter.
- Over five years, Raw Materials peaked at $664.8 million in Q4 2021 and troughed at $330.7 million in Q4 2024.
- A 5-year average of $434.2 million and a median of $348.5 million in 2025 frame the typical range for Raw Materials.
- Across the five-year window, Raw Materials retreated 27.81% in 2022 and increased 5.38% in 2025, its largest moves.
- Over 5 years, Raw Materials stood at $664.8 million in 2021, then dropped by 27.81% to $479.9 million in 2022, then decreased by 27.71% to $346.9 million in 2023, then fell by 4.69% to $330.7 million in 2024, then climbed by 5.38% to $348.5 million in 2025.
- The last three Raw Materials figures came in at $348.5 million (Q4 2025), $330.7 million (Q4 2024), and $346.9 million (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 | 348.46 Mn |
| Dec 31, 2024 | 330.67 Mn |
| Dec 31, 2023 | 346.94 Mn |
| Dec 31, 2022 | 479.93 Mn |
| Dec 31, 2021 | 664.81 Mn |
| Dec 31, 2018 | 492.25 Mn |
| Dec 31, 2017 | 311.81 Mn |
| Dec 31, 2016 | 307.09 Mn |
LG Display Raw Materials 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=raw-materials&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();