LG Display (LPL) Other financing activities (2010 - 2026)
LG Display's (LPL) quarterly Other financing activities came in at -$1.1 million in Q2 2026, up 63.94% year-over-year from -$652603.6 in Q2 2025, and down 4243.56% quarter-over-quarter from -$24631.2 in Q1 2026.
LG Display (LPL) Other financing activities (2010 - 2026) Analysis & Trends
LG Display (LPL) has reported Other financing activities for 17 consecutive years, with -$1.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities rose 63.94% year-over-year to -$1.1 million in Q2 2026; TTM through Jun 2026 was -$2.4 million, a 4.02% increase from a year earlier, with the FY2025 full-year figure at -$3.0 million, down 108.29% from the prior year.
- Other financing activities was -$1.1 million for Q2 2026 at LG Display, down from -$24631.2 in the prior quarter.
- Over five years, Other financing activities peaked at $3.0 million in Q3 2025 and troughed at -$4.3 million in Q4 2025.
- A 5-year average of -$665322.2 and a median of -$399402.2 in 2023 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities sank 18707.75% in 2024 and soared 406790.05% in 2025, its largest moves.
- Over 5 years, Other financing activities stood at -$1.4 million in 2022, then soared by 70.35% to -$424805.1 in 2023, then plunged by 78.75% to -$759347.3 in 2024, then plunged by 465.51% to -$4.3 million in 2025, then jumped by 75.09% to -$1.1 million in 2026.
- The last three Other financing activities figures came in at -$1.1 million (Q2 2026), -$24631.2 (Q1 2026), and -$4.3 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 |
|---|---|
| Jun 30, 2026 | -1.07 Mn |
| Mar 31, 2026 | -24,631.16 |
| Dec 31, 2025 | -4.29 Mn |
| Sep 30, 2025 | 3.00 Mn |
| Jun 30, 2025 | -2.97 Mn |
| Mar 31, 2025 | 1.24 Mn |
| Dec 31, 2024 | -759,347.27 |
| Sep 30, 2024 | 738.06 |
| Mar 31, 2024 | -738,059.88 |
| Dec 31, 2023 | -424,805.06 |
| Sep 30, 2023 | -2.61 Mn |
| Mar 31, 2023 | -3,924.23 |
| Dec 31, 2022 | -1.43 Mn |
| Sep 30, 2022 | -373,999.41 |
| Jun 30, 2022 | -54,869.42 |
| Mar 31, 2022 | -134,519.59 |
| Dec 31, 2021 | -5.83 Mn |
| Sep 30, 2021 | -84,682.88 |
| Jun 30, 2021 | -250,753.04 |
| Mar 31, 2021 | 116,918.19 |
LG Display Other financing activities 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-financing-activities&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();