LG Display (LPL) Research & Development (2009 - 2026)
LG Display's (LPL) quarterly Research & Development came in at -$220.2 million in Q2 2026, up 8.83% year-over-year from -$202.4 million in Q2 2025, and up 3.12% quarter-over-quarter from -$227.3 million in Q1 2026.
LG Display (LPL) Research & Development (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Research & Development for 18 consecutive years, with -$220.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Research & Development rose 8.83% year-over-year to -$220.2 million in Q2 2026; TTM through Jun 2026 was -$957.3 million, a 7.99% increase from a year earlier, with the FY2025 full-year figure at -$975.7 million, up 6.19% from the prior year.
- Research & Development was -$220.2 million for Q2 2026 at LG Display, up from -$227.3 million in the prior quarter.
- Over five years, Research & Development peaked at -$220.2 million in Q2 2026 and troughed at -$288.7 million in Q4 2022.
- A 5-year average of -$257.4 million and a median of -$258.6 million in 2023 frame the typical range for Research & Development.
- Across the five-year window, Research & Development retreated 8.45% in 2024 and increased 13.06% in 2025, its largest moves.
- Over 5 years, Research & Development stood at -$288.7 million in 2022, then grew by 10.48% to -$258.4 million in 2023, then retreated by 4.68% to -$270.5 million in 2024, then rose by 3.51% to -$261.0 million in 2025, then rose by 15.62% to -$220.2 million in 2026.
- The last three Research & Development figures came in at -$220.2 million (Q2 2026), -$227.3 million (Q1 2026), and -$261.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | R&D (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 104.40 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 216.38 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 184.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 31.04 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | - |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 10.60 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -220.25 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 34.07 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 9.01 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | 19.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -220.25 Mn |
| Mar 31, 2026 | -227.33 Mn |
| Dec 31, 2025 | -261.01 Mn |
| Sep 30, 2025 | -248.68 Mn |
| Jun 30, 2025 | -241.58 Mn |
| Mar 31, 2025 | -242.23 Mn |
| Dec 31, 2024 | -270.51 Mn |
| Sep 30, 2024 | -286.03 Mn |
| Jun 30, 2024 | -251.10 Mn |
| Mar 31, 2024 | -255.87 Mn |
| Dec 31, 2023 | -258.42 Mn |
| Sep 30, 2023 | -263.75 Mn |
| Jun 30, 2023 | -258.69 Mn |
| Mar 31, 2023 | -276.98 Mn |
| Dec 31, 2022 | -288.68 Mn |
| Sep 30, 2022 | -261.50 Mn |
| Jun 30, 2022 | -253.02 Mn |
| Mar 31, 2022 | -267.94 Mn |
| Dec 31, 2021 | -282.06 Mn |
| Sep 30, 2021 | -274.24 Mn |
LG Display Research & Development 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=research-and-development&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();