LG Display (LPL) Other Working Capital Changes (2009 - 2024)
LG Display's (LPL) quarterly Other Working Capital Changes came in at -$13.5 million in Q2 2026, up 25.19% year-over-year from -$10.8 million in Q2 2025, and down 848.5% quarter-over-quarter from -$1.4 million in Q1 2026.
LG Display (LPL) Other Working Capital Changes (2009 - 2024) Analysis & Trends
LG Display (LPL) has reported Other Working Capital Changes for 2 consecutive years, with $973.4 million the latest figure, recorded in Q1 2024.
- On a quarterly basis, Other Working Capital Changes rose 25.19% year-over-year to -$13.5 million in Q2 2026; TTM through Jun 2026 was -$31.4 million, a 58.82% increase from a year earlier, with the FY2025 full-year figure at -$36.6 million, down 123.1% from the prior year.
- Other Working Capital Changes was -$13.5 million for Q2 2026 at LG Display, down from -$1.4 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $1.0 billion in Q2 2023 and troughed at -$53.2 million in Q4 2022.
- A 5-year average of $200.0 million and a median of -$2.3 million in 2022 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes plunged 406.71% in 2022 and soared 38748.27% in 2023, its largest moves.
- Over 5 years, Other Working Capital Changes stood at -$53.2 million in 2022, then jumped by 76.03% to -$12.8 million in 2023, then plunged by 241.05% to -$43.5 million in 2024, then gained by 29.57% to -$30.7 million in 2025, then surged by 55.97% to -$13.5 million in 2026.
- The last three Other Working Capital Changes figures came in at -$13.5 million (Q2 2026), -$1.4 million (Q1 2026), and -$30.7 million (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 |
|---|---|
| Mar 31, 2024 | 973.38 Mn |
| Mar 31, 2024 | 973.38 Mn |
| Dec 31, 2009 | -14.44 Mn |
| Dec 31, 2009 | -14.44 Mn |
| Sep 30, 2009 | 15.29 Mn |
| Sep 30, 2009 | 15.29 Mn |
| Jun 30, 2009 | 3.23 Mn |
| Jun 30, 2009 | 3.23 Mn |
| Mar 31, 2009 | 911,412.28 |
| Mar 31, 2009 | 911,412.28 |
LG Display Other Working Capital Changes 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=other-working-capital-changes&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();