Cisco Systems (CSCO) Current Deferred Tax Assets (2009 - 2016)
Cisco Systems' (CSCO) quarterly Current Deferred Tax Assets came in at $2.7 billion in Q2 2016, up 7.25% year-over-year from $2.5 billion in Q2 2015, and down 3.92% quarter-over-quarter from $2.8 billion in Q1 2016.
Cisco Systems (CSCO) Current Deferred Tax Assets (2009 - 2016) Analysis & Trends
Cisco Systems has disclosed Current Deferred Tax Assets across 8 years of filings, most recently posting $2.7 billion for Q2 2016.
- In Q2 2016, Current Deferred Tax Assets rose 7.25% year-over-year to $2.7 billion; the TTM figure through Apr 2016 stood at $2.7 billion (up 7.25% YoY), while the FY2015 annual figure was $2.9 billion, up 3.81% from the prior year.
- Current Deferred Tax Assets came in at $2.7 billion for Q2 2016 at Cisco Systems, down from $2.8 billion in the prior quarter.
- In the past five years, Current Deferred Tax Assets ranged from a high of $2.9 billion in Q3 2015 to a low of $2.1 billion in Q1 2012.
- Average Current Deferred Tax Assets over 5 years is $2.5 billion, with a median of $2.5 billion recorded in 2014.
- Year-over-year, Current Deferred Tax Assets fell 4.81% in 2012 and advanced 15.26% in 2014.
- Over 5 years, Current Deferred Tax Assets stood at $2.3 billion in 2012, then climbed by 3.55% to $2.3 billion in 2013, then advanced by 15.26% to $2.7 billion in 2014, then climbed by 0.63% to $2.7 billion in 2015, then advanced by 0.63% to $2.7 billion in 2016.
- Per Business Quant data, the three most recent Current Deferred Tax Assets figures were $2.7 billion in Q2 2016, $2.8 billion in Q1 2016, and $2.7 billion in Q4 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn |
| 10 | Lumentum Holdings | 83.43 Bn | 75.24 Bn | 477.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2016 | 2.72 Bn |
| Jan 23, 2016 | 2.83 Bn |
| Oct 24, 2015 | 2.71 Bn |
| Jul 25, 2015 | 2.92 Bn |
| Apr 25, 2015 | 2.54 Bn |
| Jan 24, 2015 | 2.65 Bn |
| Oct 25, 2014 | 2.69 Bn |
| Jul 26, 2014 | 2.81 Bn |
| Apr 26, 2014 | 2.50 Bn |
| Jan 25, 2014 | 2.42 Bn |
| Oct 26, 2013 | 2.33 Bn |
| Jul 27, 2013 | 2.62 Bn |
| Apr 27, 2013 | 2.38 Bn |
| Jan 26, 2013 | 2.30 Bn |
| Oct 27, 2012 | 2.25 Bn |
| Jul 28, 2012 | 2.29 Bn |
| Apr 28, 2012 | 2.10 Bn |
| Jan 28, 2012 | 2.10 Bn |
| Oct 29, 2011 | 2.16 Bn |
| Jul 30, 2011 | 2.41 Bn |
Cisco Systems Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=CSCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "CSCO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-tax-assets&ticker=CSCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();