Sap Se (SAP) Non-cash Items (2012 - 2014)
Sap Se (SAP) posted Non-cash Items of $17.5 million for Q4 2014, down 78.93% on a QoQ basis from $83.0 million in Q4 2013, and down 78.93% year-over-year from $83.0 million in Q4 2013.
Sap Se (SAP) Non-cash Items (2012 - 2014) Analysis & Trends
Sap Se has reported Non-cash Items for 3 years, with the latest figure at $17.5 million in Q4 2014.
- On a quarterly basis, Non-cash Items fell 78.93% year-over-year to $17.5 million in Q4 2014; TTM through Dec 2014 was $195.2 million, a 9.85% increase from a year earlier, with the FY2014 full-year figure at $18.6 million, down 77.03% from the prior year.
- Non-cash Items was $17.5 million for Q4 2014 at Sap Se, down from $83.0 million in the prior quarter.
- The five-year high for Non-cash Items was $94.7 million in Q4 2012, with the low at $17.5 million in Q4 2014.
- Average Non-cash Items over 3 years is $65.1 million, with a median of $83.0 million recorded in 2013.
- The sharpest annual moves came in 2013 and 2014: Non-cash Items decreased 12.3% in 2013, then tumbled 78.93% in 2014.
- Over 3 years, Non-cash Items stood at $94.7 million in 2012, then fell by 12.3% to $83.0 million in 2013, then plunged by 78.93% to $17.5 million in 2014.
- The last three Non-cash Items figures came in at $17.5 million (Q4 2014), $83.0 million (Q4 2013), and $94.7 million (Q4 2012), per Business Quant data.
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 |
|---|---|
| Dec 31, 2014 | 17.50 Mn |
| Dec 31, 2013 | 83.03 Mn |
| Dec 31, 2012 | 94.67 Mn |
Sap Se Non-cash Items 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-cash-items&ticker=SAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "ticker": "SAP", "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-cash-items&ticker=SAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();