Salesforce (CRM) Non-Current Deferred Tax Liability (2010 - 2014)
Salesforce's (CRM) quarterly Non-Current Deferred Tax Liability came in at $210.3 million in Q4 2016, up 93.36% quarter-over-quarter from $108.8 million in Q1 2014.
Salesforce (CRM) Non-Current Deferred Tax Liability (2010 - 2014) Analysis & Trends
Salesforce (CRM) has reported Non-Current Deferred Tax Liability for 6 consecutive years, with $210.3 million the latest figure, recorded in Q4 2016.
- For the quarter ending Q4 2016, Non-Current Deferred Tax Liability changed N/A year-over-year to $210.3 million; the trailing twelve-month figure through Oct 2016 stood at $210.3 million (changed N/A YoY), and the FY2014 full-year result was $108.8 million, up 121.62% from the prior year.
- Non-Current Deferred Tax Liability improved to $210.3 million in Q4 2016 per CRM's latest filing, from $108.8 million in the prior quarter.
- Across five years, Non-Current Deferred Tax Liability topped out at $210.3 million in Q4 2016 and bottomed at $49.1 million in Q1 2013.
- Historically, Non-Current Deferred Tax Liability has averaged $78.0 million across 4 years, with a median of $51.1 million in 2012.
- The sharpest annual moves came in 2013 and 2014: Non-Current Deferred Tax Liability declined 3.96% in 2013, then jumped 121.62% in 2014.
- Over 4 years, Non-Current Deferred Tax Liability stood at $51.1 million in 2012, then changed by 0.0% to $51.1 million in 2013, then soared by 112.84% to $108.8 million in 2014, then surged by 93.36% to $210.3 million in 2016.
- According to Business Quant data, Non-Current Deferred Tax Liability over the past three periods registered $210.3 million, $108.8 million, and $51.1 million for Q4 2016, Q1 2014, and Q2 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2014 | 108.76 Mn |
| Apr 30, 2013 | 51.10 Mn |
| Jan 31, 2013 | 49.07 Mn |
| Oct 31, 2012 | 51.10 Mn |
| Jul 31, 2012 | 51.10 Mn |
| Apr 30, 2012 | 51.10 Mn |
| Jan 31, 2012 | 51.10 Mn |
| Oct 31, 2011 | 51.10 Mn |
| Jul 31, 2011 | 51.10 Mn |
| Jan 31, 2011 | 51.10 Mn |
| Oct 31, 2010 | 51.10 Mn |
| Jul 31, 2010 | 51.10 Mn |
Salesforce 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=CRM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "ticker": "CRM", "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=CRM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();