LG Display (LPL) Gains from Sales and Divestitures (2009 - 2015)
LG Display's (LPL) quarterly Gains from Sales and Divestitures came in at $293189.2 in Q4 2015, up 477.73% year-over-year from $50748.8 in Q4 2014, and up 148.29% quarter-over-quarter from -$607175.8 in Q3 2015.
LG Display (LPL) Gains from Sales and Divestitures (2009 - 2015) Analysis & Trends
LG Display (LPL) has reported Gains from Sales and Divestitures for 7 consecutive years, with $293189.2 the latest figure, recorded in Q4 2015.
- On a quarterly basis, Gains from Sales and Divestitures rose 477.73% year-over-year to $293189.2 in Q4 2015; TTM through Dec 2019 was -$313986.6, a N/A change from a year earlier, with the FY2023 full-year figure at $77.7 million, up 93.86% from the prior year.
- Gains from Sales and Divestitures was $293189.2 for Q4 2015 at LG Display, up from -$607175.8 in the prior quarter.
- Over five years, Gains from Sales and Divestitures peaked at $108.8 million in Q1 2011 and troughed at -$1.5 million in Q3 2011.
- A 5-year average of $13.4 million and a median of $2.7 million in 2012 frame the typical range for Gains from Sales and Divestitures.
- Across the five-year window, Gains from Sales and Divestitures surged 3530.17% in 2011 and sank 7872.56% in 2015, its largest moves.
- Over 5 years, Gains from Sales and Divestitures stood at $46.0 million in 2011, then rose by 5.64% to $48.6 million in 2012, then plunged by 92.49% to $3.6 million in 2013, then tumbled by 98.61% to $50748.8 in 2014, then jumped by 477.73% to $293189.2 in 2015.
- The last three Gains from Sales and Divestitures figures came in at $293189.2 (Q4 2015), -$607175.8 (Q3 2015), and $890636.6 (Q2 2015), 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, 2015 | 293,189.19 |
| Sep 30, 2015 | -607,175.77 |
| Jun 30, 2015 | 890,636.63 |
| Mar 31, 2015 | 242,875.92 |
| Dec 31, 2014 | 50,748.76 |
| Sep 30, 2014 | 7,811.79 |
| Jun 30, 2014 | 12.12 Mn |
| Mar 31, 2014 | 2.77 Mn |
| Dec 31, 2013 | 3.65 Mn |
| Sep 30, 2013 | 22.81 Mn |
| Jun 30, 2013 | 3.85 Mn |
| Mar 31, 2013 | 9.60 Mn |
| Dec 31, 2012 | 48.61 Mn |
| Sep 30, 2012 | 2.59 Mn |
| Jun 30, 2012 | 1.15 Mn |
| Mar 31, 2012 | 6.07 Mn |
| Dec 31, 2011 | 46.01 Mn |
| Sep 30, 2011 | -1.51 Mn |
| Jun 30, 2011 | 1.51 Mn |
| Mar 31, 2011 | 108.81 Mn |
LG Display Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "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=gains-from-sales-and-divestitures&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();