Logitech International (LOGI) Non-Current Deferred Tax Liability (2012 - 2014)
Logitech International (LOGI) posted Non-Current Deferred Tax Liability of $2.1 million for Q3 2014, down 5.52% on a QoQ basis from $2.2 million in Q2 2014, and up 9.72% year-over-year from $1.9 million in Q3 2013.
Logitech International (LOGI) Non-Current Deferred Tax Liability (2012 - 2014) Analysis & Trends
Logitech International has reported Non-Current Deferred Tax Liability for 3 years, with the latest figure at $2.1 million in Q3 2014.
- On a quarterly basis, Non-Current Deferred Tax Liability rose 9.72% year-over-year to $2.1 million in Q3 2014; TTM through Sep 2014 was $2.1 million, a 9.72% increase from a year earlier, with the FY2014 full-year figure at $2.3 million, up 12.5% from the prior year.
- Non-Current Deferred Tax Liability was $2.1 million for Q3 2014 at Logitech International, down from $2.2 million in the prior quarter.
- The five-year high for Non-Current Deferred Tax Liability was $2.5 million in Q1 2012, with the low at $1.8 million in Q4 2013.
- Average Non-Current Deferred Tax Liability over 3 years is $2.1 million, with a median of $2.1 million recorded in 2013.
- The sharpest annual moves came in 2013 and 2014: Non-Current Deferred Tax Liability declined 18.5% in 2013, then climbed 12.5% in 2014.
- Over 3 years, Non-Current Deferred Tax Liability stood at $2.5 million in 2012, then retreated by 29.61% to $1.8 million in 2013, then gained by 16.11% to $2.1 million in 2014.
- The last three Non-Current Deferred Tax Liability figures came in at $2.1 million (Q3 2014), $2.2 million (Q2 2014), and $2.3 million (Q1 2014), per Business Quant data.
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 |
|---|---|
| Sep 30, 2014 | 2.05 Mn |
| Jun 30, 2014 | 2.17 Mn |
| Mar 31, 2014 | 2.30 Mn |
| Dec 31, 2013 | 1.77 Mn |
| Sep 30, 2013 | 1.87 Mn |
| Jun 30, 2013 | 1.96 Mn |
| Mar 31, 2013 | 2.05 Mn |
| Mar 31, 2012 | 2.51 Mn |
Logitech International Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();