Logitech International (LOGI) Income from Discontinued Operations (2014 - 2016)
Logitech International (LOGI) posted Income from Discontinued Operations of $11.7 million for Q1 2016, up 495.63% on a QoQ basis from -$3.0 million in Q4 2015, and up 109.12% year-over-year from $5.6 million in Q2 2015.
Logitech International (LOGI) Income from Discontinued Operations (2014 - 2016) Analysis & Trends
Logitech International has reported Income from Discontinued Operations for 3 years, with the latest figure at $11.7 million in Q1 2016.
- On a quarterly basis, Income from Discontinued Operations rose 109.12% year-over-year to $11.7 million in Q1 2016; TTM through Dec 2016 was $11.7 million, a 107.85% increase from a year earlier, with the FY2016 full-year figure at -$9.0 million, up 93.5% from the prior year.
- Income from Discontinued Operations was $11.7 million for Q1 2016 at Logitech International, up from -$3.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $11.7 million in Q1 2016, with the low at -$128.1 million in Q1 2015.
- Average Income from Discontinued Operations over 3 years is -$23.5 million, with a median of -$4.5 million recorded in 2014.
- The sharpest annual moves came in 2015 and 2016: Income from Discontinued Operations increased 18.71% in 2015, then soared 109.12% in 2016.
- Over 3 years, Income from Discontinued Operations stood at -$3.6 million in 2014, then climbed by 18.71% to -$3.0 million in 2015, then jumped by 495.63% to $11.7 million in 2016.
- The last three Income from Discontinued Operations figures came in at $11.7 million (Q1 2016), -$3.0 million (Q4 2015), and -$12.4 million (Q3 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | - |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2016 | 11.69 Mn |
| Dec 31, 2015 | -2.95 Mn |
| Sep 30, 2015 | -12.36 Mn |
| Jun 30, 2015 | -5.42 Mn |
| Mar 31, 2015 | -128.09 Mn |
| Dec 31, 2014 | -3.63 Mn |
Logitech International Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "LOGI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();