Logitech International (LOGI) Liabilities from Discontinued Operations (2012 - 2015)
Logitech International (LOGI) posted Liabilities from Discontinued Operations of $34.6 million for Q4 2015, down 10.64% on a QoQ basis from $38.8 million in Q1 2015.
Logitech International (LOGI) Liabilities from Discontinued Operations (2012 - 2015) Analysis & Trends
Logitech International has reported Liabilities from Discontinued Operations for 3 years, with the latest figure at $34.6 million in Q4 2015.
- On a quarterly basis, Liabilities from Discontinued Operations changed N/A year-over-year to $34.6 million in Q4 2015; TTM through Dec 2015 was $34.6 million, a N/A change from a year earlier, with the FY2015 full-year figure at $38.8 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations was $34.6 million for Q4 2015 at Logitech International, down from $38.8 million in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was $38.8 million in Q1 2015, with the low at $2.0 million in Q4 2012.
- Average Liabilities from Discontinued Operations over 3 years is $19.7 million, with a median of $18.9 million recorded in 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Dec 31, 2015 | 34.64 Mn |
| Mar 31, 2015 | 38.77 Mn |
| Mar 31, 2013 | 3.20 Mn |
| Dec 31, 2012 | 2.02 Mn |
Logitech International Liabilities 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=liabilities-from-discontinued-operations&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-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=liabilities-from-discontinued-operations&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();