LG Display (LPL) Change in Intangibles (2009 - 2026)
LG Display's (LPL) quarterly Change in Intangibles came in at -$207.9 million in Q2 2026, down 259.2% year-over-year from $130.6 million in Q2 2025, and down 91.64% quarter-over-quarter from -$108.5 million in Q1 2026.
LG Display (LPL) Change in Intangibles (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Change in Intangibles for 18 consecutive years, with -$207.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Intangibles fell 259.2% year-over-year to -$207.9 million in Q2 2026; TTM through Jun 2026 was -$316.4 million, a 4846.71% decrease from a year earlier, with the FY2025 full-year figure at $1.3 million, down 70.49% from the prior year.
- Change in Intangibles was -$207.9 million for Q2 2026 at LG Display, down from -$108.5 million in the prior quarter.
- Over five years, Change in Intangibles peaked at $130.6 million in Q2 2025 and troughed at -$207.9 million in Q2 2026.
- A 5-year average of -$18.5 million and a median of $498200.7 in 2022 frame the typical range for Change in Intangibles.
- The widest YoY moves for Change in Intangibles: up 3402.62% in 2025, down 487293.83% in 2025.
- Over 5 years, Change in Intangibles stood at $696762.2 in 2022, then plunged by 57.0% to $299639.3 in 2023, then sank by 89.21% to $32327.9 in 2024, then surged by 403864.93% to $130.6 million in 2025, then sank by 259.2% to -$207.9 million in 2026.
- The last three Change in Intangibles figures came in at -$207.9 million (Q2 2026), -$108.5 million (Q1 2026), and $130.6 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Intangibles (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 | -207.90 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 | -207.90 Mn |
| Mar 31, 2026 | -108.49 Mn |
| Jun 30, 2025 | 130.59 Mn |
| Mar 31, 2025 | -124.75 Mn |
| Dec 31, 2024 | 32,327.93 |
| Sep 30, 2024 | 791,198.15 |
| Jun 30, 2024 | 3.73 Mn |
| Mar 31, 2024 | 25,606.16 |
| Dec 31, 2023 | 299,639.29 |
| Sep 30, 2023 | 1.31 Mn |
| Jun 30, 2023 | 112.05 Mn |
| Mar 31, 2023 | -112.26 Mn |
| Dec 31, 2022 | 696,762.17 |
| Sep 30, 2022 | 234,871.63 |
| Jun 30, 2022 | 3.40 Mn |
| Mar 31, 2022 | 4.87 Mn |
| Sep 30, 2021 | 241.71 Mn |
| Jun 30, 2021 | -73.14 Mn |
| Mar 31, 2021 | -175.21 Mn |
| Dec 31, 2020 | 14.07 Mn |
LG Display Change in Intangibles 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=change-in-intangibles&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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=change-in-intangibles&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();