LG Display (LPL) Other Operating Expenses (2009 - 2013)
LG Display's (LPL) quarterly Other Operating Expenses came in at -$73989.9 in Q3 2013, up 99.88% year-over-year from -$37016.7 in Q3 2012, and down 138.01% quarter-over-quarter from $194644.4 in Q1 2013.
LG Display (LPL) Other Operating Expenses (2009 - 2013) Analysis & Trends
LG Display (LPL) has reported Other Operating Expenses for 5 consecutive years, with -$73989.9 the latest figure, recorded in Q3 2013.
- On a quarterly basis, Other Operating Expenses rose 99.88% year-over-year to -$73989.9 in Q3 2013; TTM through Jun 2014 was -$73989.9, a 99.88% increase from a year earlier, with the FY2011 full-year figure at -$20.8 million, down 623.99% from the prior year.
- Other Operating Expenses was -$73989.9 for Q3 2013 at LG Display, down from $194644.4 in the prior quarter.
- Over five years, Other Operating Expenses peaked at $27.3 million in Q4 2010 and troughed at -$63.0 million in Q3 2012.
- A 5-year average of -$5.9 million and a median of $45020.6 in 2010 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses plunged 16094.63% in 2012 and surged 514.56% in 2013, its largest moves.
- Over 5 years, Other Operating Expenses stood at -$17.4 million in 2009, then jumped by 257.54% to $27.3 million in 2010, then sank by 180.69% to -$22.1 million in 2011, then plunged by 185.41% to -$63.0 million in 2012, then jumped by 99.88% to -$73989.9 in 2013.
- The last three Other Operating Expenses figures came in at -$73989.9 (Q3 2013), $194644.4 (Q1 2013), and -$63.0 million (Q3 2012), 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 |
|---|---|
| Sep 30, 2013 | -73,989.86 |
| Mar 31, 2013 | 194,644.36 |
| Sep 30, 2012 | -62.96 Mn |
| Mar 31, 2012 | -46,951.47 |
| Dec 31, 2011 | -22.06 Mn |
| Sep 30, 2011 | 393,639.18 |
| Jun 30, 2011 | 431,380.12 |
| Mar 31, 2011 | 541,151.05 |
| Dec 31, 2010 | 27.34 Mn |
| Sep 30, 2010 | -22.38 Mn |
| Jun 30, 2010 | 136,992.62 |
| Mar 31, 2010 | -134,015.76 |
| Dec 31, 2009 | -17.35 Mn |
| Sep 30, 2009 | 153,048.43 |
| Jun 30, 2009 | -323,976.57 |
| Mar 31, 2009 | 1.08 Mn |
LG Display Other Operating Expenses 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-operating-expenses&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();